home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / About this CD / Nov 00 Developer CD Assistant (.txt) < prev   
Encoding:
FileMaker Pro Database  |  2000-10-10  |  4.4 MB  |  127,571 lines  |  [FMP3/AFDC]

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1. Nov 00 Developer CD Assistant
  2. FMP3AFDC
  3.  Copyright 1984-1998 FileMaker, Inc. 
  4. HBAM2016AUG95
  5. Pro 3.0
  6. applet
  7. demonstrates
  8. stream
  9. movie
  10. folder
  11. multiprocessor
  12. eckout@
  13. card@
  14. describes@
  15. fixing@
  16. images@
  17. improving
  18. national@
  19. overview@
  20. pool@
  21. quit@
  22. simpler@
  23. summary@
  24. summary
  25. maccalendar
  26. control
  27. strip
  28. module
  29. displays
  30. summary
  31. xcmds
  32. xfcns
  33. perform
  34. summary
  35. allows
  36. developer
  37. monitor
  38. therefore@
  39. versions@
  40. within@
  41. debug@
  42. network@
  43. stack@
  44. disposeresource
  45. debugging
  46. resource
  47. handles@
  48. multi-processing@
  49. appleevent@
  50. HBAM3016AUG95@
  51. APPLESCRIPT_BROWSER
  52. APPLESCRIPT_OPEN
  53. CDDATE
  54. CDNAME
  55. CDTITLE
  56. CONSTANT
  57. CONTENTS
  58. CURCNT
  59. CURREC
  60. CUSTOMSEARCH
  61. DESCRIPTION
  62.         FINDFIELD
  63. KEYWORDS
  64. KEYWORDSCALC
  65. NEWREVISEDCALC
  66. PATHNAME
  67. PATHNAMECALC
  68. PORTALCOLOR
  69. PORTALFILTERCALC
  70. PORTALSELECTIONCALC
  71. RECEIVED
  72. RECORDID
  73. REQUIREMENTS
  74. SEARCHSELECTED
  75. SHOWPATHNAME
  76. SHOWTEXT
  77. STATUS
  78. UPDATED
  79. WEB_FTP_URL
  80. _COLOR
  81. _CONTENT
  82. _CUSTOMFIND
  83. 2)    _HELPTEXT
  84.     _KEYWORDS
  85. _NAME
  86. _PORTALCLICK
  87. _PORTALFILTER
  88. _PORTALFILTERFIND
  89. _PORTALSELECTION
  90. _PORTALSELECTIONMATCH
  91.     _RECEIVED
  92. _REQUIREMENTS
  93. _SEARCH
  94. _SEARCHFIELD
  95. _SEARCHPACKAGE
  96. _SHOWPATHFLAG
  97. _UPDATED
  98. Sunday
  99. Monday
  100. Tuesday
  101.     Wednesday
  102. Thursday
  103. Friday
  104. Saturday
  105. January
  106. February
  107. March
  108. April
  109. August
  110.     September
  111. October
  112. November
  113. December
  114. 1st Quarter
  115. 2nd Quarter
  116. 3rd Quarter
  117. 4th Quarter
  118. ?P9W#P
  119. 10/10/00
  120. Closing Screen
  121. Intro
  122. Browser
  123. Package Info
  124. @>A    Developer
  125. Find Fewer Choices
  126. Find More Choices
  127. RecordID
  128. Custom Find
  129. Browser Custom Search
  130. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  131. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com.
  132.  "") & "
  133. ! & "
  134.  "new") 
  135.  "updated") 
  136.  "New & Revised" 
  137.  "" )
  138. All Packages
  139. Mac OS SDK Edition
  140. Tool Chest Edition
  141. Reference Library Edition
  142. System Software Edition
  143. updatedG
  144. New & Revised
  145. PortalSelectionCalc
  146. ^("") )
  147. NameB
  148. CurCntB
  149. CurRecB
  150. DescriptionB
  151. ContentsB
  152. ReceivedB
  153. UpdatedB
  154. RequirementsB
  155. KeywordsB
  156. PathNameB
  157. PathNamecalcB
  158. ) - 1 )
  159. " & " - ")
  160. _SearchB
  161. SearchSelectedB
  162. _PortalClickB
  163. _ShowPathFlagB
  164. ShowTextB
  165.  = 1 
  166.  "Hide Path" 
  167.  "Show Path" )
  168.     Hide Path
  169.     Show Path2
  170. RecordIDB
  171. 69827
  172. _ColorB
  173. ConstantB
  174. A    FindFieldB
  175.  & " " & 
  176.      & " " & 
  177.  & " " & 
  178.  & " " & 
  179.  & " " & 
  180.  & " " & 
  181.  & " " & 
  182. PortalColorB
  183.  "" )
  184. _PortalSelectionMatchB
  185. ShowPathNameB
  186.  = 1 
  187.  "" )
  188. CDDateB
  189. CDNameB
  190.  3) + 1 
  191.  1) - 
  192.  " " 
  193.  3 ) - 1 )
  194. _SearchFieldB
  195. _SearchPackageB
  196. CustomSearchB
  197.  "Custom Search"
  198.  "" )
  199. Custom Search
  200.  "new")
  201.  "New"  
  202.  "updated") 
  203.  "Revised" 
  204.  "" )
  205. updatedG
  206. Revised
  207. AppleScript_OpenB
  208. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  209.  "" & "
  210. "try" & "
  211. "    tell application ""Finder""" & "
  212. "        open item """ & 
  213.  & """
  214. "        activate" & "
  215. "    end tell" & "
  216. "on error errMsg number errNum" & "
  217. "    --enter statements to perform when no records are found such as..." & "
  218. "    display dialog ""Sorry, the item you selected could not be found.""" & "
  219. "    return" & "
  220. "end try"
  221. A--set theItem to choose file -- uncomment to test in an AS editor
  222.     tell application "Finder"
  223.         open item "
  224.         activate
  225.     end tell
  226. on error errMsg number errNum
  227. F    --enter statements to perform when no records are found such as...
  228. E    display dialog "Sorry, the item you selected could not be found."
  229.     return
  230. end try
  231. AppleScript_BrowserB
  232. StatusB
  233. KeywordsCalcB
  234.  ", " 
  235. _NameB
  236. _PortalFilterFindB
  237. _DescriptionB
  238. _RequirementsB
  239. +A    _KeywordsB
  240. ,A    _ReceivedB
  241. _UpdatedB
  242. _ContentB
  243. Web_FTP_URLB
  244. _WebB
  245. CDTitleB
  246.  1) - 1 )
  247. l Packages
  248. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  249.  "" & "
  250.  "try" & "
  251. "    tell application ""Finder""" & "
  252. "        open item """ & 
  253.  & """
  254. "        activate" & "
  255. "    end tell" & "
  256. "on error errMsg number errNum" & "
  257. "    --enter statements to perform when no records are found such as..." & "
  258. "    display dialog ""Sorry, the folder you selected could not be found.""" & "
  259. "    return" & "
  260. "end try"
  261. A--set theItem to choose file -- uncomment to test in an AS editor
  262.     tell application "Finder"
  263.         open item "
  264.         activate
  265.     end tell
  266. on error errMsg number errNum
  267. F    --enter statements to perform when no records are found such as...
  268. G    display dialog "Sorry, the folder you selected could not be found."
  269.     return
  270. end try
  271. elds then click Find or hit Enter.
  272. NOTE: You may also restrict your search to a particular disk edition or group of content by using the Disk/Edition pulldown menu.
  273.     Click the Find button. The packages found by your search will appear in the packages list on the Browser screen.
  274.     To search any field for a keyword, click the Fewer Choices button, enter search criteria, then click Find or hit Enter. The packages found by your search will appear in the 
  275. ackages list on the Browser screen.
  276. 0_    Any Field`
  277. All Packages
  278. HelpB
  279.  2000 Apple Computer, Inc.  All rights reserved. Apple, the Apple logo, Macintosh, Mac, and the Mac logo are trademarks of Apple Computer, Inc. registered in the U.S. and other countries.
  280. IntroB
  281. Homem
  282. Quitn
  283. Browsero
  284. Find...p
  285. Homem
  286. Quitn
  287. Browsero
  288. Find...
  289. BrowserB
  290. Welcome to the Developer CD Series Assistant, a simple to use tool for searching and 
  291. navigating content on the Developer CD Series from Apple Developer Connection.
  292. You can use this Assistant database to find title, description, contents, revision, and related web information for everything from Sample Code to SDKs.
  293. Click the Browser button to enter the Browser screen, where you can easily view and navigate content on the Developer CD. From there, click the Open Folder button to go direc
  294. tly to the package folder on the CD.
  295. The Find... button allows you to do full-text searches on all content available on the 
  296. Developer CD Series.
  297. More complete usage instructions are accessed by clicking the Help button.
  298. To quit the Developer CD Series Assistant, click Quit.
  299. Helpe
  300. Find...f
  301. Quith
  302. Browser
  303. Package InfoB
  304. Current Selection:{    <<
  305. ABBF>>
  306. F!Double-click title for more info.
  307. Find...
  308. Open Folder
  309. Package Info
  310. Export List
  311. Browser
  312. Open Folder
  313. Package Info
  314. Export List
  315. A    DeveloperB
  316. DescriptionR
  317. Revision InfoS
  318. FilesV
  319. RequirementsW
  320. Keywords[    Released:\
  321. Revised:b
  322. ABAI>> of <<
  323. ABAH>>h
  324. Current Selection: <<
  325. ABAB>>o    <<
  326. ABCC>>
  327. Web/FTP URL
  328. Open Folder
  329. Find...
  330. ABBF>>
  331. Browser
  332. Find Fewer ChoicesB
  333. A    DeveloperC
  334. Package InfoH
  335. HelpI
  336. Find...J
  337. Open Folder
  338. Current Selection:Q
  339. (Double-click to open)T
  340. QuitY    <<
  341. ABBF>>[.Import with auto update for record ID numbers.`
  342. Portal Selectiona
  343. Show Path Flagd
  344. Click Selecth
  345. Color for Portal Row Selectionk
  346. Show Portal Path}    Released:~
  347. Revised:
  348. Open Folder
  349. ABAI>> of <<
  350. ABAH>>
  351. From Package Info
  352. From Browser
  353. From Browser
  354. From Package Info
  355. Browser
  356. A    DeveloperC
  357. Package InfoH
  358. HelpI
  359. Find...J
  360. Open Folder
  361. Current Selection:Q
  362. (Double-click to open)T
  363. QuitY    <<
  364. ABBF>>[.Import with auto update for record ID numbers.`
  365. Portal Selectiona
  366. Show Path Flagd
  367. Click Selecth
  368. Color for Portal Row Selectionk
  369. Show Portal Path}    Released:~
  370. Revised:
  371. Open Folder
  372. ABAI>> of <<
  373. ABAH>>
  374. From Package Info
  375. From Browser
  376. From Browser
  377. From Package Info
  378. Browser
  379. Find...
  380. Open Folder
  381. ABBF>>
  382. Rectangle Buttons
  383. Find...
  384. Status:
  385. Joint Solutions
  386. Marketing
  387. Specialists
  388. in Web, Print 
  389. and Electronic
  390. Media
  391. 831.471.1500
  392. info@jointsolutions.com
  393. www.jointsolutions.com
  394. Database design: Sheila Kliewer
  395. Data Wizard 831 336-2129
  396. sheilasgk@aol.com
  397. www.DataWizardFMP.com
  398. Find More ChoicesB
  399. Find any package containing:
  400. Cancel
  401. containst    any field
  402. Cancel
  403. More Choices
  404. To search for specific text within package title, package descriptions, or filenames:
  405.  To search any field for a keyword, enter your desired search criteria.
  406.  Click the Find button. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  407. To specify parameters such as new and revised packages or a specific CD, cliBSck More Choices then choose the appropriate options from the Search pull down menu.
  408. Find (fewer choices)
  409. RecordIDB
  410. RecordID
  411. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  412. HTML Text Extractor
  413.  and 
  414. PDF Text Extractor
  415. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  416. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  417. Description
  418. Revision Info
  419. Files
  420. Requirements
  421. Keywords
  422. Released
  423. Revised
  424. Disk/Edition
  425. Web/FTP URL
  426. Cancel
  427. Fewer Choices
  428. Find (more choices)
  429. fTo search specific fields, enter your criteria in the appropriate areas and/or select from the pull-down menus then click Find. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  430. gress.
  431. d by your search will appear in the packages listB
  432.  on the Browser screen.
  433. masterB
  434. Unlock Status Bar
  435. Intro
  436. Quit Button
  437. Quit JSM
  438. Browser
  439. Package Info
  440.  = "Custom Search"
  441. Custom Search
  442. Browser Portal
  443. ) = 0    
  444. Show Path
  445. Browser Portal Validation
  446. ) > 0
  447. A    Auto Open
  448. "New & Revised"
  449. New & RevisedB
  450. Go To Record Next
  451. Go To Record First
  452. Go To Record Last
  453. Go To Record Previous
  454. A    Developer
  455. Find Cancel
  456. "All Packages"
  457. All Packages
  458. Find More Choices
  459. Find Fewer Choices
  460. "Any Field"
  461.     Any FieldB.
  462. "All Packages"
  463. All Packages
  464. Find...
  465. "Any Field"
  466.     Any FieldC.
  467. "All Packages"
  468. All PackagesD
  469. Find Execute
  470. A    Find None
  471. )  = 0    
  472.     Try Againgl
  473. cript"
  474.  "1")
  475. CanceloggleDoScript
  476. Toggle
  477. No packages match your request.C+
  478. ) = 1    
  479. "All Packages"
  480. All Packages
  481. A    Find Some
  482. "Custom Search"
  483. Custom Search
  484. A    Find Prep
  485. "Custom Search"
  486. Custom Search
  487. A    Find Prep
  488. Find Request
  489. Find Request
  490. Package Open Folder
  491. Browser Open Folder OLD
  492. ) = "Browser"    
  493. Browser
  494. Z] ow templates in Ne
  495. Canceldialog`
  496. Select a Package to open.D>
  497. ) =  "Package Info"    
  498. Package Info
  499. Import From Master
  500. ) = "Find More Choices"    
  501. Find More Choices
  502.   = "All Packages"
  503. All Packages
  504.  = "Any Field"
  505.     Any Field
  506.  = "Package Title"
  507. Package Title
  508.  = "Any File Name"
  509. Any File Name
  510. Find More Clear
  511. Find More Find
  512. Export List
  513. Cancel
  514. Save the current list to a text file called "Developer CD Search Results"?B+
  515. ) = 2    
  516. AppleScript_Browser
  517. AppleScript_Open
  518. -nulltell application "Developer CD Series Assistant"
  519.     set CDTitle to get data cell "CDTitle" of current record
  520. end tell
  521. tell application "Finder"
  522.     if (disk CDTitle exists) is false then
  523.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  524. end tellFasdUAS 1.101.10
  525. -nulltell application "Developer CD Series Assistant"
  526.     set CDTitle to get data cell "CDTitle" of current record
  527. end tell
  528. tell application "Finder"
  529.     if (disk CDTitle exists) is false then
  530.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  531. end tellFasdUAS 1.101.10
  532. .coregetd****
  533. CDTitle
  534. cdtitle
  535. CDTitle
  536. Developer CD Series Assistant
  537. eAFDCT
  538. Patagrande
  539. Developer CD Series Assistant
  540. 'APPLAFDC
  541. Developer CD S
  542. eries Assistant 
  543. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  544. :Developer CD Series Assistant
  545. Net Ref Zone
  546. tyler.jointsolutions.com
  547. Patagrande
  548. Tyler Stone
  549. .coredoexbool
  550. cdtitle
  551. CDTitle
  552. boovfals
  553. .sysodlogaskr
  554. AThe item you selected could not be found. Please insert the CD - 
  555. cdtitle
  556. CDTitle
  557. Cancel
  558. Continue
  559. Continue
  560.     thechoice
  561.     theChoice
  562. Finder
  563. Patagrande
  564. Finder
  565.     l@FNDRMACS
  566. System Folder
  567. Patagrande:System Folder:Finder
  568. Ref Zone
  569. tyler.jointsolutions.com
  570. Patagrande
  571. Tyler Stone
  572. .aevtoappnull
  573. .aevtoappnull
  574. .coregetd****
  575. cdtitle
  576. CDTitle
  577. .coredoexbool
  578. Button: Web
  579. Browser Portal OLD
  580. Find Prep OLD
  581. .coregetd****
  582. CDTitle
  583. cdtitle
  584. CDTitle
  585. Developer CD Series Assistant
  586. Patagrande
  587. Developer CD Series Assistant
  588. 'APPLAFDC
  589. Developer CD S
  590. eries Assistant 
  591. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  592. :Developer CD Series Assistant
  593. Net Ref Zone
  594. tyler.jointsolutions.com
  595. Patagrande
  596. Tyler Stone
  597. .coredoexbool
  598. cdtitle
  599. CDTitle
  600. boovfals
  601. .sysodlogaskr
  602. AThe item you selected could not be found. Please insert the CD - 
  603. cdtitle
  604. CDTitle
  605. Cancel
  606. Continue
  607. Continue
  608.     thechoice
  609.     theChoice
  610. Finder_
  611. Patagrande
  612. Finder
  613.     l@FNDRMACS
  614. System Folder
  615. Patagrande:System Folder:Finder
  616. Ref Zone
  617. tyler.jointsolutions.com
  618. Patagrande
  619. Tyler Stone
  620. .aevtoappnull
  621. .aevtoappnull
  622. .coregetd****
  623. cdtitle
  624. CDTitle
  625. .coredoexbool
  626. .sysodlogaskr
  627.     thechoice
  628.     theChoice
  629. ) = -128    
  630. cdtitle
  631. CDTitle
  632. boovfals
  633. .sysodlogaskr
  634. Import From Master
  635.     Developer
  636. Unlock Status Bar
  637.     Auto Open
  638. Intro
  639. Package Info
  640. Browser
  641. Quit Button
  642. Quit JSM
  643. Button: Web
  644. Package Open Folder
  645. Browser Open Folder OLD
  646. Browser Portal
  647. Browser Show Path
  648. Browser Portal Validation
  649. Go To Record First
  650. Go To Record Previous
  651. Go To Record Next
  652. Go To Record Last
  653. Find Cancel
  654. Find More Choices
  655. Find Fewer Choices
  656. Find...
  657. Find Execute
  658. :    Find Prep
  659. Find Request
  660. >    Find None
  661. @    Find Some
  662. Find More Clear
  663. Find More Find
  664. Export List
  665. AppleScript_Browser
  666. AppleScript_Open
  667. Browser Portal OLD
  668. Find Prep OLD
  669. _    Any Field`
  670. All Packages
  671. 58886
  672. 58887
  673. 58888
  674. 58889
  675. 58890
  676. 58891
  677. 58892
  678. 58893
  679. 58894
  680. 58895
  681. 58896
  682. 58897
  683. 58898
  684. 58899
  685. 58900
  686. 58901
  687. 58902
  688. 58903
  689. 58904
  690. 58905
  691. 58906
  692. 58907
  693. 58908
  694. 58909
  695. 58910
  696. 58911
  697. 58912
  698. 58913
  699. 58914
  700. 58915
  701. 58916
  702. 58917
  703. 58918
  704. 58919
  705. 58920
  706. 58921
  707. 58922
  708. 58923
  709. 58924
  710. 58925
  711. 58926
  712. 58927
  713. 58928
  714. 58929
  715. 58930
  716. 58931
  717. 58932
  718. 58933
  719. 58934
  720. 58935
  721. 58936
  722. 58937
  723. 58938
  724. 58939
  725. 58940
  726. 58941
  727. 58942
  728. 58943
  729. 58944
  730. 58945
  731. 58946
  732. 58947
  733. 58948
  734. 58949
  735. 58950
  736. 58951
  737. 58952
  738. 58953
  739. 58954
  740. 58955
  741. 58956
  742. 58957
  743. 58958
  744. 58959
  745. 58960
  746. 58961
  747. 58962
  748. 58963
  749. 58964
  750. 58965
  751. 58966
  752. 58967
  753. oqtutwS6
  754. ingVfp;
  755. mtiEi]B
  756. {M{nH
  757. nro`v6Z
  758. nrruq'
  759. nrquj 
  760. nrvxj11*i
  761. ncSitmc-n
  762. peEFQ`h0Gj>Y
  763. xON\mu5MqA`
  764. lpoid
  765. yrrq0b
  766. glnnopn:m
  767. .RPTH
  768. FPTHA.Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  769. FaliA
  770. Current
  771. CD_Catalog.FP3
  772. FMP3FMP3
  773. Joint Solns Apple 10/99
  774. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  775. MSPCA
  776. NAMEA
  777. CD_Catalog.FP3
  778. RPTHA
  779. CD_Catalog.FP3
  780. alisA
  781. Current
  782. CD_Catalog.FP3
  783. FMP3FMP3
  784. Joint Solns Apple 10/99
  785. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  786. .RPTH
  787. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  788. Faliali
  789. ies (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  790. Requires: Any  Mac 68030 or later or any PowerPC, System 7.0 or later.
  791. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution wil
  792.   "%#+C
  793. iCKK?7--+,<23B>[
  794. "(,-'*1')/,,8v
  795.  !#&#,G
  796. hCIH<5--+-=32C@[
  797. %-13,/6,-3/0>|
  798. #$')&3T
  799. jDJKA7..-/?56FBa
  800. ! &.0*/4/-1--9
  801. ]D?==2/23/26<:E
  802. %,-).3.+/,+8
  803. ZD>;:0-24/16::G
  804. yzyohe
  805. j]imuiaZT`
  806. oro_vu
  807. }xaUk
  808. zqa]UX^j}
  809. ubZWOUcpsw
  810. oqtutwS6
  811. ingVfp;
  812. :KSVQh
  813. Tjmqm
  814. Ynryf4
  815. Yoqwk
  816. ]q4@`p
  817. [vtTC<G
  818. G]ioqkm
  819. jv|y{~
  820. packages@
  821. chest@
  822. edition@
  823. library@
  824. edition@
  825. packages@
  826. reference@
  827. revised@
  828. software@
  829. chest
  830. edition
  831. 1.0.6@
  832. 1.1.1@
  833. 160/180@
  834. processor
  835. upgrade
  836. enabler@
  837. a-law@
  838. macintosh@
  839. appleevent
  840. receive@
  841. audio
  842. palette
  843. developer
  844. byrne's
  845. xcmds
  846. xfcns@
  847. cfm-68k@
  848. chinese
  849. handwriting
  850. color
  851. locator
  852. compositedeffects@
  853. compressmovies@
  854. development
  855. resources@
  856. dataref@
  857. delegateonlycomponen@
  858. develop
  859. issue
  860. carbonlib@
  861. characteristics@
  862. client/server@
  863. colorsync@
  864. complete@
  865. computing@
  866. FaliA
  867. VDEFA
  868. VDEFA
  869. VDEFA
  870. rRXK9DKEBB@679=EE@_
  871. XWS^S`rux|
  872. _DESCRIPTION
  873. )    _HELPTEXT
  874.     _KEYWORDS
  875. _NAME
  876. _PORTALCLICK
  877. _PORTALFILTER
  878. _PORTALFILTERFIND
  879. _PORTALSELECTION
  880. _PORTALSELECTIONMATCH
  881.     _RECEIVED
  882. _REQUIREMENTS
  883. _SEARCH
  884. _SEARCHFIELD
  885. _SEARCHPACKAGE
  886. _SHOWPATHFLAG
  887. _UPDATED
  888. sT\M9EMFBAA57;?EFAb
  889. hnkuo w
  890. K7av|~|
  891. qU\L:GNIEBA89=AIGCd
  892. cgdofp~
  893. ?0Sbdff
  894. {wgNJTHMJF<017=:ED>K
  895. r[h\[eTc|~
  896. ~dWhw
  897. ~xwiNKVHMMI=//6>;EF?N
  898. jytsw
  899. }xwjNJWKONJ?008?=GG@O
  900. xhunkphw
  901. z\\USOC;??HGE45AFC=Ew
  902. sh_^][Y]{
  903. ,yt{~}yxppc\n
  904. z\]VUQC:ABHHC49EHD>G|
  905. }wrstsGsy
  906. z\\WURD<BAJHF8:EIE>I~
  907. wrkkollr
  908. ~qlr}
  909. SXfXQF16EBDC4+;C?:;S
  910. qiddeTgrwz}}
  911. xtuhfq
  912. TYiYTG17HCCA3-<DB<<V
  913. {xux}o
  914. TYh[WJ27GCDC5.=EB=?X
  915. usnstfv
  916. u]ha_FCD:?>@B:5@A40*4}
  917. qbq|sd^gsz|z
  918. ~ypmvtgk
  919. u[ic`FDF<AA@B86CD61+6
  920. s\ia^EDF<AACE;9ED72-9
  921. 1pucfm
  922. dehROUNKB=A?D722530/=y
  923. `o|~~tkjlv||
  924. {nXOjqiq{
  925. dekSNVOMC>C?C42373/0@}
  926. cfiRQWSQF@E@F7447411B
  927. rZSr}x
  928. 'pjb|
  929. xma`ZQ\UP>.65<0,,854==d
  930. pfi{x~yoeip|m`oy
  931. ~sxyp
  932. X438Ep{qkat
  933. smjqzumy
  934. vndc\R_WQ@075;/,-:76>@i
  935. h97AP
  936. wmec[T_ZU?196>2./>:8ACk
  937. `55?Q
  938. zspu~ufq
  939. wrqmz
  940. WapnYLHF:*5?@:3*698=>R
  941. cQHSrnx
  942. |nonjnm[Vmx
  943. I'275Iq~
  944. V`sp]NKH=+5@A93+;=9=AW
  945. U-:A@W
  946. Ubsm[PLJ=,8AC<5-;?:@DY
  947. gXO]~y
  948. O.<@AZ
  949. lm`kv
  950. ~wryr\
  951. {dhcOFPLF<<?A>3-414;;O
  952. D7=Rqrx
  953. {nZWZjbby
  954. I"+014Oz
  955. ejfRIRPJ?<CC>1,424<<S
  956. U&2:;?`
  957. hicUMUSK?@EDA5,546??V
  958. JAI]|}
  959. Q&2:;>]
  960. i]d^af
  961. |}jNh
  962. oQ^g^VTPI@8B<::88778.@
  963. WSb^eu|nu
  964. |ykcjkt}
  965. ^'%%,05Z
  966. zorkry
  967. yzjLe
  968. mO_h^VVSLA:E>:86
  969. fivu}
  970. p-))3;@i
  971. xzjNf
  972. lP^f^YWTLA;GA>;7;::;2D
  973. abpou~
  974. j-*(4;>f
  975. nS\g\\hjY@LMJ:->;:3.742.
  976. u[g\dgryr|
  977. #*.6Dm
  978. nU\j_Zjm[@LMN=/@=:2+754/
  979. }ewnz|
  980. *28AV
  981. nV_j`]jkZBPPN>0A?=4.8640 <
  982. ~cqjrs|
  983. +48AU
  984. }xzngik`Sc_V=LGB6(/,//$*(')
  985. raq`Wqus{
  986. &0'+/]y~
  987. {ll}||
  988. {txmgilbQbcX>KGC6)/,0."))(*
  989. |m~rk
  990. -;13>q
  991. twlgjlbTdcX>LGC7)0.20&+**,
  992. |jwjd|~~
  993. -;03=n
  994. ~zchp
  995. xysnoxo}
  996. ~;&5l
  997. p|}^b
  998. |[ok`HUWQ=1>69=8011+
  999. jv{ldfy
  1000. o{|]`
  1001. {XonaIWWRA2?79=70/1,
  1002. $.8*"#g
  1003. n{|_b
  1004. |[rlaLYYRA3A9<@:213-!:
  1005. #.7(!'i
  1006. ~flkisy
  1007. ribmn~
  1008. Xhxnoyr
  1009. vc^_^SWVR@6C<;402:<43L
  1010.  0/472c
  1011. xb_a^TXWSA6E=;403::46M
  1012. %78=CBw
  1013. yc`_^V[YTB7G@>725:;7<P
  1014. '88=DEv
  1015. hxwnXYpy
  1016. !%)-h
  1017. m_c]QEMOJ;<A:8/.38<B;M
  1018. ebjeih
  1019. )@9DOMr
  1020. !%*-g
  1021. m^e_QDMOJ=<B<92049;@<O
  1022. ooypvy
  1023. -KDP]\
  1024. $(.1l
  1025. j]c_QDOQN?=C?;2179<B@R
  1026. mktlqt
  1027. -MFP\]
  1028. mcfyoddo`az
  1029. %%/-Y
  1030. __gj^QVM
  1031. A1167;7157=??V
  1032. nwmhdp
  1033. .B>CU^z
  1034. &%0-X
  1035. ``ik_RVLA2268;9267=>=Y
  1036.  4PKQcj
  1037. )(63`
  1038. _cik^TXNA2389>849:>BA]
  1039. u~urnx
  1040. c!6PNRcl
  1041. lPLV`l|
  1042. jH5*,Aa
  1043. !)-*f
  1044. |hX_eW_[NE64-,*++98>9Ms
  1045. mvvmcm
  1046. o"*==FR\w
  1047. gE2(*?\
  1048. !).+d
  1049. ygX^eW][MF94-+),+;9=9Kt
  1050. (1GKS_f
  1051. {tmlq|
  1052. fF5+-A`
  1053. %-31m
  1054. xgZ`gX_]ND97/-,-.>;@<Ow
  1055. u~|vny
  1056. (2HLU]f
  1057. ojif_ZVVZer}
  1058. W-'"!# "'5J
  1059. |P:+#!A{
  1060. !&'3y
  1061. u]\SONRVODB;584()22;./
  1062. e^xjaovxx~~{
  1063. 9 2>JTQq
  1064. V*%" "!#%2E~
  1065. T:+$$C
  1066. !&'4{
  1067. t\[SPPRUOED>694))33<..
  1068. G$9MZ`]
  1069. {sfeow
  1070. T*('#%$%)7I}
  1071. \@/''M
  1072. r]\TQQTWRFE?9;5*,53</0
  1073. md}qm}~
  1074. C#;NX^]
  1075. sd]WNNW_gp{
  1076. %'%.3*()#.\
  1077. siYMSJJG;>;<75*/696',
  1078. YFfeuvmqv
  1079. u(%AMXTq
  1080. }tnot
  1081. %'%.0*'("-X
  1082. riZNTJIF>@<?85+08<8
  1083. -*O]da
  1084. ~ogcbfy
  1085. QD=Nv
  1086. ),(16++,&/[
  1087. tl[PULKI>@=?:8-29;8*/
  1088. +.Q]bb
  1089. o^QMJJN]
  1090. ".-&25/*$'%)Y
  1091. !,#"P
  1092. nKZZTN:07;686599?53W
  1093. vTltzyussz
  1094. }l* CRQk
  1095. !.,#03.)#%$'U
  1096. !,$"S
  1097. lLYYTO;18=8865;:A74W
  1098. 0#M^]{
  1099. !$10(593.')'*Y
  1100. &2((_
  1101. jLZXUR>3:=9:98;<B98^
  1102. |/$M\]}
  1103. sbWNQ
  1104. #!$/,)10.)!(')5s
  1105. "#(&}
  1106. TSe]N>8/62517:259>
  1107. wqvx|{xxv~
  1108. tq[3+7G_
  1109. " $-*'10-'!
  1110. &%(2n
  1111. URe]N>8073508;37;B
  1112. p;1?Qk
  1113. &#'0/-542,%*(+7s
  1114.  &'.,
  1115. }UTd]QB908463:=68<E
  1116. h83@Ro
  1117. zj]Y\agn
  1118. !"##&.372-())03H
  1119. mLQVC=7./*(.;?=:?R
  1120. yjvvw{
  1121. osoqrfNFPw
  1122.  ""$,260-)'(/0E
  1123. lLQVA:71-*)-9A?;@U
  1124. "#&')07:42-,+25J
  1125.  !!',*$p
  1126. jMRVC=92/+*.=B@=BZ
  1127. ic]am{
  1128. "&&+/633/&*/22l
  1129. |YdcSAEG>9662()5>DAAy
  1130. fsqw{
  1131.  %&).423/%).0/e
  1132. {VabR@ED;8851)(4?FCC{
  1133. $)*.38794)-244k
  1134.  !).#"_
  1135. {U`bTBHH>;:83++6AGEF
  1136. }pjjmw*
  1137. !&',.-02,'100-B
  1138. tejTDCDB?:42413488G
  1139. dquux{~
  1140. %'),,-/+%/-0,@
  1141. !!$&'M
  1142. rbhSDAA@<93151368;I
  1143. ")+.2144/)3232F
  1144. &%'+-]
  1145. obiSDFDB?83374579<N
  1146. ++.1/.
  1147. 0430;
  1148. !$#-+W
  1149. gYQNL94;4)28:@<0*g
  1150. xquu{|
  1151. )*,0.-..-.33/9
  1152. "$#/,Y
  1153. fWQNJ72:3(39:B@0*j
  1154. !,-16322402764=
  1155. &((41g
  1156. eWRRN:4<4)4:=DA2.o
  1157. %'-0/-.6.31/-5u
  1158. #+()d
  1159. \I]SJ=50/-8;AA?5A
  1160. #%-0.,.5-01/-5r
  1161. #*(+g
  1162. \G]QI=2/0.8<@AA7B
  1163. &)14314:2
  1164. !)1-2w
  1165. ZH^UN?5120:>EEA8G
  1166. ~|ytsqoh`
  1167. "-/,*-3(40*)3m
  1168.  *)(-s
  1169. dJZOD?6+'.716=<@|
  1170. ty|zxy|
  1171. #-.*(,2(2/*)2k
  1172. !*)*1y
  1173. eIXMA>4+'/915<=A
  1174. ~|{zyvvtutvvwyu
  1175. %12/-/5+62.-9s
  1176.  %0./=
  1177. gIYOFA7,)1:59??E
  1178. knlifcd*b`^][YZ[\\X
  1179. #*-.)+2(*1-,8w
  1180. could not be found."
  1181.     return
  1182. end try
  1183. e    No Changeq
  1184. Dev.CD May 00 TC
  1185. \D!All Packages
  1186. Mac OS SDK Edition
  1187. XTND 1.3.6
  1188. workgroup
  1189. servers@
  1190. appletalk
  1191. first@
  1192. archive@
  1193. .sysodlogaskr
  1194.     thechoice
  1195.     theChoice
  1196. ) = -128    
  1197.  to the previous package.
  1198. To find all new and revised packages on the current CD:
  1199.     Choose New & Revised from the Current Selection pop-up menu on the Browser screen.
  1200.  Double-click an interesting-looking item in the packages list to see information about that package.
  1201. Note: Using the Current Selection pop-up menu, you can also display a list of packages from a specific CD type such as Tool Chest or System Software.
  1202. To search for specific text within package title, package descriptions, 
  1203. or filenames:
  1204.     Click the Find... button on the toolbar at the bottom of any screen.
  1205.     To focus the search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1206.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1207.     Click the Find button. The packages found by your search will appear in t
  1208. he package information screen format, listed in alphabetical order. The number of found packages is listed in the bottom right corner of the screen.
  1209.     Click Next to advance to the next package in the current selection, or Back to go to the previous package.
  1210. To Display the full path to a package on the CD:
  1211.     From the Browser screen, select the package from the packages list. The full path will be displayed in the lower part of the screen, just above the toolbar. If the path is not visible,
  1212.  click the Show Path button in the toolbar at the bottom of the screen.
  1213. To Open a package
  1214. s folder on the CD:
  1215.     From the Browser, select the package from the list and click the Open Folder button.
  1216.     From a package info screen, click the Open Folder button.
  1217. Note: If the package is not on the CD currently mounted in your computer, a dialog box will ask you for the correct volume. If you are running the Developer CD Series Assistant from a CD, there is no effective way to eject the CD cur
  1218. Browser Show Path
  1219. Browser Show Path
  1220. ^("")
  1221. ^("")
  1222. @ @0`
  1223. `0@ p
  1224. P @0`
  1225. `0@ p
  1226. @ @0`
  1227. `0@ p
  1228. P @0`
  1229. `0@ p
  1230. @ @0`
  1231. `0@ p
  1232. P @0`
  1233. `0@ p
  1234. `@p0p 
  1235. `@p0p 
  1236. `@p0p 
  1237. 99:CD_Catalog.FP3
  1238. FaliA
  1239. Current
  1240. CD_Catalog.FP3
  1241. FMP3FMP3
  1242. Joint Solns Apple 10/99
  1243. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1244. MSPCA
  1245. NAMEA
  1246. CD_Catalog.FP3
  1247. RPTHA
  1248. CD_Catalog.FP3
  1249. alisA
  1250. Current
  1251. CD_Catalog.FP3
  1252. FMP3FMP3
  1253. Joint Solns Apple 10/99
  1254. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1255. .RPTH
  1256. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1257. 2T!941
  1258. Dev.CD Jul 93
  1259. Dev.CD Apr 93"
  1260.         activate
  1261.     end tell
  1262. on error errMsg number errNum
  1263.     --enter statements to perform when no records are found such as...
  1264.     display dialog "Sorry, the item you selected could not be found."
  1265.     return
  1266. end try
  1267. All Packages
  1268. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  1269. Dev.CD Jan 94
  1270. Dev.CD Oct 93
  1271. Dev.CD Jul 93
  1272. Dev.CD Apr 93PDDev.CD Apr 94
  1273. Dev.CD Jan 94
  1274. Dev.CD Oct 93
  1275. Dev.CD Jul 93
  1276. Dev.CD Apr 9V
  1277. 29411X
  1278. Apr 94
  1279. ]q4@`p
  1280. [vtTC<G
  1281. G]ioqkm
  1282. jv|y{~
  1283. Ynryf4
  1284. Yoqwk
  1285. ""*14,3:30521?
  1286. #'"#/Q
  1287. [E@=?4/36149>=K
  1288. keTNd
  1289. he performance of your machine. Please use it peridically for testing and debugging purposes. You'll make the Mac a nicer place to work.
  1290. General tools.imgK
  1291. Feb 94N!testing, debugging, multiple openO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  1292.  - Tool Chest
  1293.  - Testing & Debugging
  1294.  - General toolsde:nge
  1295. y/february
  1296. nubusI
  1297. objectI
  1298. octoberJ
  1299. onlyA
  1300. openF
  1301. openedA
  1302. orientedJ
  1303. otherD
  1304. outlinesJ
  1305. overE
  1306. packageC
  1307. packagesA
  1308. packetK
  1309. packetsK
  1310. parserM
  1311. partF
  1312. particularF
  1313. pascalO
  1314. patchesN
  1315. patchingL
  1316. patternsC
  1317. physicalL
  1318. platformI
  1319. plug-inA
  1320. plug-insA
  1321. portK
  1322. portableA
  1323. powerbookN
  1324. powerpcD
  1325. pre-translateD
  1326. prerequisitesJ
  1327. previouslyA
  1328. printF
  1329. printingF
  1330. problemM
  1331. processD
  1332. productD
  1333. productsD
  1334. providedD
  1335. providesA
  1336. quadraM
  1337. quadrasM
  1338. quickdrawF
  1339. quicklyA
  1340. quitF
  1341. +RPTH
  1342. FPTHA+Current:Joint Solns Apple 10/99:Catalog.txt
  1343. FaliA
  1344. Current
  1345. Catalog.txt
  1346. TEXTttxt
  1347. Joint Solns Apple 10/99
  1348. +Current:Joint Solns Apple 10/99:Catalog.txt
  1349. MSPCA
  1350. NAMEA
  1351. Catalog.txt
  1352. RPTHA
  1353. Catalog.txt
  1354. alisA
  1355. Current
  1356. Catalog.txt
  1357. TEXTttxt
  1358. Joint Solns Apple 10/99
  1359. +Current:Joint Solns Apple 10/99:Catalog.txt
  1360. QRPTH
  1361. FPTHAQCurrent:Joint Solns Apple 11/99:CD Runtime App Folder:Developer CD Search Results
  1362. MSPCA
  1363. NAMEA
  1364. Developer CD Search Results
  1365. RPTHA
  1366. Developer CD Search Results
  1367. FaliA
  1368. Current
  1369. ADC_Master.FP3
  1370. FMP3FMP3
  1371. Joint Solns Apple 10/99
  1372. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1373. MSPCA
  1374. NAMEA
  1375. ADC_Master.FP3
  1376. RPTHA
  1377. ADC_Master.FP3
  1378. alisA
  1379. Current
  1380. ADC_Master.FP3
  1381. FMP3FMP3
  1382. Joint Solns Apple 10/99
  1383. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1384. FMRLA
  1385. SORTA
  1386. FMRLA
  1387. FMRLA
  1388. FMRLA
  1389. FMRLA
  1390. FilterB    SelectionC
  1391. ClickedE
  1392. CUstom
  1393. (LIST
  1394. LISTA
  1395. New & Revised
  1396. Mac OS SDK Edition
  1397. System Software Edition
  1398. Tool Chest Edition
  1399. Reference Library Edition
  1400. All Packages
  1401. Custom Search
  1402. VDEFA(
  1403. (LIST
  1404. LISTA%Any Field
  1405. Package Title
  1406. Any File Name
  1407. VDEFA(
  1408. (LIST
  1409. LISTAPAll Packages
  1410. New & Revised
  1411. Tool Chest CD
  1412. Reference Library CD
  1413. System Software CD
  1414. VDEFA(
  1415. (LIST
  1416. VDEFA(
  1417. (LIST
  1418. VDEFA(
  1419. (LIST
  1420. VDEFA(
  1421. (LIST
  1422. (LIST
  1423. PortalFilterB
  1424. SearchFieldC
  1425. SearchFilterD
  1426. PortalFilterCalcE
  1427. ReceivedF
  1428. UpdatedG
  1429. Keywords
  1430. VDEFA(
  1431.     Helvetica
  1432. Geneva
  1433. Palatino
  1434. Chicago
  1435. Verdana
  1436. Arial
  1437. NewRevisedCalcB
  1438.  "new")
  1439.  "New"  
  1440.  "updated") 
  1441.  "Revised" 
  1442.  "" )
  1443. updatedG
  1444. Revised
  1445. AppleScript_OpenB
  1446. t_OpenB
  1447. Pro 3.0 - 4.1F!
  1448. USENGLSH.MPR
  1449. rently in use in order to mount another. Therefore, if you are searching for packages on older CDs you may want to copy the About This CD folder, containing the Developer CD Series Assistant and its related files, to your hard drive first.
  1450. ore Choices button, then choo
  1451. Custom FindB
  1452. CustomFind
  1453. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  1454. HTML Text Extractor
  1455.  and 
  1456. PDF Text Extractor
  1457. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  1458. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  1459. 66622T
  1460. 1arch on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1461.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1462.     Click the Find button. The packages found by your search will appear in t
  1463. 07853 packages list. The full path will be displayed on the right.
  1464. "Custom Search"
  1465. Custom SearchB+
  1466. ) > 0    
  1467. needsE
  1468. networkE
  1469. noteN
  1470. notesI
  1471. All Packages
  1472. 4PM 5.0
  1473. 4PM is a program that can be used to control and access the performance monitoring features of the PowerPC 604, G3 and G4 microprocessors and the performance monitoring features of the MPC106 memory controller. Counters can be turned on and off using a 'hot key' or by linking with the included 4PM library.
  1474. 4PM application for configuring and controlling the counters. 4PM Library for linking with applications.
  1475. JK4PM 5 0 Doc.pdf
  1476. 4PM 5.0
  1477. 4PM Library 1 0 Doc.pdf
  1478. 4PMLibrary 1.0
  1479. 4PMLibrary.hK
  1480. Jun 99L
  1481. Jul 99M
  1482. PowerPC 604 or greater.NYperformance, hardware, PowerPC,bandwidth, cpi, 'cache miss rates', 'performance counters'O?Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:4PM 5.0:PGDev.CD Nov 00 TC Disk 1
  1483.  - Tool Chest
  1484.  - Testing & Debugging
  1485.  - 4PM 5.0V
  1486. 68200X
  1487. Nov 00^    TC Disk 1
  1488. e    No Change
  1489. Jul 99^
  1490. Excellent CD (I)V
  1491. 37081X
  1492. Excellent CD (I)V
  1493. 27676X
  1494. _DESCRIPTION
  1495. Closing ScreenB
  1496. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  1497. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com. please visit our web site at developer.apple.com.
  1498. :KSVQh
  1499. Tjmqm
  1500. Current Selection:{    <<
  1501. ABBF>>
  1502. Double-click for more info.
  1503. Find...
  1504. Open Folder
  1505. Package Info
  1506. Export List
  1507. Find...
  1508. Open Folder
  1509. Package Info
  1510. Export List
  1511. "Any Field"
  1512.     Any FieldC.
  1513. "All Packages"
  1514. All PackagesD
  1515. Find Execute
  1516. Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details. Sample Code.img System 6.0.5 or greater, MacPlus or later CPU. A/ROSE, MCP, Macintosh Coprocessor PlatformBz, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ring Mar 92 May 94 All Packages
  1517. Tool Chest Edition
  1518. appletalk
  1519. component
  1520. _PortalFilterB
  1521. _PortalSelectionB
  1522. A    _HelpTextB
  1523. PortalFilterCalcB
  1524. C"All Packages" & "
  1525.  "SDK") 
  1526.  "Mac OS SDK Edition"
  1527.  = "TC" 
  1528.  "Tool Chest Edition" 
  1529.  = "RL" 
  1530.  "Reference Library Edition"
  1531.  "SSW")
  1532.  "System Software Edition"  
  1533.  "") & "
  1534. ! & "
  1535.  "new") 
  1536.  "updated") 
  1537.  "New & Revised" 
  1538.  "" )
  1539. All Packages
  1540. Mac OS SDK Edition
  1541. Tool Chest Edition
  1542. Reference Library Edition
  1543. System Software Edition
  1544. updatedG
  1545. New & Revised
  1546. PortalSelectionCalc
  1547. Browser Custom SearchM
  1548. New & RevisedB
  1549. To get information about a package on the CD:
  1550.     Click the Browser button below to go to the Browser screen.
  1551.     Choose a group of package titles to display from the Current Selection popup menu. The default displays new and revised items; you may also choose to display all packages or the packages on a particular CD.
  1552.     Double-click a title in the Browser list to go to the information screen for that package.
  1553.     Click Next to advance to the next package in the current selection, or Back to gor Back to goo go
  1554. _CustomFindB
  1555. [script
  1556. scriptable
  1557. search
  1558. sherlock
  1559. softwareI
  1560. tokenI
  1561. token
  1562. ringI
  1563. tokentalk
  1564. video
  1565. stack@
  1566. walltowalldialog
  1567. disposeresource
  1568. debugging
  1569. resource
  1570. handles@
  1571. multi-processing@
  1572. optimizing@
  1573. deleted@
  1574. appleevent@
  1575. digests@
  1576. ring@
  1577. with@
  1578. acgis@
  1579. board@
  1580. coming@
  1581. continuing
  1582. offer
  1583. traditional
  1584. server
  1585. software
  1586. suite
  1587. distributed@
  1588. does@
  1589. european@
  1590. front@
  1591. implications@
  1592. introduce@
  1593. listed@
  1594. morley@
  1595. movieplayer@
  1596. os-compatible@
  1597. platform@
  1598. provided@
  1599. recording@
  1600. sample
  1601. illustrating
  1602. scrolling
  1603. controls
  1604. streamnop
  1605. sample
  1606. streams
  1607. module
  1608. designed
  1609. suite@
  1610. summary
  1611. aetracker
  1612. init/control
  1613. panel
  1614. allows
  1615. summary
  1616. appletalk
  1617. developer's
  1618. toolkit
  1619. inten@
  1620. summary
  1621. allows
  1622. developer
  1623. monitor
  1624. text-handling@
  1625. working
  1626. webobjects
  1627. applescript
  1628. apple
  1629. events
  1630. recordable
  1631. scriptable
  1632. script@
  1633. macapp
  1634. framework
  1635. object-oriented
  1636. standard
  1637. library
  1638. carbonli@
  1639. output@
  1640. foreground
  1641. color@
  1642. asyncscsipresent
  1643. asyncscsipresent
  1644. error
  1645. detection
  1646. error
  1647. detector
  1648. error
  1649. detector
  1650. drawsprocket
  1651. opengl
  1652. drawsprocket
  1653. opengl
  1654. parts
  1655. opengl
  1656. openmoviefromdataref
  1657. openmoviefromdataref
  1658. openmultfiles
  1659. opentptppp
  1660. opentptppp
  1661. openwindow
  1662. openwindow
  1663. openwindow
  1664. openwindow
  1665. All Packages
  1666. CTB Development Resources
  1667. 65163X
  1668.  Wake100 resets the wake up time on PowerBooks that support it (PB 100, Portable) so that it wakes up at the same time everyday.
  1669. Communications Toolbox
  1670. Contributed
  1671. Devices and Hardware
  1672. Files
  1673. Games
  1674. Graphics 2D
  1675. Graphics 3D
  1676. Help Systems
  1677. Human Interface Toolbox
  1678. Interapplication Comm
  1679. Memory
  1680. Networking
  1681. OS Utilities
  1682. Overview
  1683. Platforms and Tools
  1684. Printing
  1685. Processes
  1686. QuickTime
  1687. Runtime Architecture
  1688. Sound
  1689. addresmenu
  1690. address
  1691. addsearch
  1692. adlib
  1693. administrator
  1694. adobe
  1695. adopting
  1696. adopting
  1697. carbon
  1698. printing
  1699. manager
  1700. adorner
  1701. scomm
  1702. alias
  1703. alternatebufferdispl
  1704. altivec
  1705. animation
  1706. appearanceu
  1707. appearance
  1708. manageru
  1709. appleb
  1710. apple
  1711. detectorsy
  1712. apple
  1713. developer
  1714. newsz
  1715. apple
  1716. eventi
  1717. apple
  1718. event
  1719. folder
  1720. actions
  1721. apple
  1722. eventsb
  1723. apple
  1724. guide
  1725. apple
  1726. apple
  1727. newsz
  1728. apple
  1729. share
  1730. authentication
  1731. apple
  1732. shared
  1733. library
  1734. manager
  1735. apple
  1736. system
  1737. appleevent
  1738. appleevent
  1739. managerf
  1740. appleevents
  1741. appleglot
  1742. appleglot
  1743. localization
  1744. internationalization
  1745. translation
  1746. applescript
  1747. applesearch
  1748. appleshare
  1749. appleshare
  1750. client
  1751. appleshare
  1752. appletalk
  1753. appletalk
  1754. application
  1755. appstogo
  1756. 68458X
  1757. Sep 00^    RL Disk 1
  1758. --set theItem to choose file -- uncomment to test in an AS editor
  1759.     tell application "Finder"
  1760.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:"
  1761.         activate
  1762.     end tell
  1763. on error errMsg number errNum
  1764.     --enter statements to perform when no records are found such as...
  1765.     display dialog "Sorry, the item you selected could not be found."
  1766.     return
  1767. end try
  1768. e    No Changeq
  1769. Dev.CD Sep 00 RL Disk 1
  1770. D(All Packages
  1771. Reference Library Edition
  1772. develop Issue  2
  1773. Summary: This folder contains a wide variety of HyperCard XCMDs & XFCNs, both in French and in English. Most of them are also SuperCard compatible.
  1774. Features: Expand the capabilities of HyperCard/ SuperCard by adding many external commands and functions.
  1775. Issues: Send any comments, bug reports, suggestions to:
  1776. AppleLink: RINALDI1
  1777. CalvaCom : FR10
  1778. Compuserve : 71170,2111
  1779. Internet : RINALDI1@APPLELINK@APPLE.COM  
  1780. Deleted
  1781. --set theItem to choose file -- uncomment to test in an AS editor
  1782.     tell application "Finder"
  1783.         open item "Dev.CD Apr 94
  1784. Dev.CD Jan 94
  1785. Dev.CD Oct 93
  1786. Dev.CD Jul 93
  1787. Dev.CD Apr 93"
  1788.         activate
  1789.     end tell
  1790. on error errMsg number errNum
  1791.     --enter statements to perform when no records are found such as...
  1792.     display dialog "Sorry, the item you selected could not be found."
  1793.     return
  1794. end try
  1795. pictdialog
  1796. pictinfotest
  1797. picts
  1798. picture
  1799. pictures
  1800. piece
  1801. placed
  1802. placement
  1803. placesh
  1804. placing
  1805. plain
  1806. plain-text
  1807. plaindbox
  1808. plamondon
  1809. plan{
  1810. plane
  1811. planned
  1812. planning
  1813. plans
  1814. appleevent
  1815. interaction
  1816. aeinteractwithusera
  1817. appleevent
  1818. manager
  1819. coercionf
  1820. appleevent
  1821. manager
  1822. coercion
  1823. handlers
  1824. appleevent
  1825. manager
  1826. suspend/resume
  1827. aesuspendthecurrente
  1828. appleeventsO
  1829. appleevents
  1830. applescript
  1831. appleevent
  1832. object
  1833. model
  1834. appleevents
  1835. applescript
  1836. scriptable
  1837. editorO
  1838. appleevents
  1839. applescript
  1840. scriptable
  1841. editor
  1842. appleevent
  1843. appleglot
  1844. appleglot
  1845. localization
  1846. internationalization
  1847. translation
  1848. applescriptO
  1849. applescript
  1850. apple
  1851. events
  1852. aegizmosg
  1853. applescript
  1854. apple
  1855. events
  1856. appleevents
  1857. finder
  1858.    open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:FloatingWindow:"
  1859.         activate
  1860.     end tell
  1861. on error errMsg number errNum
  1862.     --enter statements to perform when no records are found such as...
  1863.     display dialog "Sorry, the item you selected could not be found."
  1864.     return
  1865. end try
  1866. ch as 
  1867. getinfo
  1868. getkeysV
  1869. getlastchange
  1870. getmfsize
  1871. getnextevent
  1872. getnextfond
  1873. getopen
  1874. getownergroup
  1875. getpixrowbytes
  1876. getpopupmenuhandle
  1877. getprocessinformatio
  1878. getresource
  1879. getsounddescriptione
  1880. getstdfilterproc
  1881. getsystemgammas
  1882. gettable/settable
  1883. getter
  1884. getting{
  1885. getting
  1886. started
  1887. webobjects
  1888. iables
  1889. media
  1890. writer
  1891. resources
  1892. int'l
  1893. int'l
  1894. contacts
  1895. interactiona
  1896. interactive
  1897. interactive
  1898. success
  1899. interapplicationQ
  1900. interapplication
  1901. commQ
  1902. interfaceQ
  1903. interfacelib
  1904. interfaces
  1905. interfaces
  1906. libraries
  1907. interfaces&libraries
  1908. interleave
  1909. HTMLSample is an application illustrating how to use the new HTMLRenderingLib services found in Mac OS 9. HTMLRenderingLib is Apple's light-weight HTML rendering engine capable of displaying HTML files.
  1910. - shows how to draw HTML in a window using the HTMLRenderingLib,
  1911. - shows how to use the URL utilities provided by the HTMLRenderingLib,
  1912. - shows how to maintain a history of visited links and provide call backs to the HTMLRenderingLib for providing information about visited links,
  1913. - shows h
  1914. vow to intercept URLs being displayed by the HTMLRenderingLib and re-direct them to other files.  In this example, we use this facility to allow you to launch applications by clicking on URLs that refer to application files.
  1915. - shows how to set up the drawing environment correctly for drawing other objects in the same window when the window contains a HTML rendering object.
  1916. Dec 99
  1917. quicktime
  1918. javao
  1919. quicktime
  1920. textp
  1921. quicktime
  1922. quicktime
  1923. xcmds
  1924. alias
  1925. externalh
  1926. externals
  1927. extra
  1928. extract
  1929. extractbykind
  1930. extracted
  1931. extractor
  1932. extractors
  1933. extracts
  1934. extreme
  1935. extremelyx
  1936. fable
  1937. faced
  1938. fatbits
  1939. fault
  1940. favourite
  1941. feature^
  1942. featuresA
  1943. features
  1944. includes
  1945. demonstration
  1946. documentation
  1947. completen
  1948. feauresj
  1949. february{
  1950. feedback
  1951. feet/inches
  1952. felonies
  1953. fieldS
  1954. fields
  1955. fifteenv
  1956. file^
  1957. ~--set theItem to choose file -- uncomment to test in an AS editor
  1958.     tell application "Finder"
  1959.         open item "Dev.CD Apr 94
  1960. Dev.CD Jan 94
  1961. Dev.CD Oct 93"
  1962.         activate
  1963.     end tell
  1964. on error errMsg number errNum
  1965.     --enter statements to perform when no records are found such as...
  1966.     display dialog "Sorry, the item you selected could not be found."
  1967.     return
  1968. end try
  1969. pci-based
  1970. pci-pci
  1971. pci-the{
  1972. pcmcia
  1973. viewer
  1974. utility
  1975. which
  1976. graphically
  1977. pending
  1978. penetrate
  1979. penguins
  1980. pentiumZ
  1981. people[
  1982. peoplesoft
  1983. percentage
  1984. perfectly
  1985. performf
  1986. J\OTLookupNameTest(PPC)
  1987. OTLookupNameTest.c
  1988. OTLookupNameTest.mcp
  1989. Read Me About OTLookupNameTestK
  1990. Nov 97L
  1991. Jun 98M
  1992. Open Transport 1.1.1 or higherN8Open Transport, NBP, mapper, MapperRef, OTLookupNameTestO@Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTLookupNameTest:PHDev.CD Nov 00 TC Disk 1
  1993.  - Sample Code
  1994.  - Networking
  1995.  - OTLookupNameTestV
  1996. 68851X
  1997. Nov 00^    TC Disk 1
  1998. --set theItem to choose file -- uncomment to test in an AS editor
  1999.     tell application "Finder"
  2000.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTLookupNameTest:"
  2001.         activate
  2002.     end tell
  2003. on error errMsg number errNum
  2004.     --enter statements to perform when no records are found such as...
  2005.     display dialog "Sorry, the item you selected could not be found."
  2006.     return
  2007. end try
  2008. e    No Changef4Open Transport
  2009. mapper
  2010. MapperRef
  2011. OTLookupNameTestq
  2012. Dev.CD Nov 00 TC Disk 1
  2013. All Packages
  2014. OTPAPSampleServer
  2015. 68852X
  2016. ed within Inside Macintosh, but have been available since System
  2017. cicn's
  2018. cincludes
  2019. circumstances
  2020. claim{
  2021. claims
  2022. clarified
  2023. claris
  2024. clarisworks
  2025. clark
  2026. clash{
  2027. class
  2028. classes{
  2029. classicu
  2030. classroomS
  2031. clause
  2032. clauses
  2033. clean
  2034. cleaned
  2035. cleaner
  2036. cleans
  2037. clear
  2038. clearly
  2039. e 3.0 endian format conversion routines 
  2040. contained in the interface file Endian.h to do any required 
  2041. translations.
  2042. Note also the code contains very limited error checking. 
  2043. It's up to you to add the appropriate error-handling routines.
  2044. QT3DTween can be compiled and run under the MacOS and under Windows. 
  2045. The main tweening code is found in the file
  2046. All Packages
  2047. System Enabler 003 (LC III)OEDev.CD Apr 94
  2048. Dev.CD Jan 94
  2049. Dev.CD Oct 93
  2050. Dev.CD Jul 93
  2051. Dev.CD Apr 93PDDev.CD Apr 94
  2052. Dev.CD Jan 94
  2053. Dev.CD Oct 93
  2054. Dev.CD Jul 93
  2055. Dev.CD Apr 9V
  2056. 69485X
  2057. Apr 94
  2058. --set theItem to choose file -- uncomment to test in an AS editor
  2059.     tell application "Finder"
  2060.         open item "Dev.CD Apr 94
  2061. Dev.CD Jan 94
  2062. Dev.CD Oct 93
  2063. Dev.CD Jul 93
  2064. Dev.CD Apr 93"
  2065.         activate
  2066.     end tell
  2067. on error errMsg number errNum
  2068.     --enter statements to perform when no records are found such as...
  2069.     display dialog "Sorry, the item you selected could not be found."
  2070.     return
  2071. end try
  2072. All Packages
  2073. System Enabler 003 (LC III)OEDev.CD Apr 94
  2074. Dev.CD Jan 94
  2075. Dev.CD Oct 93
  2076. Dev.CD Jul 93
  2077. Dev.CD Apr 93PDDev.CD Apr 94
  2078. Dev.CD Jan 94
  2079. Dev.CD Oct 93
  2080. Dev.CD Jul 93
  2081. Dev.CD Apr 9V
  2082. 69486X
  2083. Apr 94
  2084. otherresinfo-mungede
  2085. scomm
  2086. aliasn
  2087. alias
  2088. javao
  2089. JYSoundConvert Readme
  2090. SoundConvert.c
  2091. SoundConvert.mcp
  2092. SoundConvert.rsrc
  2093. SoundConverter(PPC)M
  2094. Sound Manager 3.2 or laterN-sound, AIFF, AIFC, sample rate, SoundConvert
  2095. O7Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SoundConvert:P?Dev.CD Nov 00 TC Disk 2
  2096.  - Sample Code
  2097.  - Sound
  2098.  - SoundConvertV
  2099. 69346X
  2100. Nov 00^    TC Disk 2
  2101. --set theItem to choose file -- uncomment to test in an AS editor
  2102.     tell application "Finder"
  2103.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SoundConvert:"
  2104.         activate
  2105.     end tell
  2106. on error errMsg number errNum
  2107.     --enter statements to perform when no records are found such as...
  2108.     display dialog "Sorry, the item you selected could not be found."
  2109.     return
  2110. end try
  2111. e    No Changef)sound
  2112. sample rate
  2113. SoundConvert
  2114. Dev.CD Nov 00 TC Disk 2
  2115. All Packages
  2116. SoundConverter
  2117. 69347X
  2118. needed
  2119. mathlib
  2120. functions
  2121. because
  2122. program
  2123. shows
  2124. display
  2125. quicktime
  2126. content
  2127. org/developers
  2128. organization
  2129. organizational
  2130. organized
  2131. organizing
  2132. orientation
  2133. oriented
  2134. origin
  2135. original
  2136. original/localized
  2137. originally
  2138. orphaning
  2139. ortiz
  2140. database
  2141. --set theItem to choose file -- uncomment to test in an AS editor
  2142.     tell application "Finder"
  2143.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Save Print Record:"
  2144.         activate
  2145.     end tell
  2146. on error errMsg number errNum
  2147.     --enter statements to perform when no records are found such as...
  2148.     display dialog "Sorry, the item you selected could not be found."
  2149.     return
  2150. end try
  2151. fragmenttool
  2152. fragmenttool
  2153. fragmenttool
  2154. fragmenttool
  2155. framework
  2156. manager'sf
  2157. manager-related
  2158. managers
  2159. managing
  2160. managmentw
  2161. manalyzer
  2162. mananger
  2163. manger
  2164. manipulate
  2165. arkets
  2166. 69823X
  2167. Jul 99^
  2168. --set theItem to choose file -- uncomment to test in an AS editor
  2169.     tell application "Finder"
  2170.         open item "Dev.CD Jul 99 SDK1:Development Kits:Hardware:Zoomed Video Driver v1.0 SDK:"
  2171.         activate
  2172.     end tell
  2173. on error errMsg number errNum
  2174.     --enter statements to perform when no records are found such as...
  2175.     display dialog "Sorry, the item you selected could not be found."
  2176.     return
  2177. end try
  2178. Deletedq
  2179. Dev.CD Jul 99 SDK1
  2180. All Packages
  2181. New & RevisedF
  2182. ZoomRecter
  2183. 8-bit@
  2184. 9600@
  2185. better
  2186. version
  2187. launchwithdoc@
  2188. collection
  2189. macintosh
  2190. quicktime
  2191. samples@
  2192. collection
  2193. quicktime
  2194. samples@
  2195. sample
  2196. showing
  2197. receive
  2198. appleevents
  2199. simple
  2200. sample
  2201. which
  2202. demonstrates
  2203. controls@
  2204. a-trap@
  2205. accelerating@
  2206. accessed@
  2207. account/password@
  2208. e    No Changeq
  2209. Dev.CD Nov 00 TC Disk 1
  2210. All Packages
  2211. 601 Processor Upgrade EnablerO
  2212. Dev.CD Jul 95P
  2213. Dev.CD Jul 9V
  2214. 68202X
  2215. Jul 95
  2216. b--set theItem to choose file -- uncomment to test in an AS editor
  2217.     tell application "Finder"
  2218.         open item "Dev.CD Jul 95"
  2219.         activate
  2220.     end tell
  2221. on error errMsg number errNum
  2222.     --enter statements to perform when no records are found such as...
  2223.     display dialog "Sorry, the item you selected could not be found."
  2224.     return
  2225. end try
  2226. All Packages
  2227. 601 Processor Upgrade EnablerO
  2228. Dev.CD Jul 95P
  2229. Dev.CD Jul 9V
  2230. 68203X
  2231. Jul 95
  2232. b--set theItem to choose file -- uncomment to test in an AS editor
  2233.     tell application "Finder"
  2234.         open item "Dev.CD Jul 95"
  2235.         activate
  2236.     end tell
  2237. on error errMsg number errNum
  2238.     --enter statements to perform when no records are found such as...
  2239.     display dialog "Sorry, the item you selected could not be found."
  2240.     return
  2241. end try
  2242. All Packages
  2243. 68204X
  2244. s Finder is the front application. For example, you can submit a request to open the Page Setup dialog for a given folder window and Finder will happily open the Printing Manager and the appropriate dialog from the background. When the user brings Finder forward, the dialog won't (always) update properly. Bad. It's not clear what to do about this; some developers would probably rather decide for themselves when to bring Finder forward. I'd love to hear your feedback. 
  2245. [3] It's been sugges
  2246. ted you're better off using the scriptable Finder. It's said these older FinderEvents will go away eventually. These things are true, so you should use the scriptable Finder if it's available. See 'develop' magazine, issue 20, pages 65 to 78 for details. Does this mean you'll have two chunks of code in your application? Well... er... yes. Maybe someday I'll update this library so that a single call will work regardless of the presence of a scriptable Finder. Wouldn't that be cool? You shou
  2247. rver.
  2248. board
  2249. boards
  2250. bodyz
  2251. bones
  2252. book`
  2253. books`
  2254. boolean
  2255. boost
  2256. booth
  2257. booting
  2258. border
  2259. bores
  2260. for 190, 5300 and 1400 series PowerBooks should refer to PC Card Manager v2.0 SDK.
  2261. Some of the support offered by PC Card Manager v3.0Bo SDK:
  2262. System Interfaces
  2263. Power PC library
  2264. Updated documentation available in an Adobe Acrobat file
  2265. Sample code 
  2266. AnotherCustomEnabler:
  2267. CIncludes:
  2268. CustomEnabler:
  2269. DispNameReg:
  2270. Documentation:
  2271. Interfaces&Libraries
  2272. Libraries:
  2273. release Notes
  2274. RIncludes:
  2275. TupleDumper:K
  2276. Jul 96L
  2277. Mar 97M$Requires a minimum of  System 7.5.3.N PCCard, Hooper, PowerBook, CometONDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:JDK from Sun Microsystems, Inc. recommended
  2278.     C;rt, Export and Filter) to replace the old version 1.3 ones.
  2279. JfColorSync Plugins readme
  2280. ColorSync
  2281.  Export
  2282. ColorSync
  2283.  Filter
  2284. ColorSync
  2285.  Import
  2286. Lab Color Space ProfileK
  2287. Oct 97M#ColorSync 2.1.x and Adobe PhotoshopN
  2288. ColorSync Photoshop Plug-insOcDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:PnDev.CD Apr 98 SDK1
  2289.  - Development Kits (Disc 1)
  2290.  - ColorSync SDK
  2291.  - Goodies
  2292.  - ColorSync Photoshop Plugins 2.1Dev.CD Nov 00 TC Disk 1
  2293. All Packages
  2294. SoundboardI
  2295. CAttachment.cp
  2296. CAttachment.h
  2297. CFilterControl.cp
  2298. CFilterControl.h
  2299. CGrayBox.cp
  2300. CGrayBox.h
  2301. CQuickTimeWindow.cp
  2302. CQuickTimeWindow.h
  2303. CSliderControl.cp
  2304. CSliderControl.h
  2305. CSliderControl.rsrc
  2306. CSoundboardApp.cp
  2307. CSoundboardApp.h
  2308. CSoundboardWindow.cp
  2309. CSoundboardWindow.h
  2310. GWLayers.c
  2311. GWLayers.h
  2312. MCPlayMovie.h
  2313. Soundboard.PPob
  2314. Soundboard.prefix
  2315. Soundboard.rsrc
  2316. SoundBoard.
  2317. Soundboard_debug.prefix
  2318. Why was this archived?
  2319. Feb 00M
  2320. N/A18X
  2321. 1e    No Change
  2322. applications/utiliti
  2323. applied
  2324. applies
  2325. apply
  2326. applying
  2327. appreciated
  2328. approach
  2329. approaches
  2330. appropriate
  2331. appropriately
  2332. approval
  2333. software
  2334. system
  2335. system
  2336. software
  2337. edition
  2338. toolP
  2339. Objective-C Framework ReferenceN8WebObjects, WebObjects 4.5, Mac OS X Server, Web ObjectsO9Dev.CD Sep 00 RL Disk 2:TechnicalPublications:webobjects:P>Dev.CD Sep 00 RL Disk 2
  2340.  - TechnicalPublications
  2341.  - webobjects
  2342. control's
  2343. control-invert
  2344. control-keyy
  2345. controlkeypatch
  2346. controlkeypatch
  2347. shows
  2348. patch
  2349. manager
  2350. order
  2351. copyright
  2352. coreb
  2353. correct
  2354. corrected
  2355. correctly
  2356. correspondence
  2357. cosmetic[
  2358. costs{
  2359. could]
  2360. counter
  2361. countersA
  2362. courseS
  2363. coursesS
  2364. cpu's
  2365. crashX
  2366. crashed
  2367. crashesW
  2368. create]
  2369. All Packages
  2370. WorldScript UpdaterO
  2371. Dev.CD Jul 96 SSWP
  2372. Dev.CD Jul 96 SSV
  2373. 69813X
  2374. Jul 96
  2375. f--set theItem to choose file -- uncomment to test in an AS editor
  2376.     tell application "Finder"
  2377.         open item "Dev.CD Jul 96 SSW"
  2378.         activate
  2379.     end tell
  2380. on error errMsg number errNum
  2381.     --enter statements to perform when no records are found such as...
  2382.     display dialog "Sorry, the item you selected could not be found."
  2383.     return
  2384. end try
  2385. All Packages
  2386. WorldScript UpdaterO
  2387. Dev.CD Jul 96 SSWP
  2388. Dev.CD Jul 96 SSV
  2389. 69814X
  2390. Jul 96
  2391. f--set theItem to choose file -- uncomment to test in an AS editor
  2392.     tell application "Finder"
  2393.         open item "Dev.CD Jul 96 SSW"
  2394.         activate
  2395.     end tell
  2396. on error errMsg number errNum
  2397.     --enter statements to perform when no records are found such as...
  2398.     display dialog "Sorry, the item you selected could not be found."
  2399.     return
  2400. end try
  2401. D!All Packages
  2402. Tool Chest Edition
  2403. Worldwide QuickDraw GX
  2404. computing_
  2405. concentrate
  2406. concentrated
  2407. concentrates
  2408. concentric
  2409. concepts
  2410. conceptual
  2411. concern
  2412. concerns
  2413. concerted
  2414. concordia
  2415. concordia
  2416. definition
  2417. procedure
  2418. replaces
  2419. concrete
  2420. concurrent
  2421. connections
  2422. connectivity
  2423. connectix
  2424. considerx
  2425. considerable
  2426. considerationsx
  2427. consideredx
  2428. consideringx
  2429. consistencyu
  2430. consistent
  2431. consistsg
  2432. console
  2433. constant
  2434. constants`
  2435. construct
  2436. construction
  2437. consuming
  2438. contactj
  2439. containT
  2440. contained
  2441. containing
  2442. containsS
  2443. contentz
  2444. contentsi
  2445. context
  2446. contextualy
  2447. continue_
  2448. continuing
  2449. e    No Change
  2450. racle
  2451. introduce@
  2452. involved@
  2453. ischeckedout@
  2454. issue@
  2455. issue
  2456. highlights@
  2457. issues@
  2458. difficult
  2459. application
  2460. support
  2461. features@
  2462. it's@
  2463. itable@
  2464. iterate@
  2465. japanese@
  2466. john@
  2467. kaealwaysinteract@
  2468. keytrans@
  2469. kits@
  2470. know@
  2471. language@
  2472. languages@
  2473. launch@
  2474. leap@
  2475. level
  2476. levels@
  2477. lexicon@
  2478. life@
  2479. likely@
  2480. buttons@
  2481. no-so-subtle@
  2482. non-portable@
  2483. nubus@
  2484. obtaining@
  2485. october@
  2486. on-line-service@
  2487. optimized@
  2488. oracle@
  2489. outlines@
  2490. particular@
  2491. performa@
  2492. photograph@
  2493. platform@
  2494. plug-in@
  2495. power@
  2496. preparememoryforio@
  2497. presents@
  2498. privileges@
  2499. product@
  2500. profile@
  2501. programs@
  2502. provides@
  2503. puts@
  2504. quickstart@
  2505. rank@
  2506. readable@
  2507. Apple Guide, Help SystemsO7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Guide:P?Dev.CD Oct 00 SDK1
  2508.  - Development Kits
  2509.  - Mac OS
  2510.  - Apple Guide to choose file -- uncomment to test in an AS editor
  2511.     tell application "Finder"
  2512.         open item "Dev.CD Dec 99 RL:Technical Publications:rhapsody:"
  2513.         activate
  2514.     end tell
  2515. on error errMsg number errNum
  2516.     --enter statements to perform when no records are found such as...
  2517.     display dialog "Sorry, the item you selected could not be found."
  2518.     return
  2519. end try
  2520. DeletedfQRhapsody
  2521. Yellow Box Java APIs
  2522. OPENSTEP
  2523. Rhapsody Home pages
  2524. Rhapsody Release Notesq
  2525. Dev.CD Dec 99 RL
  2526. All Packages
  2527. F"Technical Publications: WebObjects
  2528. 68091X
  2529. ound Manager's SPBRecord and the File Manager's PBWriteAsync calls.JARecord Sound to Disk(PPC)
  2530. Record sound to disk.mcp
  2531. Record_sound.cK
  2532. Dec 98M
  2533. Any Mac with an audio input.O?Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Record sound to disk:V
  2534. 64348X
  2535. 1e    No Change
  2536. soundrecord
  2537. NUOpen Transport, server, tilisten, notifiers, listen/accept handoff, OT Virtual ServerOADev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT Virtual Server:PIDev.CD Nov 00 TC Disk 1
  2538.  - Sample Code
  2539.  - Networking
  2540.  - OT Virtual ServerV
  2541. 68840X
  2542. Nov 00^    TC Disk 1b
  2543. Revised
  2544. --set theItem to choose file -- uncomment to test in an AS editor
  2545.     tell application "Finder"
  2546.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT Virtual Server:"
  2547.         activate
  2548.     end tell
  2549. on error errMsg number errNum
  2550.     --enter statements to perform when no records are found such as...
  2551.     display dialog "Sorry, the item you selected could not be found."
  2552.     return
  2553. end try
  2554. UpdatedfPOpen Transport
  2555. server
  2556. tilisten
  2557. notifiers
  2558. listen/accept handoff
  2559. OT Virtual Servero&http://developer.apple.com/samplecode/q
  2560. Dev.CD Nov 00 TC Disk 1
  2561. All Packages
  2562. OT/PPP Control Strip Sample
  2563. 68841X
  2564. ov 00 TC Disk 2
  2565.  - Sample Code
  2566.  - QuickTime
  2567.  - Importers and Exporters
  2568.  - CompressMoviesa
  2569. 68595X
  2570. Nov 00^    TC Disk 1
  2571. --set theItem to choose file -- uncomment to test in an AS editor
  2572.     tell application "Finder"
  2573.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:HTMLSample:"
  2574.         activate
  2575.     end tell
  2576. on error errMsg number errNum
  2577.     --enter statements to perform when no records are found such as...
  2578.     display dialog "Sorry, the item you selected could not be found."
  2579.     return
  2580. end try
  2581. e    No Changef'HTML
  2582. HTMLRenderingLib
  2583. Packages
  2584. Mac OS 9q
  2585. Dev.CD Nov 00 TC Disk 1
  2586. All Packages
  2587. Http Server
  2588. Summary:  This is a functional OpenTransport  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  2589. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  2590. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvement
  2591. Mar 96
  2592. MUPowerPC, System 8.1 or later, and either Universal Interfaces 3.3 or DrawSprocket SDKN-DrawSprocket, GetVersion, Context, blit, CLUTtframestepper:PPDev.CD Nov 00 TC Disk 2
  2593.  - Sample Code
  2594.  - QuickTime
  2595.  - Goodies
  2596.  - qtframestepper    A
  2597. applesearchT
  2598. appleshareT
  2599. appleshare
  2600. client
  2601. shared
  2602. volumes
  2603. appleshare
  2604. sharing
  2605. faceless
  2606. background-only
  2607. appleshare
  2608. sharing
  2609. manager
  2610. appleshare
  2611. protocol
  2612. appleshare
  2613. server
  2614. appleshare
  2615. client
  2616. registry
  2617. appletalkR
  2618. appletalk
  2619. ethernet
  2620. networking
  2621. opentransport
  2622. tcp/ip
  2623. appletalk
  2624. ethertalk
  2625. tokentalk
  2626. network
  2627. ethernet
  2628. token
  2629. appletalk
  2630. printer
  2631. access
  2632. protocol
  2633. option
  2634. appletalk
  2635. networking
  2636. appletalk
  2637. router
  2638. internet
  2639. application
  2640. applications
  2641. appstogo
  2642. appstogo
  2643. rapid
  2644. application
  2645. development
  2646. arabic
  2647. arbitrary
  2648. arbitrator
  2649. architecture
  2650. archiving
  2651. arithmetic
  2652. arpsample
  2653. arrangement
  2654. defines
  2655. 68709X
  2656. Oct 00^
  2657. --set theItem to choose file -- uncomment to test in an AS editor
  2658.     tell application "Finder"
  2659.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:"
  2660.         activate
  2661.     end tell
  2662. on error errMsg number errNum
  2663.     --enter statements to perform when no records are found such as...
  2664.     display dialog "Sorry, the item you selected could not be found."
  2665.     return
  2666. end try
  2667. e    No Changeq
  2668. Dev.CD Oct 00 SDK1
  2669. D!All Packages
  2670. Mac OS SDK Edition
  2671. Macintosh Easy Open 1.1.1
  2672.     phicsImporter68k
  2673. EI_ImageDecompressor
  2674. EI_ImageDecompressor68k
  2675. EI_ImageDecompressorPPC
  2676. EI_MovieImport
  2677. EI_MovieImport68k
  2678. Electric Images
  2679. ImportExample.mcp
  2680. ImportExample68k
  2681. ImportExamplePPC
  2682. ImportExampleTest.c
  2683. ProjectIncludes
  2684. Read Me
  2685. Utilities
  2686. NEQuickTime, Graphics, Importer, Movie, Image, Graphics, Decompressors
  2687. ORDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:ImporterMac:e found."
  2688.     return
  2689. end try
  2690. mixed
  2691. Jan 96
  2692. g--set theItem to choose file -- uncomment to test in an AS editor
  2693.     tell application "Finder"
  2694.         open item "Dev.CD Jan 96 SDK1"
  2695.         activate
  2696.     end tell
  2697. on error errMsg number errNum
  2698.     --enter statements to perform when no records are found such as...
  2699.     display dialog "Sorry, the item you selected could not be found."
  2700.     return
  2701. end try
  2702. All Packages
  2703. QuickDraw GXO
  2704. Dev.CD Jan 96 SDK1P
  2705. Dev.CD Jan 96 SDKV
  2706. 69045X
  2707. Jan 96
  2708. g--set theItem to choose file -- uncomment to test in an AS editor
  2709.     tell application "Finder"
  2710.         open item "Dev.CD Jan 96 SDK1"
  2711.         activate
  2712.     end tell
  2713. on error errMsg number errNum
  2714.     --enter statements to perform when no records are found such as...
  2715.     display dialog "Sorry, the item you selected could not be found."
  2716.     return
  2717. end try
  2718. All Packages
  2719. QuickDraw GXO
  2720. Dev.CD Jan 96 SDK1P
  2721. Dev.CD Jan 96 SDKV
  2722. 69046X
  2723. Jan 96
  2724. application
  2725. appstogo
  2726. - Common
  2727.     - Sun Compliant Java Runtime Environment 1.1
  2728.     - QuickTime 3 
  2729.     - QTJava.zip
  2730.     - QTJava media samples
  2731. - Mac OS:
  2732.     - System 8 or later
  2733.     - Macintosh Runtime for Java (MRJ) 2.1
  2734. - Windows 95, 98, or NT::
  2735.     - JRE/JDK from Sun Microsystems, Inc. recommended
  2736. QuickTime, Java, MRJncepts on which they are based can be easily transferred to other scripts. Also includes tips documents on putting commands together to write useful scripts.  
  2737. J6Documents
  2738. READMEFIRST!
  2739. Sample Makefiles
  2740. Sample ScriptsK
  2741. Mar 92M
  2742. MPW 3.2 or laterOVDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:PaDev.CD Nov 00 TC Disk 1
  2743.  - Tool Chest
  2744.  - Development Kits
  2745.  - MPW Related
  2746.  - MPW Script Tips 1.1.1V
  2747. 67153X
  2748. Nov 00^    TC Disk 1
  2749. e    No Change
  2750. indow Manager
  2751. windows
  2752. structure region
  2753. content region
  2754. window class
  2755. window classes
  2756. window layers
  2757. window attributes
  2758. scrolling
  2759. Menu Manager
  2760. menus
  2761. Carbon
  2762. Apple menu
  2763. menu items
  2764. /developer.apple.com/techpubs/index.html
  2765. e    No Changef
  2766. QuickTime
  2767. Effect
  2768. Video
  2769. Trackq
  2770. Dev.CD Nov 00 TC Disk 2
  2771. All Packages
  2772. SampleRateAvailIbThis snippet checks for the number of sample rates available on a given Mac and lists those rates.J:SampleRateAvail(PPC)
  2773. SampleRateAvail.c
  2774. SampleRateAvail.mcpM
  2775. Sound Manager 3.0 or laterN$sound, sample, rate, SampleRateAvailO:Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SampleRateAvail:PBDev.CD Nov 00 TC Disk 2
  2776.  - Sample Code
  2777.  - Sound
  2778.  - SampleRateAvailV
  2779. 69248X
  2780. Nov 00^    TC Disk 2
  2781. --set theItem to choose file -- uncomment to test in an AS editor
  2782.     tell application "Finder"
  2783.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SampleRateAvail:"
  2784.         activate
  2785.     end tell
  2786. on error errMsg number errNum
  2787.     --enter statements to perform when no records are found such as...
  2788.     display dialog "Sorry, the item you selected could not be found."
  2789.     return
  2790. end try
  2791. e    No Changef!sound
  2792. sample
  2793. SampleRateAvailq
  2794. Dev.CD Nov 00 TC Disk 2
  2795. All Packages
  2796. 69249X
  2797. 68459X
  2798. Sep 96^
  2799. --set theItem to choose file -- uncomment to test in an AS editor
  2800.     tell application "Finder"
  2801.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue  2:"
  2802.         activate
  2803.     end tell
  2804. on error errMsg number errNum
  2805.     --enter statements to perform when no records are found such as...
  2806.     display dialog "Sorry, the item you selected could not be found."
  2807.     return
  2808. end try
  2809. Deletedq
  2810. Dev.CD Sep 96 RL
  2811. All Packages
  2812. develop Issue 20
  2813. 68460X
  2814. eresolveRelativeAlias ReadMe
  2815. ResolveRelativeAlias(PPC)
  2816. ResolveRelativeAlias.mcp
  2817. ResolveRelativeAlias.pM
  2818. System 7.0N
  2819. Alias Manager, relative aliasO?Dev.CD Nov 00 TC Disk 1:Sample Code:Files:resolveRelativeAlias:PGDev.CD Nov 00 TC Disk 1
  2820.  - Sample Code
  2821.  - Files
  2822.  - resolveRelativeAliasV
  2823. 67605X
  2824. Nov 00^    TC Disk 1
  2825. e    No Change
  2826. ardware:Disks:DriverGestalt Demo:P]Dev.CD Nov 00 TC Disk 1
  2827.  - Sample Code
  2828.  - Devices and Hardware
  2829.  - Disks
  2830.  - DriverGestalt DemoV
  2831. 63632X
  2832. 1e    No Change
  2833. Communications Toolbox
  2834. Contributed
  2835. Devices and Hardware
  2836. Files
  2837. Games
  2838. Graphics 2D
  2839. Graphics 3D
  2840. Help Systems
  2841. Human Interface Toolbox
  2842. Interapplication Comm
  2843. Memory
  2844. Networking
  2845. OS Utilities
  2846. Overview
  2847. Platforms and Tools
  2848. Printing
  2849. Processes
  2850. QuickTime
  2851. Runtime Architecture
  2852. Sound
  2853. to perform when no records are found such as...
  2854.     display dialog "Sorry, the item you selected could not be found."
  2855.     return
  2856. end try
  2857. ditor
  2858.     tell application "Finder"
  2859.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:DrawTextCodec:"
  2860.         activate
  2861.     end tell
  2862. on error errMsg number errNum
  2863.     --enter statements to perform when no records are found such as...
  2864.     display dialog "Sorry, the item you selected could not be found."
  2865.     return
  2866. end try
  2867. e    No Changef
  2868. QuickTime
  2869. codecq
  2870. Dev.CD Nov 00 TC Disk 2
  2871. All Packages
  2872. Drive UtilitiesV
  2873. 63630X
  2874. teOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTCreateMovie:V
  2875. 62485X
  2876. 1e    No Change
  2877. Aug 94L
  2878. May 97M9Requires the Control Strip control panel to be installed.O0Dev.CD Oct 99 SDK:Development Kits:Control StripP5Dev.CD Oct 99 SDK
  2879.  - Development Kits
  2880.  - Control StriV
  2881. 68705X
  2882. Oct 99^
  2883. --set theItem to choose file -- uncomment to test in an AS editor
  2884.     tell application "Finder"
  2885.         open item "Dev.CD Oct 99 SDK:Development Kits:Control Strip"
  2886.         activate
  2887.     end tell
  2888. on error errMsg number errNum
  2889.     --enter statements to perform when no records are found such as...
  2890.     display dialog "Sorry, the item you selected could not be found."
  2891.     return
  2892. end try
  2893. Deletedq
  2894. Dev.CD Oct 99 SDK
  2895. All Packages
  2896. MacCheck
  2897.  1.0.4
  2898. 68706X
  2899. Nov 00 TC Disk 2
  2900. (D!All Packages
  2901. Mac OS SDK Edition
  2902. InputSprocket SDKI
  2903. This is the SDK for InputSprocket 1.7 which provides support for using joysticks, keyboards, mice,  and other input devices when playing games on your Macintosh computer.e    No Change
  2904. Summary: MacBinary Standard
  2905. Features: MacBinary II Conf is a dialog of those defining the MacBinary II standard.  It is interesting if you want to know how the MacBinary II protocol evolved from the original MacBinary.  It also provides  answers to questions regarding implimentation can be found in here.
  2906. The MacBinary-Standard and MacBinary-II-Standard  are the definitions of the MacBinary protocols.  These will be of interest to folks implimenting MacBinary in their communications or fiB
  2907. le compression packages.  
  2908. JMmacbinary-II-conf
  2909. macbinary-II-conf2
  2910. macbinary-II-standard
  2911. macbinary-standardK
  2912. May 93M
  2913. Adobe Acrobat Reader.OJDev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:PRDev.CD Sep 00 RL Disk 1
  2914.  - Technical Documentation
  2915.  - Misc. Standards
  2916.  - MacBinaryre found such as...
  2917.     display dialog "Sorry, the item you selected could not be found."
  2918.     return
  2919. end try
  2920. e    No Changeo
  2921. http://developer.apple.com/sdk
  2922. ing code is found in the file
  2923. OGDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Music:PRDev.CD Nov 00 TC Disk 2
  2924.  - Sample Code
  2925.  - QuickTime
  2926.  - QuickTime for Java
  2927.  - MusicV
  2928. 68791X
  2929. Nov 00^    TC Disk 2
  2930. --set theItem to choose file -- uncomment to test in an AS editor
  2931.     tell application "Finder"
  2932.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Music:"
  2933.         activate
  2934.     end tell
  2935. on error errMsg number errNum
  2936.     --enter statements to perform when no records are found such as...
  2937.     display dialog "Sorry, the item you selected could not be found."
  2938.     return
  2939. end try
  2940. e    No Changef
  2941. QuickTime
  2942. Dev.CD Nov 00 TC Disk 2
  2943. All Packages
  2944. MusicMixerI
  2945. This demo program shows the introspection of a Movie and the presentation of mixer channels to edit the playback volumes and balance of audio media.J/mm.bat
  2946. MusicMixer
  2947. MusicMixer.zip
  2948. readme.txt
  2949. Feb 00
  2950. 8792X
  2951. 1e    No Change
  2952. work around them. 
  2953. Driving to Print:  An Apple IIGS Printer Drive
  2954. --set theItem to choose file -- uncomment to test in an AS editor
  2955.     tell application "Finder"
  2956.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:RAMDisk:ShowInitIcon:"
  2957.         activate
  2958.     end tell
  2959. on error errMsg number errNum
  2960.     --enter statements to perform when no records are found such as...
  2961.     display dialog "Sorry, the item you selected could not be found."
  2962.     return
  2963. end try
  2964. enterbutton
  2965. enterbutton
  2966. enterbutton
  2967. environment
  2968. eomodeler
  2969. eomodeler
  2970. erasefile
  2971. erasefile
  2972. errata~
  2973. error
  2974. error
  2975. handler
  2976. error
  2977. handler
  2978. errormsg
  2979. errormsg
  2980. errormsg
  2981. errors
  2982. ethernet
  2983. event~
  2984. eventloop
  2985. eventloop
  2986. events
  2987. events
  2988. apple
  2989. ethernet
  2990. apple
  2991. video
  2992. All Packages
  2993. F    PowerTalkO
  2994. Dev.CD Apr 95
  2995. Dev.CD Jan 95P
  2996. Dev.CD Apr 95
  2997. Dev.CD Jan 9V
  2998. 68921X
  2999. Apr 95
  3000. p--set theItem to choose file -- uncomment to test in an AS editor
  3001.     tell application "Finder"
  3002.         open item "Dev.CD Apr 95
  3003. Dev.CD Jan 95"
  3004.         activate
  3005.     end tell
  3006. on error errMsg number errNum
  3007.     --enter statements to perform when no records are found such as...
  3008.     display dialog "Sorry, the item you selected could not be found."
  3009.     return
  3010. end try
  3011. All Packages
  3012. F    PowerTalkO
  3013. Dev.CD Apr 95P
  3014. Dev.CD Apr 9V
  3015. 68922X
  3016. Apr 95
  3017. b--set theItem to choose file -- uncomment to test in an AS editor
  3018.     tell application "Finder"
  3019.         open item "Dev.CD Apr 95"
  3020.         activate
  3021.     end tell
  3022. on error errMsg number errNum
  3023.     --enter statements to perform when no records are found such as...
  3024.     display dialog "Sorry, the item you selected could not be found."
  3025.     return
  3026. end try
  3027. All Packages
  3028. F    PowerTalkO
  3029. Dev.CD Apr 95V
  3030. 68923X
  3031. software
  3032. licensing
  3033. someunicodestuff
  3034. someunicodestuff
  3035. someunicodestuff
  3036. somobjects
  3037. somobjects
  3038. first
  3039. sonofsillyballs
  3040. sonofsillyballs
  3041. sonofsillyballs
  3042. sonofsillyballs
  3043. pbproj
  3044. sortablepicture
  3045. sortablepicture
  3046. sortablepicture
  3047. sortpicts
  3048. sortpicts
  3049. sortpicts
  3050. sortpicts
  3051. sortpictsapp
  3052. sortpictsapp
  3053. sortpictsthreads
  3054. sortpictsthreads
  3055. sorts
  3056. small
  3057. simple
  3058. dudes
  3059. dummy
  3060. dumped
  3061. dumpnetworksetup
  3062. dumpnetworksetup
  3063. dumps
  3064. entire
  3065. contents
  3066. network
  3067. dumps
  3068. dumpster
  3069. duplicate
  3070. during_
  3071. dutch
  3072. dykstra-erickson
  3073. dylan
  3074. dynamic
  3075. What Are the AEGizmos?
  3076. AEGizmos consists of four libraries in one. These libraries provide alternate ways of building and reading Apple events and Apple event descriptors.JYDemo app
  3077. Documentation
  3078. Headers
  3079. Libraries
  3080. Read Me -- AEGizmos
  3081. Sources
  3082. What's New in 1.4.2?K
  3083. Aug 94L
  3084. Oct 99N#AppleScript, Apple events, AEGizmosOZDev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:PeDev.CD Nov 00 TC Disk 1
  3085.  - Tool Chest
  3086.  - Interapplication Communication
  3087.  - AE Tools
  3088.  - AEGizmos 1.4.2V
  3089. 68238X
  3090. Nov 00^    TC Disk 1
  3091. --set theItem to choose file -- uncomment to test in an AS editor
  3092.     tell application "Finder"
  3093.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:"
  3094.         activate
  3095.     end tell
  3096. on error errMsg number errNum
  3097.     --enter statements to perform when no records are found such as...
  3098.     display dialog "Sorry, the item you selected could not be found."
  3099.     return
  3100. end try
  3101. e    No Change
  3102. bundle
  3103. burned-in
  3104. burning
  3105. business
  3106. button
  3107. buttons
  3108. framework
  3109. rapid
  3110. application
  3111. development
  3112. dtscpluslibrar
  3113. opentransport
  3114. cacheA
  3115. cacheline
  3116. cad/cam
  3117. cad/cam
  3118. design
  3119. calccmask
  3120. calcmask
  3121. calcmask
  3122. calccmask
  3123. bitmap
  3124. copybits
  3125. newgworld
  3126. gworld
  3127. copymask
  3128. calculator
  3129. calculator
  3130. cocoa
  3131. calibrator
  3132. callback
  3133. calling
  3134. camera
  3135. capabilities
  3136. capped
  3137. capture
  3138. carbonr
  3139. device
  3140. manager
  3141. control
  3142. cdrom
  3143. cdrom
  3144. drivers
  3145. center
  3146. centerrectinrect
  3147. e    No Changef
  3148. PostScript
  3149. sample codeq
  3150. Dev.CD Nov 00 TC Disk 1
  3151. D!All Packages
  3152. Mac OS SDK Edition
  3153. GXGraphicsI
  3154. Summary: GXGraphics 1.1.6 is an extension that encompasses the QuickDraw GX graphics and line layout capabilities without GX printing. The 1.1.6 init replaces the older 1.1.3 init and fixes minor cosmetic bugs.J
  3155. GXGraphicsK
  3156. Sep 97N
  3157. QuickDraw GX, GXGraphics 1.1.6O\Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:PdDev.CD Apr 98 SDK2
  3158.  - Development Kits (Disc 2)
  3159.  - Quickdraw GX Init Update
  3160.  - GXGraphics 1.1.6 initV
  3161. 68574X
  3162. Apr 98^
  3163. #nGL DrawSprocket
  3164. 67208X
  3165.      open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:CreateDirWCustIcon:"
  3166.         activate
  3167.     end tell
  3168. on error errMsg number errNum
  3169.     --enter statements to perform when no records are found such as...
  3170.     display dialog "Sorry, the item you selected could not be found."
  3171.     return
  3172. end try
  3173. e    No Changef
  3174. custom icon
  3175. folderq
  3176. Dev.CD Nov 00 TC Disk 1
  3177. |v file or serial driver.
  3178. Apple Internet Tunnel Simulator and Apple Tunnel Simulator software
  3179. -------------------------------------------------
  3180. Apple Tunnel Simulator is an application that simulates an AURP tunnel over TCP/IP. It is useful in testing your AURP implementations. The document Apple Internet Tunnel Simulator explains how to use the Apple Tunnel Simulator software.
  3181. JxATalk WAD Toolkit Read Me
  3182. AURP MIB
  3183. AURP MIB (compilable)
  3184. Documentation:
  3185. SNMP AURP Agent
  3186. TunnelSim
  3187. XTI Shell Sample Code:K
  3188. Apr 96N+AppleTalk Wide Area, AURP, Router, InternetOADev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk Wide Area:PFDev.CD Apr 98 SDK1
  3189.  - Development Kits (Disc 1)
  3190.  - AppleTalk Wide Areapr 93PDDev.CD Apr 94
  3191. Dev.CD Jan 94
  3192. Dev.CD Oct 93
  3193. Dev.CD Jul 93
  3194. Dev.CD Apr 9V
  3195. 68022X
  3196. Apr 94
  3197. interleave
  3198. interleaving
  3199. internal
  3200. internal
  3201. logic
  3202. internally
  3203. international
  3204. internationalization
  3205. All Packages
  3206. F    QuickTimeO)Dev.CD Jan 94
  3207. Dev.CD Oct 93
  3208. Dev.CD Jul 93P(Dev.CD Jan 94
  3209. Dev.CD Oct 93
  3210. Dev.CD Jul 9V
  3211. 69129X
  3212. Jan 94
  3213. ~--set theItem to choose file -- uncomment to test in an AS editor
  3214.     tell application "Finder"
  3215.         open item "Dev.CD Jan 94
  3216. Dev.CD Oct 93
  3217. Dev.CD Jul 93"
  3218.         activate
  3219.     end tell
  3220. on error errMsg number errNum
  3221.     --enter statements to perform when no records are found such as...
  3222.     display dialog "Sorry, the item you selected could not be found."
  3223.     return
  3224. end try
  3225. All Packages
  3226. F    QuickTimeO
  3227. Dev.CD Jan 94P
  3228. Dev.CD Jan 9V
  3229. 69130X
  3230. Jan 94
  3231. b--set theItem to choose file -- uncomment to test in an AS editor
  3232.     tell application "Finder"
  3233.         open item "Dev.CD Jan 94"
  3234.         activate
  3235.     end tell
  3236. on error errMsg number errNum
  3237.     --enter statements to perform when no records are found such as...
  3238.     display dialog "Sorry, the item you selected could not be found."
  3239.     return
  3240. end try
  3241. All Packages
  3242. language
  3243. language
  3244. analysis
  3245. language
  3246. analysis
  3247. architecture
  3248. japanese
  3249. language
  3250. updater
  3251. arabic
  3252. chinese
  3253. cyrillic
  3254. hebrew
  3255. languageid
  3256. laserwriter
  3257. laserwriter
  3258. custom
  3259. sample
  3260. laserwriter
  3261. driver
  3262. printer
  3263. 8.5.1
  3264. laserwriter
  3265. print
  3266. dialog
  3267. launch
  3268. layers
  3269. lclick
  3270. legacy
  3271. level
  3272. library
  3273. light
  3274. lightgrayadorner
  3275. ference
  3276. switch
  3277. module
  3278. lproj
  3279. macapp]
  3280. macapp
  3281. framework
  3282. object-oriented
  3283. classes
  3284. editor
  3285. resou^
  3286. macapp
  3287. adorner
  3288. custom
  3289. cursor
  3290. dependency
  3291. eenie
  3292. machine
  3293. macintoshR
  3294. macintosh
  3295. powerbook
  3296. series
  3297. developers
  3298. powerpc
  3299. backside
  3300. macsbugi
  3301. macsbug
  3302. appleevent
  3303. apple
  3304. event
  3305. dcmdi
  3306. mactcp
  3307. mactcp
  3308. communications
  3309. toolbox
  3310. serial
  3311. ports
  3312. audio
  3313. management
  3314. e    No Changef
  3315. QuickTime
  3316. Dev.CD Nov 00 TC Disk 2
  3317. All Packages
  3318. F    QTVectors
  3319. QTVectors is a simple application that constructs a QuickTime vector movie.
  3320.  It shows how to create a new movie, construct a series of QTAtoms that describe a vector picture, and then save the QTAtoms in the new movie. You can then open the movie to see what was drawn.
  3321. Application Files
  3322. Building QT Samples
  3323. Common Files
  3324. QTVectors 68k
  3325. QTVectors 68k.mcp
  3326. QTVectors PPC
  3327. QTVectors PPC.mcp
  3328. QTVectors Win.mcp
  3329. QTVectors.c
  3330. QTVectors.exe
  3331. QTVectors.h
  3332. QTVectors.mak
  3333. README
  3334. shapes.movM
  3335. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N QuickTime, Vector, Atom, PictureO@Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Vectors:QTVectors:PKDev.CD Nov 00 TC Disk 2
  3336.  - Sample Code
  3337.  - QuickTime
  3338.  - Vectors
  3339.  - QTVectorsV
  3340. 69011X
  3341. Nov 00^    TC Disk 2
  3342. e    No Change
  3343. fifteenv
  3344. fifth
  3345. figure
  3346. figured
  3347. file^
  3348. apple
  3349. computer
  3350. sample will display the version of QuickDraw which you are running.
  3351. J$TestGestalt.c
  3352. TestQD(PPC)
  3353. TestQD.mcpM
  3354. System 6.0.4O8Dev.CD Nov 00 TC Disk 1:Sample Code:OS Utilities:TestQD:V
  3355. 63219X
  3356. 1e    No Change
  3357. 69347X
  3358. Nov 00^    TC Disk 2
  3359. --set theItem to choose file -- uncomment to test in an AS editor
  3360.     tell application "Finder"
  3361.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:SoundConverter:"
  3362.         activate
  3363.     end tell
  3364. on error errMsg number errNum
  3365.     --enter statements to perform when no records are found such as...
  3366.     display dialog "Sorry, the item you selected could not be found."
  3367.     return
  3368. end try
  3369. e    No Changef&QuickTime
  3370. Sound
  3371. Converter
  3372. Format
  3373. Audioq
  3374. Dev.CD Nov 00 TC Disk 2
  3375. All Packages
  3376. SoundLevelI}A simple application that meters the sound input level on the microphone using a display much like a VCR peak-hold bar meter.J;SoundLevel(PPC)
  3377. SoundLevel.c
  3378. SoundLevel.mcp
  3379. SoundLevel.rsrcM
  3380. Sound Manager 3.0 or laterN
  3381. sound, input, microphoneO5Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SoundLevel:P=Dev.CD Nov 00 TC Disk 2
  3382.  - Sample Code
  3383.  - Sound
  3384.  - SoundLevelV
  3385. 69348X
  3386. Nov 00^    TC Disk 2
  3387. e    No Change
  3388. Feb 92L
  3389. Nov 96O
  3390. Dev.CD Nov 99 TC:Sample Code:P
  3391. Dev.CD Nov 99 TC
  3392.  - Sample CodeV
  3393. 69333X
  3394. Nov 99^
  3395. r--set theItem to choose file -- uncomment to test in an AS editor
  3396.     tell application "Finder"
  3397.         open item "Dev.CD Nov 99 TC:Sample Code:"
  3398.         activate
  3399.     end tell
  3400. on error errMsg number errNum
  3401.     --enter statements to perform when no records are found such as...
  3402.     display dialog "Sorry, the item you selected could not be found."
  3403.     return
  3404. end try
  3405. Deletedq
  3406. Dev.CD Nov 99 TC
  3407. D!All Packages
  3408. Tool Chest Edition
  3409. Snippets - Sound
  3410. v1.0.1
  3411. v1.0.2
  3412. v1.1.3
  3413. v1.2.1R
  3414. v1.4.6f4
  3415. v1.5.1
  3416. v1.7.2
  3417. declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  3418. Ex Apple Video ROM
  3419. Example Vid ROM from C&D
  3420. ExROM-1Func sResource
  3421. MinimalDeclROM.a
  3422. ROM diagramsK
  3423. Oct 92V
  3424. 65184X
  3425. 1e    No Change
  3426. ovides the function BuildGLFromWindow a
  3427. macapp
  3428. framework
  3429. object-oriented
  3430. standard
  3431. library
  3432. carbonli
  3433. macapp
  3434. framework
  3435. object-oriented
  3436. classes
  3437. editor
  3438. resou^
  3439. macapp
  3440. modal
  3441. dialog
  3442. tpicture
  3443. pictdialog
  3444. macapp
  3445. tear-off
  3446. floating
  3447. window
  3448. windoid
  3449. macapp
  3450. level
  3451. macapp
  3452. macapp
  3453. ttextlistview
  3454. ttextgridview
  3455. protoviews
  3456. macapp
  3457. adorner
  3458. custom
  3459. cursor
  3460. dependency
  3461. eenie
  3462. macapp
  3463. windows
  3464. cascade
  3465. windows
  3466. close
  3467. windows
  3468. window
  3469. maccheck
  3470. machine
  3471. machinelocation
  3472. macosxserver
  3473. macosxserver
  3474. appkit
  3475. foundation
  3476. project
  3477. builder
  3478. interface
  3479. macsbugi
  3480. macsbug
  3481. appleevent
  3482. apple
  3483. event
  3484. dcmdi
  3485. macsbug
  3486. debugger
  3487. debugging
  3488. assembly
  3489. mactcp
  3490. mactcp
  3491. communications
  3492. toolbox
  3493. serial
  3494. ports
  3495. audio
  3496. mactcp
  3497. tcp/ip
  3498. magic
  3499. suite
  3500. apple
  3501. events
  3502. applescript
  3503. email
  3504. makeicon
  3505. management
  3506. nd try
  3507. myaddresmenu[
  3508. mybuildmenu
  3509. mydeviceloop
  3510. myfont
  3511. mygrowwindow
  3512. myles
  3513. myregistercomponent
  3514. myriad
  3515. myself
  3516. mysteries
  3517. mystery
  3518. naked
  3519. namej
  3520. nameandaddress
  3521. nameandaddress
  3522. single
  3523. window
  3524. utility
  3525. named
  3526. namely
  3527. names[
  3528. namespace
  3529. namingtable
  3530. namingtableaccess
  3531. nastier
  3532. --set theItem to choose file -- uncomment to test in an AS editor
  3533.     tell application "Finder"
  3534.         open item "Dev.CD Apr 94
  3535. Dev.CD Jan 94
  3536. Dev.CD Oct 93
  3537. Dev.CD Jul 93"
  3538.         activate
  3539.     end tell
  3540. on error errMsg number errNum
  3541.     --enter statements to perform when no records are found such as...
  3542.     display dialog "Sorry, the item you selected could not be found."
  3543.     return
  3544. end try
  3545. inside
  3546. macintosh
  3547. movie
  3548. toolbox
  3549. sample
  3550. insidemac
  3551. installment
  3552. installsf
  3553. instance
  3554. instances
  3555. instantly
  3556. instead
  3557. instruction
  3558. instructional
  3559. instructions_
  3560. insure
  3561. int'l
  3562. integer
  3563. integral
  3564. integrate
  3565. integrated
  3566. integrates
  3567. integrating
  3568. integrating
  3569. computer-based
  3570. media
  3571. broadcast
  3572. environment
  3573. integration
  3574. can be difficult, since there
  3575. s a lot going on beneath the surface. These techniques for detecting problems in MacApp programs can help.
  3576. Chiropractic for Your Misaligned Data by Kevin Looney and Craig Anderson.   Misaligned data accesses on PowerPC processors can be very expensive. Two tools that will help you detect misalignment problems are presented here, along with some advice on avoiding misalignment in the first place.
  3577. THE OPENDOC ROAD: OpenDoc Memory Management and the Toolbox by 
  3578. Troy Gaul and Vincent Lo.  Managing memory allocation in your OpenDoc part editor can be a little tricky.
  3579. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  3580. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  3581. t need to be complex, as the simple tools presented here wil
  3582. All Packages
  3583. System 7 Tune-UpO
  3584. Dev.CD Apr 92
  3585. Dev.CD Mar 92P
  3586. Dev.CD Apr 92
  3587. Dev.CD Mar 9V
  3588. 69405X
  3589. Apr 92
  3590. p--set theItem to choose file -- uncomment to test in an AS editor
  3591.     tell application "Finder"
  3592.         open item "Dev.CD Apr 92
  3593. Dev.CD Mar 92"
  3594.         activate
  3595.     end tell
  3596. on error errMsg number errNum
  3597.     --enter statements to perform when no records are found such as...
  3598.     display dialog "Sorry, the item you selected could not be found."
  3599.     return
  3600. end try
  3601. All Packages
  3602. System 7 Tune-UpO
  3603. Dev.CD Apr 92
  3604. Dev.CD Mar 92P
  3605. Dev.CD Apr 92
  3606. Dev.CD Mar 9V
  3607. 69406X
  3608. Apr 92
  3609. p--set theItem to choose file -- uncomment to test in an AS editor
  3610.     tell application "Finder"
  3611.         open item "Dev.CD Apr 92
  3612. Dev.CD Mar 92"
  3613.         activate
  3614.     end tell
  3615. on error errMsg number errNum
  3616.     --enter statements to perform when no records are found such as...
  3617.     display dialog "Sorry, the item you selected could not be found."
  3618.     return
  3619. end try
  3620. nterface improvements.
  3621. Changes from Disk Copy 6.3
  3622.  An issue that prevented making a read-only or read-only compressed image  from volumes that have data at the end of the volume has been corrected.
  3623. Changes from Disk Copy 6.2
  3624.  Added Navigation Services support.
  3625.  Added ability to duplicate a floppy.
  3626.  Added support for creating self-mounting images.
  3627.  Various improvements to AppleScript support.
  3628.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  3629.  Imaging a foDzlder with less than 32MB of data from an HFS+ volume results in an HFS formatted volume.
  3630.  Various interface improvements.
  3631. J)Disk Copy
  3632. Disk Copy 6.3.3 Quick ReferenceK
  3633. Jan 97L
  3634. May 99N
  3635. Disk, Copy, utilityO,Dev.CD Sep 00 RL Disk 1:Utilities:Disk Copy:P1Dev.CD Sep 00 RL Disk 1
  3636.  - Utilities
  3637.  - Disk Copy
  3638. maccheck
  3639. machine
  3640. machine
  3641. identification
  3642. machinelocation
  3643. macintalk
  3644. macintoshR
  3645. ws you verify that your application does no
  3646. riends and family, specialized technical terms, etc.
  3647.  Adapts to your word patterns to improve the long-term performance.
  3648.  The Lexicon Optimizer utility scans your text files to find what words you  use and adds them automatically to the system.
  3649.  Powerful Voice Macro feature allows you to input long addresses or aphorisms by speaking a single word.  
  3650.  Voice commands for frequently used functions.
  3651.  Most misrecognized characters can be corrected easily and quickly with a click of the mouF]se.
  3652.  Dictation of numbers and punctuation.
  3653.  Support for multiple users on a single machine.
  3654. JkCT-009-4433 (Install 1)
  3655. CT-009-4434 (Install 2)
  3656. CT-009-4435 (Install 3)
  3657. Read Me First! SC
  3658. Read Me First! TCK
  3659. Nov 96L
  3660. May 97M
  3661. Any PowerPC Macintosh with 16bit sound input
  3662. System 7.1.2 or above with Chinese Language Kit 1.1 or above installled
  3663. A CDK microphoneN0Chinese, dictation, CDK, speech, input, keyboardO9Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:turn
  3664. end try
  3665. 68704X
  3666. Sep 00^    RL Disk 1
  3667. --set theItem to choose file -- uncomment to test in an AS editor
  3668.     tell application "Finder"
  3669.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:"
  3670.         activate
  3671.     end tell
  3672. on error errMsg number errNum
  3673.     --enter statements to perform when no records are found such as...
  3674.     display dialog "Sorry, the item you selected could not be found."
  3675.     return
  3676. end try
  3677. e    No Changeq
  3678. Dev.CD Sep 00 RL Disk 1
  3679. zD!All Packages
  3680. Mac OS SDK Edition
  3681. MacCalendar 1.1b1I
  3682. Summary:  MacCalendar is a control strip module that displays a calendar when you click on it in the control strip.  The calendar display is configured using a separate application, MacCalendar Setup.
  3683. 68705X
  3684. Deleted
  3685. cketPPTest:PQDev.CD Nov 00 TC Disk 1
  3686.  - Sample Code
  3687.  - Archive
  3688.  - Games
  3689.  - InputSprocketPPTestV
  3690. 66997X
  3691. Nov 00^    TC Disk 1
  3692. e    No Change
  3693. ay dialog "Sorry, the item you selected could not be found."
  3694.     return
  3695. end try
  3696. error
  3697. detector
  3698. powerpc
  3699. atademo
  3700. atademo
  3701. readme
  3702. atags
  3703. atags
  3704. manual
  3705. atags
  3706. manual
  3707. atalk
  3708. atalk
  3709. toolkit
  3710. atalksampleutils
  3711. atalksampleutils
  3712. atalksampleutils
  3713. atalkzones
  3714. atalkzones
  3715. atominfo
  3716. atominfo
  3717. atsui
  3718. audio
  3719. audio
  3720. audioconvert
  3721. audioconvert
  3722. audioconvert
  3723. audioconvert
  3724. audioconvert
  3725. audioconvert
  3726. audioconvert
  3727. audioconvert
  3728. audioconvert
  3729. audioconvert
  3730. audiomidi
  3731. audiomidi
  3732. auntiedialog
  3733. auntiedialog
  3734. auntiedialog
  3735. auntiedialog
  3736. auntiedialogdemo
  3737. auntiedialogdemo
  3738. auntiedialogdemo
  3739. auntiedialogdemo
  3740. auntiedialogdemoclas
  3741. auntiedialogprefixca
  3742. auntiedialogprefixin
  3743. compilable
  3744. impleplayermfc
  3745. --set theItem to choose file -- uncomment to test in an AS editor
  3746.     tell application "Finder"
  3747.         open item "Dev.CD Apr 94
  3748. Dev.CD Jan 94
  3749. Dev.CD Oct 93
  3750. Dev.CD Jul 93
  3751. Dev.CD Apr 93"
  3752.         activate
  3753.     end tell
  3754. on error errMsg number errNum
  3755.     --enter statements to perform when no records are found such as...
  3756.     display dialog "Sorry, the item you selected could not be found."
  3757.     return
  3758. end try
  3759. aller
  3760. installer
  3761. image
  3762. symfiles
  3763. authentication
  3764. authoring
  3765. autoguest
  3766. basics
  3767. beginz
  3768. binhex
  3769. binhex
  3770. browserz
  3771. buildingZ
  3772. building
  3773. samplesZ
  3774. buildxcmd
  3775. capturing
  3776. carbonprefixr
  3777. carbonprefix
  3778. carbonresr
  3779. carbonres
  3780. rsrcr
  3781. cd-romw
  3782. change
  3783. change
  3784. history
  3785. change
  3786. history
  3787. changesj
  3788. client
  3789. codev
  3790. codecs
  3791. codewarrior
  3792. codewarrior
  3793. coercionc
  3794. coercionsf
  3795. updates
  3796. updates
  3797. updates
  3798. patches
  3799. updating
  3800. updating
  3801. drivers
  3802. upgrader
  3803. upgrader
  3804. 1.2.3
  3805. engines
  3806. upgrading
  3807. upgrading
  3808. bbedit
  3809. uprocessguts
  3810. uprocessguts
  3811. uprocessldef
  3812. uprocessldef
  3813. uprocessutils
  3814. uprocessutils
  3815. access
  3816. access
  3817. manager
  3818. access
  3819. scripting
  3820. services
  3821. urlaccess
  3822. urlaccess
  3823. urlaccess
  3824. urlaccess
  3825. urlaccess68k
  3826. urlaccess68k
  3827. urlaccesslib
  3828. urlaccesslib
  3829. distribution
  3830. guide
  3831. usage
  3832. usage
  3833. history
  3834. 1.4.6b2
  3835. driver
  3836. useful
  3837. useful
  3838. addmenu
  3839. script
  3840. manual
  3841. user's
  3842. userchkgestaltfuncti
  3843. userchkgestaltfuncti
  3844. New Packagef
  3845. Custom Window
  3846. WDEFo&http://developer.apple.com/samplecode/q
  3847. Dev.CD Nov 00 TC Disk 1
  3848. All Packages
  3849. Cyrillic Language KitO!Dev.CD May 97 TC
  3850. Dev.CD May 96 TCP Dev.CD May 97 TC
  3851. Dev.CD May 96 TV
  3852. 68425X
  3853. May 97
  3854. v--set theItem to choose file -- uncomment to test in an AS editor
  3855.     tell application "Finder"
  3856.         open item "Dev.CD May 97 TC
  3857. Dev.CD May 96 TC"
  3858.         activate
  3859.     end tell
  3860. on error errMsg number errNum
  3861.     --enter statements to perform when no records are found such as...
  3862.     display dialog "Sorry, the item you selected could not be found."
  3863.     return
  3864. end try
  3865. All Packages
  3866. Cyrillic Language KitO!Dev.CD May 97 TC
  3867. Dev.CD May 96 TCP Dev.CD May 97 TC
  3868. Dev.CD May 96 TV
  3869. 68426X
  3870. May 97
  3871. ected could not be found."
  3872.     return
  3873. end try
  3874. e    No Changeq
  3875. Dev.CD Nov 00 TC Disk 2
  3876. All Packages
  3877. New & RevisedF
  3878. SimpleHelpI^SimpleHelp is a very basic sample that demonstrates adding a help book to a cocoa application.ew Package
  3879.     EO dead batteries? Don
  3880. t despair: you can still twiddle bits around the campfire.
  3881. JBdevelop Issue 21
  3882. develop Issue 21 code
  3883. develop Issue 21 referencesK
  3884. Vol IIIL
  3885. Jun 95OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 21:PQDev.CD Sep 00 RL Disk 1
  3886.  - Technical Documentation
  3887.  - Develop
  3888.  - develop Issue 21 are found such as...
  3889.     display dialog "Sorry, the item you selected could not be found."
  3890.     return
  3891. end try
  3892. e    No Changef)RAVE
  3893. Gouraud
  3894. compsite
  3895. callback
  3896. texture
  3897. Dev.CD Nov 00 TC Disk 1
  3898. All Packages
  3899. RaveContextSampleI
  3900. This sample shows how to gain access to the Interactive Renderer's RAVE draw context from QD3D using the new QD3D 1.6 RAVE Draw Context API functions.J;Headers
  3901. RAVEContextTest
  3902. RaveContextTest.mcp
  3903. Rez.rsrc
  3904. SourceOBDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RaveContextSample:PJDev.CD Nov 00 TC Disk 1
  3905.  - Sample Code
  3906.  - Graphics 3D
  3907.  - RaveContextSampleV
  3908. 67593X
  3909. Nov 00^    TC Disk 1
  3910. e    No Change
  3911. This sample application demonstrates how to do serial I/O on Mac OS X. Techniques shown are:
  3912. - Finding a serial port
  3913. - Opening and configuring the port
  3914. - Sending an "AT" command to a modem attached to the port
  3915. - Reading the "OK" response from the modem (if any)
  3916. - Closing the port
  3917. JV.DS_Store
  3918. Read Me.html
  3919. SerialPortSample.app
  3920. SerialPortSample.c
  3921. SerialPortSample.pbprojK
  3922. Nov 00M
  3923. Mac OS X Public Beta or laterN
  3924. Serial, I/O Kit, DriversOQDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Serial:SerialPortSample:P\Dev.CD Nov 00 TC Disk 1
  3925.  - Sample Code
  3926.  - Devices and Hardware
  3927.  - Serial
  3928.  - SerialPortSample
  3929. development
  3930. toolkit
  3931. encodings
  3932. macapp
  3933. macapp
  3934. cdent
  3935. stuff
  3936. macapplication
  3937. macapplication
  3938. macapplication
  3939. macapplication
  3940. macbinary
  3941. maccalendar
  3942. macdebugprefixl
  3943. macdebugprefix
  3944. macframework
  3945. macframework
  3946. macframework
  3947. macframework
  3948. machack
  3949. kObjectiveCtoJava
  3950. Push Tech Survival Gd.pdf
  3951. QT3-More Than Dig. Video.pdf
  3952. Simplified Stream Audio.pdf
  3953. Web Animation Guide.pdf
  3954. WebObjects Database Part I.pdf
  3955. WebObjects Database Part II.pdf
  3956. WebObjects Memory Mgmt.pdf
  3957. WebObjects Tools and Techniques
  3958. WebObjectsCategories&Posers.pdf
  3959. WebObjectsPerformanceTuning
  3960. Working with WebObjects.pdf
  3961. Writing for Interactive Media
  3962. resources]
  3963. respect
  3964. respective
  3965. respectively
  3966. es by John Wang. See develop magazine, issue 14, for more information about the QuickDraw derived media handler.
  3967. 62480X
  3968. 1e    No Change
  3969. |OKDev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:PSDev.CD Sep 00 RL Disk 1
  3970.  - Technical Documentation
  3971.  - Misc. Standards
  3972.  - BinHex 4.0V
  3973. 68323X
  3974. Sep 00^    RL Disk 1
  3975. --set theItem to choose file -- uncomment to test in an AS editor
  3976.     tell application "Finder"
  3977.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:"
  3978.         activate
  3979.     end tell
  3980. on error errMsg number errNum
  3981.     --enter statements to perform when no records are found such as...
  3982.     display dialog "Sorry, the item you selected could not be found."
  3983.     return
  3984. end try
  3985. e    No Changeq
  3986. Dev.CD Sep 00 RL Disk 1
  3987. All Packages
  3988. BitBlitz 1.0I
  3989. The tool was designed to be a learning/testing tool for the Copybits(), CopyMask(), and CopyDeepMask() QuickDraw calls.  It makes extensive use of GWorlds as well as the above mentioned QuickDraw bit tools.K
  3990. Vol VL
  3991. Vol VIIIV
  3992. 68324X
  3993. 1e    No Change
  3994. e QDrawMHdlr.rez.bat, which should create the file QDrawMHd
  3995. --set theItem to choose file -- uncomment to test in an AS editor
  3996.     tell application "Finder"
  3997.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtaddeffectseg:"
  3998.         activate
  3999.     end tell
  4000. on error errMsg number errNum
  4001.     --enter statements to perform when no records are found such as...
  4002.     display dialog "Sorry, the item you selected could not be found."
  4003.     return
  4004. end try
  4005. C system.  See the document "Release Notes 1.2.1" for details.
  4006. A/ROSE
  4007. A/ROSE
  4008. Mar 92L
  4009. May 94M.System 6.0.5 or greater, MacPlus or later CPU.NuA/ROSE, MCP, Macintosh Coprocessor Platform, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token RingO:Dev.CD Nov 00 TC Disk 1:Tool Chest:Hardware:A/ROSE
  4010.  1.2.1:PBDev.CD Nov 00 TC Disk 1
  4011.  - Tool Chest
  4012.  - Hardware
  4013.  - A/ROSE
  4014.  1.2.1V
  4015. 66590X
  4016. Nov 00^    TC Disk 1
  4017. e    No Change
  4018. All Packages
  4019. WorldScript UpdaterO
  4020. Dev.CD Jul 96 SSWP
  4021. Dev.CD Jul 96 SSV
  4022. 66558X
  4023. Jul 96
  4024. Updatedf
  4025. Color Picker
  4026. Palette
  4027. Carbono&http://developer.apple.com/samplecode/q
  4028. Dev.CD Nov 00 TC Disk 1
  4029. All Packages
  4030. F    ColorCDEF
  4031. This working sample defproc emulates the features of the standard button control for system software 7.0 on the macintosh. This defproc, while completely functional is intended as an explanatory example to show some of the basics of writing your own defproc. 
  4032. J)ColorCDEF.mcp
  4033. readme
  4034. ColorCDEF
  4035. SampCtrl.pN
  4036. CDEFOFDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ColorCDEF:PNDev.CD Nov 00 TC Disk 1
  4037.  - Sample Code
  4038.  - Human Interface Toolbox
  4039.  - ColorCDEFV
  4040. 68377X
  4041. Nov 00^    TC Disk 1
  4042. e    No Change
  4043. error errMsg number errNum
  4044.     --enter statements to perform when no records are found such as...
  4045.     display dialog "Sorry, the item you selected could not be found."
  4046.     return
  4047. end try
  4048. e    No Changef/Carbon
  4049. QuickTime
  4050. GraphicImporter
  4051. Printq
  4052. Dev.CD Nov 00 TC Disk 2
  4053. All Packages
  4054. New & RevisedF
  4055. CarbonCustomListmber
  4056. Folder Contents:
  4057.   Controls.lib 3.0.15 folder
  4058.     This folder contains the latest version of Controls.lib.
  4059.     Controls.lib 3.0.15 is 6.x and 7.x compatible and Virtual User 2.0
  4060.     compatible.  Virtual User 1.1 is currently available through APDA and
  4061.     Virtual User 2.0 will be available for purchase by the end of 1992.
  4062.     Many tasks have been improved, modified or 
  4063.     rewritten since Controls.lib v2.5
  4064.   Controls.lib Reference
  4065.     This is located in the Controls.lib folder.
  4066.   This MPW file is a reference on how to use VU libraries, how to use the tasks
  4067.     in the Controls.lib library, and how to install VUMark 1.0b1.
  4068.   Printing.lib 1.0
  4069.     This library is a collection of printing-related tasks for the LaserWriter,
  4070.     StyleWriter and Personal LW Page Setup and Printing menu items and dialogs.
  4071.   MiniLauncher 1.3b5
  4072.     This tool is required on VU targets using Controls.lib 3.0.14 
  4073.     with System 6.0.x.  This tool is not needed for VU and System 7.x.
  4074. All Packages
  4075. F    QuickTimeO
  4076. Dev.CD Jun 97 SSWP
  4077. Dev.CD Jun 97 SSV
  4078. 69202X
  4079. Jun 97
  4080. f--set theItem to choose file -- uncomment to test in an AS editor
  4081.     tell application "Finder"
  4082.         open item "Dev.CD Jun 97 SSW"
  4083.         activate
  4084.     end tell
  4085. on error errMsg number errNum
  4086.     --enter statements to perform when no records are found such as...
  4087.     display dialog "Sorry, the item you selected could not be found."
  4088.     return
  4089. end try
  4090. All Packages
  4091. F    QuickTimeO
  4092. Dev.CD Jun 97 SSWP
  4093. Dev.CD Jun 97 SSV
  4094. 69203X
  4095. Jun 97
  4096. f--set theItem to choose file -- uncomment to test in an AS editor
  4097.     tell application "Finder"
  4098.         open item "Dev.CD Jun 97 SSW"
  4099.         activate
  4100.     end tell
  4101. on error errMsg number errNum
  4102.     --enter statements to perform when no records are found such as...
  4103.     display dialog "Sorry, the item you selected could not be found."
  4104.     return
  4105. end try
  4106. All Packages
  4107. F    QuickTimeO
  4108. Dev.CD Jun 97 SSWP
  4109. Dev.CD Jun 97 SSV
  4110. 69204X
  4111. indicates
  4112. indicator
  4113. indicators
  4114. indices
  4115. indirectlye
  4116. indispensable
  4117. individual
  4118. industry
  4119. industry-standard
  4120. industrywatch{
  4121. inefficiency
  4122. inflict
  4123. info[
  4124. infomation
  4125. inform
  4126. informational
  4127. infrared
  4128. inheritance
  4129. Display Manager, window arrangement, display mode, pixel depth, scan timing, display, display ID, video device, monitor, HTML, HTML rendering, web browser, URL, HTML tags, Apple Help, World Wide Web, Help Center, HTML link, Unicode Utilities, Unicode, locales, text, collation, characters, Window Manager, windows, structure region, content region, window class, window classes, window layers, window attributes, scrolling, Menu Manager, menus, Carbon, Apple menu, MDEF, menu items
  4130.  to choose file -- uncomment to test in an AS editor
  4131.     tell application "Finder"
  4132.         open item "Dev.CD Jan 96 SDK1"
  4133.         activate
  4134.     end tell
  4135. on error errMsg number errNum
  4136.     --enter statements to perform when no records are found such as...
  4137.     display dialog "Sorry, the item you selected could not be found."
  4138.     return
  4139. end try
  4140. All Packages
  4141. QuickDraw GXO
  4142. Dev.CD Jan 96 SDK1P
  4143. Dev.CD Jan 96 SDKV
  4144. 67424X
  4145. Jan 96
  4146. el Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  4147. N,QuickTime, Video, Digitizer, Component, VDIGOADev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:SoftVdig:PLDev.CD Nov 00 TC Disk 2
  4148.  - Sample Code
  4149.  - QuickTime
  4150.  - Capturing
  4151.  - SoftVdigoll
  4152. source
  4153. standard
  4154. compression
  4155. chapter
  4156. survival
  4157. guide
  4158. series
  4159. regarding
  4160. webobjec
  4161. survival
  4162. guide
  4163. offers
  4164. overview
  4165. audio
  4166. fHOpen Transport
  4167. endpoint
  4168. download
  4169. fetch
  4170. OTSimpleDownloadHTTPq
  4171. Dev.CD Nov 00 TC Disk 1
  4172. All Packages
  4173. OTSimpleServerHTTPI
  4174. This sample is a very simple web (HTTP) server that demonstrates how to exploit the single-link multi-homing feature of OT 1.3.J
  4175. 17.203.23.112
  4176. EnableIPReuseAddrSample.c
  4177. OTSimpleServer(PPC)
  4178. OTSimpleServer.mcp
  4179. OTSimpleServerHTTP.c
  4180. OTSimpleServerHTTP.h
  4181. OTSimpleServerHTTPTest.c
  4182. Read Me About Simple Server
  4183. Sample HTTP Source
  4184. Sample 
  4185. IP Secondary Addresses
  4186. Jun 98M
  4187. Open Transport 1.1.1 or higherNgOpen Transport, TCP, endpoint, server, HTTP, listen, bind, single-link, multihoming, OTSimpleServerHTTPOBDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTSimpleServerHTTP:PJDev.CD Nov 00 TC Disk 1
  4188.  - Sample Code
  4189.  - Networking
  4190.  - OTSimpleServerHTTPV
  4191. 68855X
  4192. Nov 00^    TC Disk 1
  4193. e    No Change
  4194. Sys7 popUpCDEF
  4195. 66126X
  4196. Adobe Acrobat Reader.O?Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:PDDev.CD Dec 99 RL
  4197.  - Technical Documentation
  4198.  - PowerPC DocumentationV
  4199. 68904X
  4200. Dec 99^
  4201. --set theItem to choose file -- uncomment to test in an AS editor
  4202.     tell application "Finder"
  4203.         open item "Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:"
  4204.         activate
  4205.     end tell
  4206. on error errMsg number errNum
  4207.     --enter statements to perform when no records are found such as...
  4208.     display dialog "Sorry, the item you selected could not be found."
  4209.     return
  4210. end try
  4211. Deletedq
  4212. Dev.CD Dec 99 RL
  4213. All Packages
  4214. F    PowerTalkO
  4215. Dev.CD Apr 95P
  4216. Dev.CD Apr 9V
  4217. 68905X
  4218. Apr 95
  4219. dvd-rom
  4220. dykstra-erickson
  4221. dylan
  4222. dynamic
  4223. statements to perform when no records are found such as...
  4224.     display dialog "Sorry, the item you selected could not be found."
  4225.     return
  4226. end try
  4227. e    No Change
  4228. All Packages
  4229. System 7.5 Update 1.0O
  4230. Dev.CD Jan 96 SSWP
  4231. Dev.CD Jan 96 SSV
  4232. 69420X
  4233. Jan 96
  4234. f--set theItem to choose file -- uncomment to test in an AS editor
  4235.     tell application "Finder"
  4236.         open item "Dev.CD Jan 96 SSW"
  4237.         activate
  4238.     end tell
  4239. on error errMsg number errNum
  4240.     --enter statements to perform when no records are found such as...
  4241.     display dialog "Sorry, the item you selected could not be found."
  4242.     return
  4243. end try
  4244. All Packages
  4245. System 7.5 Update 1.0O
  4246. Dev.CD Jul 95P
  4247. Dev.CD Jul 9V
  4248. 69421X
  4249. Jul 95
  4250. b--set theItem to choose file -- uncomment to test in an AS editor
  4251.     tell application "Finder"
  4252.         open item "Dev.CD Jul 95"
  4253.         activate
  4254.     end tell
  4255. on error errMsg number errNum
  4256.     --enter statements to perform when no records are found such as...
  4257.     display dialog "Sorry, the item you selected could not be found."
  4258.     return
  4259. end try
  4260. All Packages
  4261. System 7.5 Update 1.0O
  4262. Dev.CD Jul 95V
  4263. 69422X
  4264. NNMemory, Shared, IPC, Communication, shmget, shmat,shmctl, shmdt, Client,ServerO;Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:SharedMemory:PCDev.CD Nov 00 TC Disk 2
  4265.  - Sample Code
  4266.  - Processes
  4267.  - SharedMemoryV
  4268. 69290X
  4269. Nov 00^    TC Disk 2b
  4270. --set theItem to choose file -- uncomment to test in an AS editor
  4271.     tell application "Finder"
  4272.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:SharedMemory:"
  4273.         activate
  4274.     end tell
  4275. on error errMsg number errNum
  4276.     --enter statements to perform when no records are found such as...
  4277.     display dialog "Sorry, the item you selected could not be found."
  4278.     return
  4279. end try
  4280. New PackagefGMemory
  4281. Shared
  4282. Communication
  4283. shmget
  4284. shmat,shmctl
  4285. shmdt
  4286. Client,Servero&http://developer.apple.com/samplecode/q
  4287. Dev.CD Nov 00 TC Disk 2
  4288. All Packages
  4289. SheetsImA sample that demonstrates how to create a sheet both directly in the code and through the use of a nib file.K
  4290. Nov 00V
  4291. 69291X
  4292. 1e    No Change
  4293.  Change
  4294. power
  4295. foundation
  4296. documentation
  4297. corefoundation
  4298. coresample
  4299. corner
  4300. corporate
  4301. corporation
  4302. correct
  4303. corrected
  4304. corrections
  4305. correctly
  4306. corrects
  4307. correlate
  4308. correspondence
  4309. corresponding
  4310. corresponds
  4311. corrosponding
  4312. corrupt
  4313. corrupted
  4314. corruption
  4315. cosmetic[
  4316. costly
  4317. costs{
  4318. could]
  4319. couldn't
  4320. counter
  4321. counterclockwise
  4322. countersA
  4323. counting
  4324. country
  4325. counts
  4326. couple
  4327. courseS
  4328. coursesS
  4329. ompact disc. Playable on the set-top or the desktop, DVD bridges the worlds of consumer video and personal computing in a single, unified format.
  4330. While DVD promises to be a highly-successful consumer electronics format, preparing content (
  4331. premastering
  4332. ) for DVD can be a very complex process. And like most new formats, DVD requires new tools and techniques to create rich and satisfying content that make the most of
  4333. the medium.
  4334. Working with DVD requires an in-depth understanding of the fo
  4335. ^rmat, production process, and tools required to bring titles to market. By
  4336. understanding DVD and all that it entails, professional media develop-ers
  4337. can exploit its rich potential. This book is designed for those who are interested in the DVD format, want to create titles, and wish to understand the tools and technology required for DVD production.
  4338. Apr 99ound."
  4339.     return
  4340. end try
  4341. All Packages
  4342. PowerTalk (PPC)O
  4343. Dev.CD Oct 94P
  4344. Dev.CD Oct 9V
  4345. 67307X
  4346. Oct 94
  4347. Jul 95
  4348. b--set theItem to choose file -- uncomment to test in an AS editor
  4349.     tell application "Finder"
  4350.         open item "Dev.CD Jul 95"
  4351.         activate
  4352.     end tell
  4353. on error errMsg number errNum
  4354.     --enter statements to perform when no records are found such as...
  4355.     display dialog "Sorry, the item you selected could not be found."
  4356.     return
  4357. end try
  4358. All Packages
  4359. System 7.5 Update 1.0O
  4360. Dev.CD Jul 95P
  4361. Dev.CD Jul 9V
  4362. 69438X
  4363. Jul 95
  4364. b--set theItem to choose file -- uncomment to test in an AS editor
  4365.     tell application "Finder"
  4366.         open item "Dev.CD Jul 95"
  4367.         activate
  4368.     end tell
  4369. on error errMsg number errNum
  4370.     --enter statements to perform when no records are found such as...
  4371.     display dialog "Sorry, the item you selected could not be found."
  4372.     return
  4373. end try
  4374. All Packages
  4375. System 7.5 Update 1.0O
  4376. Dev.CD Jul 95P
  4377. Dev.CD Jul 9V
  4378. 69439X
  4379. Jul 95
  4380. quickdraw3d
  4381. quickdrax
  4382. quicklyh
  4383. privateconditionals@
  4384. programming
  4385. information
  4386. progressbars@
  4387. prototypes
  4388. pshdldemo
  4389. survival
  4390. qd3d@
  4391. qdrawhandler@
  4392. qt3dtween
  4393. qtfullscreen@
  4394. qtmusic
  4395. qtshoweffect
  4396. qttext
  4397. qtwiredsprites
  4398. readme
  4399. html@
  4400. recipes@
  4401. renderinglib@
  4402. rfc1334
  4403. authentication@
  4404. rlsd@
  4405. sample
  4406. applescripts@
  4407. schedule@
  4408. setlockbitatomsample
  4409. showinit@
  4410. simpleplayermfcdoc@
  4411. sites@
  4412. sound@
  4413. strip@
  4414. support
  4415. systemfolder@
  4416. tech@
  4417. testbed
  4418. prefix@
  4419. testfinderlaunch
  4420. testprinterclass
  4421. textchanger
  4422. 2.0.1@
  4423. than@
  4424. topseeturvee@
  4425. transitions
  4426. themes@
  4427. ueenie@
  4428. umousetrackbehavior
  4429. updates@
  4430. userstartup
  4431. goodies@
  4432. validator
  4433. 1.11@
  4434. webobjects
  4435. database
  4436.  Disk 1
  4437. OMDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:TimeSlaving:PXDev.CD Nov 00 TC Disk 2
  4438.  - Sample Code
  4439.  - QuickTime
  4440.  - QuickTime for Java
  4441.  - TimeSlavingV
  4442. 69734X
  4443. Nov 00^    TC Disk 2
  4444. --set theItem to choose file -- uncomment to test in an AS editor
  4445.     tell application "Finder"
  4446.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:TimeSlaving:"
  4447.         activate
  4448.     end tell
  4449. on error errMsg number errNum
  4450.     --enter statements to perform when no records are found such as...
  4451.     display dialog "Sorry, the item you selected could not be found."
  4452.     return
  4453. end try
  4454. e    No Changef
  4455. QuickTime
  4456. Dev.CD Nov 00 TC Disk 2
  4457. All Packages
  4458. TimeZone.DaylightI
  4459. This program shows how you can use the ReadLocation function to show the current location and time zone information that is in the Date & Time Control Panel.  The program also shows how you can determine if Daylight Savings Time is on or off.V
  4460. 69735X
  4461. 1e    No Change
  4462. Jun 94L
  4463. Aug 96OSDev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):P[Dev.CD Nov 99 TC
  4464.  - What's New?
  4465.  - Technical Documentation
  4466.  - C.S.M.P. Digests v3 (000-148)V
  4467. 68335X
  4468. Nov 99^
  4469. --set theItem to choose file -- uncomment to test in an AS editor
  4470.     tell application "Finder"
  4471.         open item "Dev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):"
  4472.         activate
  4473.     end tell
  4474. on error errMsg number errNum
  4475.     --enter statements to perform when no records are found such as...
  4476.     display dialog "Sorry, the item you selected could not be found."
  4477.     return
  4478. end try
  4479. Deletedq
  4480. Dev.CD Nov 99 TC
  4481. All Packages
  4482. C++ Source Code Formatter
  4483. 68336X
  4484. provided
  4485. providesO
  4486. --set theItem to choose file -- uncomment to test in an AS editor
  4487.     tell application "Finder"
  4488.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:strlist:"
  4489.         activate
  4490.     end tell
  4491. on error errMsg number errNum
  4492.     --enter statements to perform when no records are found such as...
  4493.     display dialog "Sorry, the item you selected could not be found."
  4494.     return
  4495. end try
  4496. control
  4497. snippets
  4498. snively
  4499. Apr 99M
  4500. Acrobat Reader 3.0N>DVD, content, development, entertainment, consumer electronicsO3Dev.CD Mar OO RLDisk 1:Interactive Media Resources:P5Dev.CD Mar OO RLDisk 1
  4501.  - Interactive Media Resources
  4502.     --enter statements to perform when no records are found such as...
  4503.     display dialog "Sorry, the item you selected could not be found."
  4504.     return
  4505. end try
  4506.  1); OpenDoc HI Q&A, pt 3; QuickDraw 3D.
  4507. Business & Marketing:  Market Research Monthly (Server Software); Special Market Report 
  4508. (Newton Vertical Market); Marketing Feature (User Group Marketing).
  4509. This is final draft copy from the February Apple Directions, 
  4510.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  4511. February 1995 Apple Directions Articles
  4512. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  4513. FSample program to demonstrate the direct access to the ethernet address for Power Macs that have Ethernet built-in to the motherboard. The sample also includes the use of OT to show all of the ethernet addresses of all Ethernet Network Interface Cards present.
  4514. Includes source code, and CodeWarrior Pro v3.0 IDE project file.
  4515. JdGetEnetAddrDirect(PPC)
  4516. GetEnetAddrDirect.c
  4517. GetEnetAddrDirect.ppc.mcp
  4518. Read Me 
  4519.  GetEnetAddrDirect.ppcK
  4520. Oct 98
  4521. CodeWarrior Pro v3.0 IDE to open the project file. The program requires Open Transport 1.1.1 or greater; however, the program can be modified to remove the OT dependency.
  4522. This program wil not be supported under Mac OS X as it implement direct memory access to the ROM.
  4523. NIEthernet built-in, Enet Address, Burned-in Address, GetEnetAddrDirect.ppcOEDev.CD Nov 00 TC Disk 1:Sample Code:Networking:GetEnetAddrDirect.ppc:PMDev.CD Nov 00 TC Disk 1
  4524.  - Sample Code
  4525.  - Networking
  4526.  - GetEnetAddrDirect.ppc
  4527. Snippet to demonstrate the use of the system 7 icon utilities and the system 7 popup control cdef in a program using modal dialogs.
  4528. This shows: how to use the sys 7.0 popup and how to plot Icons from Icon families.J7Icon Play(PPC)
  4529. Icon Play.mcp
  4530. Icon Play.rsrc
  4531. PlotIcons.cM
  4532. System 7N
  4533. popup, icon utilitiesOFDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Icon Play:PNDev.CD Nov 00 TC Disk 1
  4534.  - Sample Code
  4535.  - Human Interface Toolbox
  4536.  - Icon PlayV
  4537. 68607X
  4538. Nov 00^    TC Disk 1
  4539. --set theItem to choose file -- uncomment to test in an AS editor
  4540.     tell application "Finder"
  4541.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Icon Play:"
  4542.         activate
  4543.     end tell
  4544. on error errMsg number errNum
  4545.     --enter statements to perform when no records are found such as...
  4546.     display dialog "Sorry, the item you selected could not be found."
  4547.     return
  4548. end try
  4549. e    No Changef
  4550. popup
  4551. icon utilitiesq
  4552. Dev.CD Nov 00 TC Disk 1
  4553. All Packages
  4554. 68608X
  4555. PODev.CD Nov 00 TC Disk 1
  4556.  - Sample Code
  4557.  - Graphics 2D
  4558.  - OffScreenControlUpdateV
  4559. 68822X
  4560. Nov 00^    TC Disk 1
  4561. --set theItem to choose file -- uncomment to test in an AS editor
  4562.     tell application "Finder"
  4563.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:OffScreenControlUpdate:"
  4564.         activate
  4565.     end tell
  4566. on error errMsg number errNum
  4567.     --enter statements to perform when no records are found such as...
  4568.     display dialog "Sorry, the item you selected could not be found."
  4569.     return
  4570. end try
  4571. e    No Changef
  4572. appearance
  4573. gworld
  4574. off-screenq
  4575. Dev.CD Nov 00 TC Disk 1
  4576. All Packages
  4577. OOPTESample
  4578. 68823X
  4579. ts to perform when no records are found such as...
  4580.     display dialog "Sorry, the item you selected could not be found."
  4581.     return
  4582. end try
  4583. e    No Changef
  4584. AppleEvent Manager
  4585. coercionq
  4586. Dev.CD Nov 00 TC Disk 1
  4587. All Packages
  4588. AEGizmos 1.4.2V
  4589. 60173X
  4590. --set theItem to choose file -- uncomment to test in an AS editor
  4591.     tell application "Finder"
  4592.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:Play:"
  4593.         activate
  4594.     end tell
  4595. on error errMsg number errNum
  4596.     --enter statements to perform when no records are found such as...
  4597.     display dialog "Sorry, the item you selected could not be found."
  4598.     return
  4599. end try
  4600. en no records are found such as...
  4601.     display dialog "Sorry, the item you selected could not be found."
  4602.     return
  4603. end try
  4604. e    No Changeq
  4605. Dev.CD May 98 TC
  4606. eD!All Packages
  4607. Tool Chest Edition
  4608. Async driver testerI
  4609. A simple utility to test if a driver support asynchronous reads
  4610. Shows how to walk the driver table and relate a volume to a disk driver.
  4611. Deleted
  4612. interleave
  4613. interleaving
  4614. internal
  4615. internal
  4616. logic
  4617. internally
  4618. international
  4619. internationalization
  4620. encodings
  4621. encompasses
  4622. encounter
  4623. encountered
  4624. encountering
  4625. encounters
  4626. encourage
  4627. encouraged
  4628. encourages_
  4629. encryption
  4630. endfullscreen
  4631. endian
  4632. endless
  4633. endorsement
  4634. endpoint
  4635. endpoints
  4636. enforces
  4637. enginej
  4638. engineering
  4639. engineers
  4640. engines
  4641. engler
  4642. english
  4643. enhance`
  4644. enhanced
  4645. enhancementi
  4646. kDraw GXO
  4647. Dev.CD Aug 96 TCP
  4648. Dev.CD Aug 96 TV
  4649. 65850X
  4650. Aug 96
  4651. tcp/ip
  4652. appletalk
  4653. reconfiguration
  4654. network
  4655. setup
  4656. ottcpwilldial
  4657. simulator
  4658. simultaneous
  4659. simultaneously
  4660. since[
  4661. single
  4662. single-link
  4663. sitez
  4664. sites
  4665. situation
  4666. situations
  4667. soleu
  4668. solid
  4669. solution
  4670. solutions
  4671. solve
  4672. solved
  4673. tIpSummary:  A MacsBug macro and TMON User Area for debugging QuickTime. See the Read Me file for complete details.J
  4674. QuickTime tools.imgK
  4675. Feb 94OGDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:QuickTime tools:PODev.CD Nov 00 TC Disk 1
  4676.  - Tool Chest
  4677.  - Testing & Debugging
  4678.  - QuickTime toolsV
  4679. 69211X
  4680. Nov 00^    TC Disk 1
  4681. --set theItem to choose file -- uncomment to test in an AS editor
  4682.     tell application "Finder"
  4683.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:QuickTime tools:"
  4684.         activate
  4685.     end tell
  4686. on error errMsg number errNum
  4687.     --enter statements to perform when no records are found such as...
  4688.     display dialog "Sorry, the item you selected could not be found."
  4689.     return
  4690. end try
  4691. e    No Changeq
  4692. Dev.CD Nov 00 TC Disk 1
  4693. All Packages
  4694. QuickTime Tools
  4695. 69212X
  4696. ens in a prototype application. In addition to showing how to do list and grid views, they also show how to read a text file and create lists of data objects. 
  4697. place
  4698. system
  4699. folder
  4700. plain
  4701. plain
  4702. paper
  4703. platformsQ
  4704. on error errMsg number errNum
  4705.     --enter statements to perform when no records are found such as...
  4706.     display dialog "Sorry, the item you selected could not be found."
  4707.     return
  4708. end try
  4709. Updatedf+CopyDeepMask
  4710. GWorld
  4711. offscreen GWorld
  4712. Carbono&http://developer.apple.com/samplecode/q
  4713. Dev.CD Nov 00 TC Disk 1
  4714. All Packages
  4715. New & RevisedF
  4716. CopyMaskIsThis sample has been updated for the Carbon API.  Shows how CopyMask can used to fade a screen to a lighter color.
  4717. JJCarbonPrefix.h
  4718. CarbonRes.rsrc
  4719. CopyMask(PPC)
  4720. CopyMask.c
  4721. CopyMask.mcp
  4722. ReadMeL
  4723. Nov 00M
  4724. Color QuickDraw, CarbonLibN
  4725. CopyMask, color fade, CarbonO9Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CopyMask:pdatedo&http://developer.apple.com/samplecode/
  4726. picture comments by various prin
  4727. - Common
  4728.     - Sun Compliant Java Runtime Environment 1.1
  4729.     - QuickTime 3 
  4730.     - QTJava.zip
  4731.     - QTJava media samples
  4732. - Mac OS:
  4733.     - System 8 or later
  4734.     - Macintosh Runtime for Java (MRJ) 2.1
  4735. - Windows 95, 98, or NT::
  4736.     - JRE/JDK from Sun Microsystems, Inc. recommended
  4737. QuickTime, Java, MRJaslm
  4738. aspects
  4739. assembled
  4740. assembler
  4741. assemblers
  4742. assembly
  4743. assembly-language
  4744. assembly-level
  4745. assigned
  4746. assignments
  4747. assist
  4748. assistance
  4749. assistant{
  4750. assistants
  4751. assists
  4752. assocated
  4753. associatedR
  4754. assumed
  4755. assuming
  4756. assumption
  4757. assure
  4758. assures
  4759. async
  4760. asynchronous
  4761. messagepad{
  4762. messages{
  4763. messagewatcher
  4764. messy
  4765. meta-content
  4766. metafile
  4767. meter
  4768. metering
  4769. meters
  4770. metertest
  4771. methodx
  4772. methodology
  4773. methods
  4774. metrowerks
  4775. mexican
  4776. e    No Changef
  4777. QuickTime
  4778. Dev.CD Nov 00 TC Disk 2
  4779. All Packages
  4780. SoundSnippets
  4781. SoundSnippets.c defines functions that perform some common sound-related operations, such as saving a movie's sound track into a separate file or playing a continuous sound using the bufferCmd sound command. This is not really a library of utilities, but more a grab-bag
  4782. of "how-to" recipes.
  4783. *Save a sound-only QuickTime movie as a WAVE file.
  4784.     *Save a sound-only QuickTime movie as a file whose type the user selects.
  4785.     *Save a sound track in a QuickTime movie as a file whose type the user sel
  4786. 69351X
  4787. these
  4788. applications
  4789. demonstrate
  4790. write
  4791. background
  4792. ortiz@
  4793. sample
  4794. illustrates
  4795. stand
  4796. alone
  4797. accessoriee
  4798. sample
  4799. illustrates
  4800. sethideonswitch
  4801. gethideo
  4802. sample
  4803. illustrates
  4804. color
  4805. icons
  4806. different
  4807. sample
  4808. illustrates
  4809. create
  4810. application
  4811. sample
  4812. illustrates
  4813. install
  4814. system
  4815. level
  4816. apple
  4817. sample
  4818. illustrates
  4819. install
  4820. application
  4821. level
  4822. sample
  4823. illustrates
  4824. document
  4825. sample
  4826. illustrates
  4827. suspend
  4828. resume
  4829. applee
  4830. sample
  4831. includes
  4832. library
  4833. utility
  4834. routines
  4835. sample
  4836. includes
  4837. applications
  4838. illustrate
  4839. sample
  4840. quick
  4841. demonstration
  4842. implement
  4843. sample
  4844. simple
  4845. server
  4846. demonstrat
  4847. sample
  4848. designed
  4849. create
  4850. requir
  4851. sample
  4852. program
  4853. demonstrates
  4854. determine
  4855. sample
  4856. provides
  4857. interractive
  4858. demonstration
  4859. 69270X
  4860. Nov 00^    TC Disk 1
  4861. --set theItem to choose file -- uncomment to test in an AS editor
  4862.     tell application "Finder"
  4863.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:SearchProcs & Color Sep:"
  4864.         activate
  4865.     end tell
  4866. on error errMsg number errNum
  4867.     --enter statements to perform when no records are found such as...
  4868.     display dialog "Sorry, the item you selected could not be found."
  4869.     return
  4870. end try
  4871. e    No Changef/SearchProc
  4872. Color Separation
  4873. AddSearch
  4874. DelSearchq
  4875. Dev.CD Nov 00 TC Disk 1
  4876. D!All Packages
  4877. Mac OS SDK Edition
  4878. Security SDK
  4879. PaletteAnimation.c
  4880. PaletteAnimation.mcp
  4881. PaletteAnimation.rM"8 bits per pixel, 32 bit QuickDrawNoGetCTable, NewPalette, SetPalette, Palette Animation, AnimatePalette, GetEntryColor, AnimateEntry, Palette2CTabOADev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation:PIDev.CD Nov 00 TC Disk 1
  4882.  - Sample Code
  4883.  - Graphics 2D
  4884.  - PaletteAnimationV
  4885. 65611X
  4886. Nov 00^    TC Disk 1
  4887. e    No Change
  4888. Updatedf.CopyBits
  4889. Palette
  4890. SetPalette
  4891. NewPalette
  4892. Carbon
  4893. o&http://developer.apple.com/samplecode/q
  4894. Dev.CD Nov 00 TC Disk 1
  4895. All Packages
  4896. New & RevisedF
  4897. CopyDeepMask
  4898. This sample has been updated for the Carbon API.  This snippet demonstrates the use of CopyDeepMask using 2 PICTS; one a photograph and the other a triangular mask.  It uses 2 offscreen gworlds to hold the source and mask pixmaps.  CopyDeepMask is then used to create the masked image and display it in the application window.  The source, mask, and destination rectangles are all the same size in order avoid altering pixel sizes.
  4899. JhCarbonPrefix.h
  4900. CarbonRes.rsrc
  4901. CopyDeepMask(PPC)
  4902. CopyDeepMask.c
  4903. CopyDeepMask.mcp
  4904. CopyDeepMask.rsrc
  4905. ReadMeL
  4906. Nov 00M
  4907. Color QuickDraw, CarbonLibN.CopyDeepMask, GWorld, offscreen GWorld, CarbonO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CopyDeepMask:PEDev.CD Nov 00 TC Disk 1
  4908.  - Sample Code
  4909.  - Graphics 2D
  4910.  - CopyDeepMaskV
  4911. 68400X
  4912. Nov 00tp://developer.apple.com/samplecode/
  4913. nder both System 7 and pre-7.0 systems. It installs a device loop procedure that searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.
  4914. NewCCursor:  This snippet shows how to create a black and white 'CURS' and a color 'crsr' cursor resource by hand.
  4915. Out of This GWorld:  The application basically uses offscreen GWorlds and palette animation to simulate totally cool animation.
  4916. Palette Animation and Palette Anima
  4917. tion Gray:  These sample applications show how to animate the entries of a palette.
  4918. Pallete DA:  This desk accesory displays the the current color table and palette information associated with it.
  4919. PictInfoTest:  Sample to demonstrate using the Picture Utilities Package
  4920. PixMap2PixPat2ppat:  This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  4921. Mac OS 8.5N0Finder scripting, window positions, burning a CDOMDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:Set Folder Windows:PUDev.CD Nov 00 TC Disk 1
  4922.  - Sample Code
  4923.  - Interapplication Comm
  4924.  - Set Folder WindowsV
  4925. 69278X
  4926. Nov 00^    TC Disk 1
  4927. --set theItem to choose file -- uncomment to test in an AS editor
  4928.     tell application "Finder"
  4929.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:Set Folder Windows:"
  4930.         activate
  4931.     end tell
  4932. on error errMsg number errNum
  4933.     --enter statements to perform when no records are found such as...
  4934.     display dialog "Sorry, the item you selected could not be found."
  4935.     return
  4936. end try
  4937. e    No Changef.Finder scripting
  4938. window positions
  4939. burning a CDq
  4940. Dev.CD Nov 00 TC Disk 1
  4941. All Packages
  4942. SetDefaultDTP
  4943. 69279X
  4944. te of AppleScript-based tests.
  4945. o comprehensive -- MOSL allows you to easily implement the bulk of the core event suite. MOSL supports all key forms except formRelativePosit
  4946. --set theItem to choose file -- uncomment to test in an AS editor
  4947.     tell application "Finder"
  4948.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:SignatureToApp:"
  4949.         activate
  4950.     end tell
  4951. on error errMsg number errNum
  4952.     --enter statements to perform when no records are found such as...
  4953.     display dialog "Sorry, the item you selected could not be found."
  4954.     return
  4955. end try
  4956.     return
  4957. end try
  4958. All Packages
  4959. F    PowerTalkO
  4960. Dev.CD Apr 95P
  4961. Dev.CD Apr 9V
  4962. 65654X
  4963. Apr 95
  4964. b--set theItem to choose file -- uncomment to test in an AS editor
  4965.     tell application "Finder"
  4966.         open item "Dev.CD Apr 95"
  4967.         activate
  4968.     end tell
  4969. on error errMsg number errNum
  4970.     --enter statements to perform when no records are found such as...
  4971.     display dialog "Sorry, the item you selected could not be found."
  4972.     return
  4973. end try
  4974. All Packages
  4975. F    PowerTalkO
  4976. Dev.CD Apr 95
  4977. Dev.CD Jan 95P
  4978. Dev.CD Apr 95
  4979. Dev.CD Jan 9V
  4980. 65655X
  4981. Apr 95
  4982. dependenty
  4983. depending
  4984. depends
  4985. deployment
  4986. depth
  4987. depths
  4988. dereference
  4989. derivative
  4990. derived
  4991. descended
  4992. describe
  4993. described
  4994. describes`
  4995. describing
  4996. description
  4997. context
  4998. switch
  4999. context
  5000. switch
  5001. context
  5002. switch
  5003. context
  5004. switch
  5005. debugging
  5006. dsuserprocs
  5007. dsuserprocs
  5008. dsuserprocs
  5009. dsutils
  5010. dsutils
  5011. dsutils
  5012. stylechat
  5013. utilities
  5014. utilitieslib
  5015. dtscpluslib
  5016. dtscpluslib
  5017. dtscpluslibrary
  5018. dtscpluslibrary
  5019. dzautodrone
  5020. dzautodrone
  5021. dzautodroneburn
  5022. dzautodroneburn
  5023. dzautodroneexpl
  5024. dzautodroneexpl
  5025. dzdisplay
  5026. dzdisplay
  5027. dzdisplay
  5028. dzdrone
  5029. dzdrone
  5030. dzdrone
  5031. dzevenmoreresources
  5032. dzevenmoreresources
  5033. dzevents
  5034. dzevents
  5035. dzevents
  5036. dzgame
  5037. dzgame
  5038. dzgame
  5039. dzinput
  5040. J{Applications
  5041. Documents
  5042. Examples
  5043. Includes
  5044. Libraries
  5045. README
  5046. Security README
  5047. to System Folder
  5048. to System Folder 8.5.1
  5049. UtilitiesK
  5050. Dec 99M
  5051. MacOS9, Power PC.N0Keychain, URL Access, Cryptography, File SigningO8Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Security SDK:P@Dev.CD Oct 00 SDK1
  5052.  - Development Kits
  5053.  - Mac OS
  5054.  - Security SDK
  5055. mcplaymovie
  5056. mcplaymovie
  5057. N?TESample, Objec Oriented, Object Pascal, Framework, OOPTESampleeditor
  5058.     tell application "Finder"
  5059.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:CustomWindow:"
  5060.         activate
  5061.     end tell
  5062. on error errMsg number errNum
  5063.     --enter statements to perform when no records are found such as...
  5064.     display dialog "Sorry, the item you selected could not be found."
  5065.     return
  5066. end try
  5067. fferent radio button. The user can change which Hello object receives the message by chB
  5068. anging the PopUp menu selection. The dynamic nature of the Objective-C runtime and the power of Cocoa help make this "on-the-fly" code-swapping possible and the GUI easy to program.
  5069. .DS_Store
  5070. build
  5071. English.lproj
  5072. Hello1.h
  5073. Hello1.m
  5074. Hello2.h
  5075. Hello2.m
  5076. HelloController.h
  5077. HelloController.m
  5078. main.m
  5079. ReadMe.html
  5080. SimpleCocoaApp.gif
  5081. SimpleCocoaApp.pbprojK
  5082. Nov 00M@MacOSX Public Beta, Project Builder v41 (Public Beta) or greaterc
  5083. dzmenu
  5084. dzmoreresources
  5085. All Packages
  5086. System 7 Tune-UpO
  5087. Dev.CD Apr 92P
  5088. Dev.CD Apr 9V
  5089. 69407X
  5090. Apr 92
  5091. b--set theItem to choose file -- uncomment to test in an AS editor
  5092.     tell application "Finder"
  5093.         open item "Dev.CD Apr 92"
  5094.         activate
  5095.     end tell
  5096. on error errMsg number errNum
  5097.     --enter statements to perform when no records are found such as...
  5098.     display dialog "Sorry, the item you selected could not be found."
  5099.     return
  5100. end try
  5101. All Packages
  5102. System 7.0 Menu Def InfoI
  5103. Summary: This file contains some information describing how the standard System 7.0 MDEF works.  
  5104. Features: Use this information to upgrade your custom MDEFs to emulate the look of System 7.0.J
  5105. MenuHints.aK
  5106. Vol VIIIODDev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:System 7.0 Menu Def Info:PLDev.CD Nov 00 TC Disk 1
  5107.  - Tool Chest
  5108.  - Toolbox
  5109.  - System 7.0 Menu Def InfoV
  5110. 69408X
  5111. Nov 00^    TC Disk 1
  5112. e    No Change
  5113. rowbytes
  5114. rubber
  5115. rubber-banding
  5116. Summary: For years, Chinese text input has been a bottleneck for computer users.  Hundreds of different keyboard input methods have been developed, but invariably they are either difficult to learn or slow to use.  Dictation is the fastest and most natural way to input Chinese text for most users.  However, until now, large vocabulary dictation software typically required expensive high-end workstations and hardware add-ons.
  5117. With Apple Chinese Dictation Kit (CDK), the world's first low co
  5118. st high performance Chinese dictation software, the users no longer need to suffer through extensive training or the inefficiency of current keyboard input methods.  The user can also concentrate more on what he/she is writing, rather than how to input it.  We believe that Apple's Chinese Dictation Kit represents again Apple's determination to make the best ease-of-use personal computers for users.  Chinese Dictation Kit heralds the start of a revolution for Chinese computing.
  5119. What Chines
  5120. system
  5121. software
  5122. system'sW
  5123. system-level
  5124. systematic
  5125. systematically
  5126.  to measure the intertask signaling time.
  5127. Communications Toolbox
  5128. Contributed
  5129. Devices and Hardware
  5130. Files
  5131. Games
  5132. Graphics 2D
  5133. Graphics 3D
  5134. Help Systems
  5135. Human Interface Toolbox
  5136. Interapplication Comm
  5137. Memory
  5138. Networking
  5139. OS Utilities
  5140. Overview
  5141. Platforms and Tools
  5142. Printing
  5143. Processes
  5144. QuickTime
  5145. Runtime Architecture
  5146. Sound
  5147. May 00M
  5148. Mac OS 8.6 or later, MP 2.0N
  5149. MultiTasking, MultiProcessingO
  5150. Dev.CD Nov 99 TC:Sample Code:P
  5151. Dev.CD Nov 99 TC
  5152.  - Sample CodeV
  5153. 67150X
  5154. Nov 99^
  5155. r--set theItem to choose file -- uncomment to test in an AS editor
  5156.     tell application "Finder"
  5157.         open item "Dev.CD Nov 99 TC:Sample Code:"
  5158.         activate
  5159.     end tell
  5160. on error errMsg number errNum
  5161.     --enter statements to perform when no records are found such as...
  5162.     display dialog "Sorry, the item you selected could not be found."
  5163.     return
  5164. end try
  5165. balloons
  5166. balls
  5167. bandai
  5168. bandit
  5169. bands
  5170. bandwidth
  5171. barber
  5172. barebones
  5173. bares
  5174. basey
  5175. base-2
  5176. base-class
  5177. basedR
  5178. basket
  5179. batch
  5180. batteries
  5181. battery
  5182. bbedit
  5183. which
  5184. Vol IIIL
  5185. Jan 93MDMPW and some free disk space. This package is System 7.0 compatible.OEDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Tags:PPDev.CD Nov 00 TC Disk 1
  5186.  - Tool Chest
  5187.  - Development Kits
  5188.  - MPW Related
  5189.  - TagsV
  5190. 69701X
  5191. Nov 00^    TC Disk 1
  5192. --set theItem to choose file -- uncomment to test in an AS editor
  5193.     tell application "Finder"
  5194.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Tags:"
  5195.         activate
  5196.     end tell
  5197. on error errMsg number errNum
  5198.     --enter statements to perform when no records are found such as...
  5199.     display dialog "Sorry, the item you selected could not be found."
  5200.     return
  5201. end try
  5202. e    No Changeq
  5203. Dev.CD Nov 00 TC Disk 1
  5204. All Packages
  5205. F$Taiwan Chinese Font Option Kit 6.0.3O/Dev CD Vol. V
  5206. Dev CD Vol. IV
  5207. Developer CD (III)P.Dev CD Vol. V
  5208. Dev CD Vol. IV
  5209. Developer CD (IIIV
  5210. 69702X
  5211. Vol. V
  5212. ation, Framework, Loadable bundle, Palette, code loading, dynamic linking, lproj, localized strings, Info.plist, Collection Services, CFArray.h, CFDictionary.h, CFBag.h, CFSet.h, CFTree.h, CFData.h, CFBinaryHeap.h, CFBitVector.h, CFArray, CFDictionary, CFBag, CFSet, CFTree, CFData, CFBinaryHeap, CFBitVector, collection, container, ordered collection, tree, set, bag, heap, vector, Property List Services, CFPropertyList.h, property list, information property list, info plist, Info.plist, CFA
  5213. rray, CFDictionary, CFDictionary, CFPropertyList, XML, Core Foundation, String Services, CFString.h, CFCharacterSet.h, CFStringEncodingsExt.h, CFString, string, mutable string, internationalization, localization, Unicode, character encoding, string encoding
  5214. the item you selected could not be found."
  5215.     return
  5216. end try
  5217. All Packages
  5218. QuickDraw GXO
  5219. Dev.CD Aug 96 TCP
  5220. Dev.CD Aug 96 TV
  5221. 67471X
  5222. Aug 96
  5223. print
  5224. tilisten
  5225. Dev.CD Oct 94P
  5226. Dev.CD Oct 9V
  5227. 69682X
  5228. Oct 94
  5229. b--set theItem to choose file -- uncomment to test in an AS editor
  5230.     tell application "Finder"
  5231.         open item "Dev.CD Oct 94"
  5232.         activate
  5233.     end tell
  5234. on error errMsg number errNum
  5235.     --enter statements to perform when no records are found such as...
  5236.     display dialog "Sorry, the item you selected could not be found."
  5237.     return
  5238. end try
  5239. All Packages
  5240. System UpdateO
  5241. Dev.CD Oct 94P
  5242. Dev.CD Oct 9V
  5243. 69683X
  5244. Oct 94
  5245. b--set theItem to choose file -- uncomment to test in an AS editor
  5246.     tell application "Finder"
  5247.         open item "Dev.CD Oct 94"
  5248.         activate
  5249.     end tell
  5250. on error errMsg number errNum
  5251.     --enter statements to perform when no records are found such as...
  5252.     display dialog "Sorry, the item you selected could not be found."
  5253.     return
  5254. end try
  5255. All Packages
  5256. System UpdateO
  5257. Dev.CD Oct 94P
  5258. Dev.CD Oct 9V
  5259. 69684X
  5260. Oct 94
  5261. print, USBNo Change
  5262. 8PNDev.CD Jul 99 SDK1
  5263.  - Development Kits
  5264.  - Mac OS
  5265.  - Apple Color OneScanner SDKemoText.hM
  5266. MacAppN,MacApp, Text Dump, Dump, Two Level Text DumpOSDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Two Level Text Dump:P^Dev.CD Nov 00 TC Disk 2
  5267.  - Sample Code
  5268.  - Platforms and Tools
  5269.  - MacApp
  5270.  - Two Level Text DumpV
  5271. 68121X
  5272. Nov 00^    TC Disk 2
  5273. --set theItem to choose file -- uncomment to test in an AS editor
  5274.     tell application "Finder"
  5275.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Two Level Text Dump:"
  5276.         activate
  5277.     end tell
  5278. on error errMsg number errNum
  5279.     --enter statements to perform when no records are found such as...
  5280.     display dialog "Sorry, the item you selected could not be found."
  5281.     return
  5282. end try
  5283. e    No Changef)MacApp
  5284. Text Dump
  5285. Two Level Text Dumpq
  5286. Dev.CD Nov 00 TC Disk 2
  5287. All Packages
  5288. TwoColumn LDEF
  5289. 68122X
  5290. build/settings
  5291. builder
  5292. O9Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:OOPTESample:PADev.CD Nov 00 TC Disk 2
  5293.  - Sample Code
  5294.  - Overview
  5295.  - OOPTESamplelic Language KitO!Dev.CD May 97 TC
  5296. Dev.CD May 96 TCP Dev.CD May 97 TC
  5297. Dev.CD May 96 TV
  5298. 66798X
  5299. May 97
  5300. v--set theItem to choose file -- uncomment to test in an AS editor
  5301.     tell application "Finder"
  5302.         open item "Dev.CD May 97 TC
  5303. Dev.CD May 96 TC"
  5304.         activate
  5305.     end tell
  5306. on error errMsg number errNum
  5307.     --enter statements to perform when no records are found such as...
  5308.     display dialog "Sorry, the item you selected could not be found."
  5309.     return
  5310. end try
  5311. All Packages
  5312. Cyrillic Language KitO!Dev.CD May 97 TC
  5313. Dev.CD May 96 TCP Dev.CD May 97 TC
  5314. Dev.CD May 96 TV
  5315. 66799X
  5316. May 97
  5317. zinput
  5318. dzinput
  5319. dzinput
  5320. dzisppresets
  5321. dzisppresets
  5322. dzisppresets
  5323. dzkeycap
  5324. dzkeycap
  5325. dzmain
  5326. dzmain
  5327. dzmain
  5328. dzmenu
  5329. dzmenu
  5330. dzmenu
  5331. dzmoreresources
  5332. All Packages
  5333. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  5334. Dev.CD Jan 94
  5335. Dev.CD Oct 93
  5336. Dev.CD Jul 93
  5337. Dev.CD Apr 93PDDev.CD Apr 94
  5338. Dev.CD Jan 94
  5339. Dev.CD Oct 93
  5340. Dev.CD Jul 93
  5341. Dev.CD Apr 9V
  5342. 69459X
  5343. Apr 94
  5344. --set theItem to choose file -- uncomment to test in an AS editor
  5345.     tell application "Finder"
  5346.         open item "Dev.CD Apr 94
  5347. Dev.CD Jan 94
  5348. Dev.CD Oct 93
  5349. Dev.CD Jul 93
  5350. Dev.CD Apr 93"
  5351.         activate
  5352.     end tell
  5353. on error errMsg number errNum
  5354.     --enter statements to perform when no records are found such as...
  5355.     display dialog "Sorry, the item you selected could not be found."
  5356.     return
  5357. end try
  5358. All Packages
  5359. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  5360. Dev.CD Jan 94
  5361. Dev.CD Oct 93
  5362. Dev.CD Jul 93
  5363. Dev.CD Apr 93PDDev.CD Apr 94
  5364. Dev.CD Jan 94
  5365. Dev.CD Oct 93
  5366. Dev.CD Jul 93
  5367. Dev.CD Apr 9V
  5368. 69460X
  5369. Apr 94
  5370. printing-related
  5371. prior
  5372. priorities
  5373. private
  5374. 69774X
  5375. Nov 00^    TC Disk 1
  5376. --set theItem to choose file -- uncomment to test in an AS editor
  5377.     tell application "Finder"
  5378.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:"
  5379.         activate
  5380.     end tell
  5381. on error errMsg number errNum
  5382.     --enter statements to perform when no records are found such as...
  5383.     display dialog "Sorry, the item you selected could not be found."
  5384.     return
  5385. end try
  5386. e    No Changef@VU
  5387. Virtual User
  5388. VirtualUser
  5389. Testing
  5390. Automation
  5391. Automated TestingoPftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/Virtual_User_Tools/q
  5392. Dev.CD Nov 00 TC Disk 1
  5393. All Packages
  5394. Virtual User tools
  5395. 69775X
  5396. technicalT
  5397. technical
  5398. overview
  5399. technogeek
  5400. macapp
  5401. framework
  5402. object-oriented
  5403. standard
  5404. library
  5405. carbonli@
  5406. macintalk@
  5407. manager@
  5408. memory@
  5409. middleware@
  5410. mpeg@
  5411. applescript
  5412. toolkit@
  5413. multiprocessing
  5414. multitasking
  5415. multiprocessor
  5416. carbon@
  5417. network
  5418. setup
  5419. network
  5420. preferences
  5421. dumpnetworksetup@
  5422. newgworld
  5423. updategworld
  5424. disposegworld
  5425. getpixbaseaddr
  5426. copybits@
  5427. newpalette@
  5428. news@
  5429. nsetpalette@
  5430. object-oriented@
  5431. transport
  5432. autopush
  5433. driver@
  5434. transport
  5435. streams
  5436. module
  5437. driver@
  5438. transport
  5439. endpoint
  5440. download
  5441. fetch
  5442. otsimple@
  5443. opengl
  5444. drawsprocket
  5445. multiple
  5446. monitor
  5447. renderer
  5448. font@
  5449. opentransport@
  5450. optimizing@
  5451. otpingsample@
  5452. ottcpwilldial@
  5453. nted.J.MountAlias
  5454. MountAlias Info
  5455. MountAlias Info.txtK
  5456. Vol XIM
  5457. System 7.0 requiredO:Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:MountAlias 1.0:PBDev.CD Nov 00 TC Disk 1
  5458.  - Tool Chest
  5459.  - Toolbox
  5460.  - MountAlias 1.0V
  5461. 65509X
  5462. Nov 00^    TC Disk 1
  5463. e    No Change
  5464. PQDev.CD Nov 00 TC Disk 2
  5465.  - Sample Code
  5466.  - QuickTime
  5467.  - Basics
  5468.  - qtfullscreen.winV
  5469. 68984X
  5470. Nov 00^    TC Disk 2b
  5471. Revised
  5472. --set theItem to choose file -- uncomment to test in an AS editor
  5473.     tell application "Finder"
  5474.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:qtfullscreen.win:"
  5475.         activate
  5476.     end tell
  5477. on error errMsg number errNum
  5478.     --enter statements to perform when no records are found such as...
  5479.     display dialog "Sorry, the item you selected could not be found."
  5480.     return
  5481. end try
  5482. Updatedf2QuickTime
  5483. fullscreen
  5484. BeginFullScreen
  5485. EndFullScreeno&http://developer.apple.com/samplecode/q
  5486. Dev.CD Nov 00 TC Disk 2
  5487. All Packages
  5488. qtgraphimp
  5489. 68985X
  5490. xO7Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R14a1:P?Dev.CD Aug 00 TC Disk 1
  5491.  - Tool Chest
  5492.  - MacApp
  5493.  - MacApp R14a1rocketTestV
  5494. 66998X
  5495. Nov 00^    TC Disk 1
  5496. --set theItem to choose file -- uncomment to test in an AS editor
  5497.     tell application "Finder"
  5498.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Games:InputSprocketTest:"
  5499.         activate
  5500.     end tell
  5501. on error errMsg number errNum
  5502.     --enter statements to perform when no records are found such as...
  5503.     display dialog "Sorry, the item you selected could not be found."
  5504.     return
  5505. end try
  5506. e    No Changef-InputSprocket
  5507. Needs
  5508. Elements
  5509. buttonsq
  5510. Dev.CD Nov 00 TC Disk 1
  5511. All Packages
  5512. Inside Mac ICM CodeI(QuickTime Image Compression Manager CodeJ3ICM(PPC)
  5513. icm.c
  5514. icm.h
  5515. Inside Mac ICM Code.mcp
  5516. READMEM QuickTime, System 7.5 and higherN
  5517. QuickTime, image compressionOZDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:Inside Mac ICM Code:V
  5518. 66999X
  5519. 1e    No Change
  5520. 60182X
  5521. 1e    No Change
  5522. e    No Changeq
  5523. Dev.CD Nov 00 TC Disk 1
  5524. All Packages
  5525. Menu Defproc 1.0.3
  5526. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  5527. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  5528. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  5529. ChooseTkl.c
  5530. ChooseTkl.h
  5531. Concordia
  5532. Concordia Info
  5533. Concordia Info.txt
  5534. Concordia.c
  5535. Concordia.h
  5536. Concordia.make
  5537. Concordia.r
  5538. DrawTkl.c
  5539. DrawTkl.h
  5540. PopUpTkl.c
  5541. PopUpTkl.h
  5542. SizeTkl.c
  5543. SizeTkl.hK
  5544. Vol IIIL
  5545. Vol VIIM-Any Macintosh, This MDEF is not fully tested.O>Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:Menu Defproc 1.0.3:PFDev.CD Nov 00 TC Disk 1
  5546.  - Tool Chest
  5547.  - Toolbox
  5548.  - Menu Defproc 1.0.3V
  5549. 68741X
  5550. Nov 00^    TC Disk 1
  5551. e    No Change
  5552. ended to be a definitive 'document' on how to 
  5553. P]Dev.CD Nov 00 TC Disk 2
  5554.  - Sample Code
  5555.  - QuickTime
  5556.  - Importers and Exporters
  5557.  - ImporterMacCD Nov 99 TC
  5558. All Packages
  5559. MPPeriodicalTestI5This is an application to test/demo the MT/MP timers.J:MPPeriodicalTest
  5560. MPPeriodicalTest.c
  5561. MPPeriodicalTest.
  5562. Pro2K
  5563. May 00M
  5564. Mac OS 8.6 or later, MP 2.0N
  5565. MultiTasking, MultiProcessingO?Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MPPeriodicalTest:PGDev.CD Nov 00 TC Disk 2
  5566.  - Sample Code
  5567.  - Processes
  5568.  - MPPeriodicalTestV
  5569. 67151X
  5570. Nov 00^    TC Disk 2
  5571. --set theItem to choose file -- uncomment to test in an AS editor
  5572.     tell application "Finder"
  5573.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MPPeriodicalTest:"
  5574.         activate
  5575.     end tell
  5576. on error errMsg number errNum
  5577.     --enter statements to perform when no records are found such as...
  5578.     display dialog "Sorry, the item you selected could not be found."
  5579.     return
  5580. end try
  5581. e    No Changeo0http://developer.apple.com/samplecode/index.html
  5582. log popupsV
  5583. 65232X
  5584. n a dialog. It's easy, just create the list right after you create the dialog, then call LUpdate and LClick in a dialog filter to respond to user events.
  5585. MDEF.Sample:  An MDEF written in Pascal that supports rez MENU templates and allows you to request the use of the Shift-Command symbol (made famous by our friends to the North).
  5586. Menu 'cicn' Fun:  This snippet demonstrates 'cicn's in menu items.  It's an unfortunately little-known fact that 'cicn's can be many sizes, and not only that, b
  5587. ut that any size 'cicn' can be put into a menu item. It's probably not good HI to put in 'cicn's of sizes other than 32x32 or 16x16; happily, this covers the sizes developers want most.
  5588. MenuHook/MBarHook exposed:  Installs routines called when a menu is pulled down and when the mouse is down in the menu bar.  Inverts the region underneath the menu so you can graphically see the results, as well as flashes status indicators.  Can mess up your desktop (but only visually).
  5589. Modal TextEdit:  
  5590. De    No Changef
  5591. ControlStripq
  5592. Dev.CD Nov 00 TC Disk 1
  5593. ED!All Packages
  5594. Tool Chest Edition
  5595. Convert
  5596. Projects 1.0b5
  5597. Summary:  Convert
  5598. Projects is a utility which will read a THINK C or THINK Pascal project, and produce an equivalent (or nearly so) Code Warrior project. This is particularly useful for large projects, in which manually adding and segmenting the project would be tiresome or impractical.  See the document "About Convert
  5599. Projects" for details.
  5600. Convert
  5601. Projects is -NOT- a source code converter. If your code uses non-portable constructs that aren
  5602. t supported by the Code Warrior compilers, youd later.
  5603. GDevVideo:  This code shows how to get the parameters out of GDevice records.
  5604. GrayishOutline:  This snippet was written in reply to a developer question on how to draw the "best possible gray" across several screens of various depth (see the related Q&A in a recent  d e v e l o p   near you).
  5605. icl8 To cicn:  This snippet converts a 'icl8' and 'ICN#' resource to a 'cicn' r
  5606. mccomponent
  5607. mccomponent
  5608. mccomponent
  5609. Oct 96M
  5610. System 7O
  5611. Dev.CD Nov 99 TC:Sample Code:P
  5612. Dev.CD Nov 99 TC
  5613.  - Sample CodeV
  5614. 68394X
  5615. Nov 99^
  5616. r--set theItem to choose file -- uncomment to test in an AS editor
  5617.     tell application "Finder"
  5618.         open item "Dev.CD Nov 99 TC:Sample Code:"
  5619.         activate
  5620.     end tell
  5621. on error errMsg number errNum
  5622.     --enter statements to perform when no records are found such as...
  5623.     display dialog "Sorry, the item you selected could not be found."
  5624.     return
  5625. end try
  5626. Deletedq
  5627. Dev.CD Nov 99 TC
  5628. All Packages
  5629. ControlStripSampleIWThis sample shows how to create a basic ControlStrip module for use on 68K and PowerPC.JqControlStripLib
  5630. ControlStripSample(PPC)
  5631. ControlStripSample.c
  5632. ControlStripSample.mcp
  5633. ControlStripSample.rsrc
  5634. ControlStripN
  5635. ControlStripOODev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ControlStripSample:PWDev.CD Nov 00 TC Disk 1
  5636.  - Sample Code
  5637.  - Human Interface Toolbox
  5638.  - ControlStripSampleV
  5639. 68395X
  5640. Nov 00^    TC Disk 1
  5641. e    No Change
  5642. NCMacApp, Framework, Object-oriented, C++ Standard Library, CarbonLibket, ISp, Needs, Elements, axes, buttonsper around Network Setup. The second, NetworkSetupHelpers, provides high-level functionality (for example, turning AppleTalk on/off, switching TCP/IP configurations) that works with both Network Setup and on pre-Mac OS 8.5 systems.
  5643. JfMoreInterfaceLib
  5644. MoreMemory
  5645. MoreQuickDraw
  5646. MoreSetup.h
  5647. MoreTextUtils
  5648. NetworkSetup
  5649. PLStringFuncs
  5650. Read MeK
  5651. Jan 99L
  5652. Dec 99M
  5653. Network Setup library, which is currently only available as part of Mac OS 8.5.  NetworkSetupHelpers provides compatibility glue for older systems and merely requires OT 1.1.1 or higher.NnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveO@Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:MoreNetworkSetup:PHDev.CD Nov 00 TC Disk 1
  5654.  - Sample Code
  5655.  - Networking
  5656.  - MoreNetworkSetup
  5657. pixmap
  5658. bitmap
  5659. alternatebufferdisplay
  5660. Carbon
  5661. driverV
  5662. texplore
  5663. drivergestaltexplore
  5664. sample
  5665. showing
  5666. driverse
  5667. drives
  5668. driving
  5669. dronezone
  5670. dronezone
  5671. application
  5672. which
  5673. designed
  5674. dropB
  5675. dropdisk
  5676. dropped
  5677. dropprint
  5678. dropprint
  5679. demonstrates
  5680. method
  5681. identifying
  5682. attached
  5683. drops
  5684. dspcontext
  5685. dspuserselectcontext
  5686. dstspec
  5687. utilities
  5688. collection
  5689. utilities
  5690. sample
  5691. dtscpluslibrary
  5692. The 7Edit package provides a source code sample showing how to make a Scriptable Application that can be controlled by way of AppleScripts.J\ 7Edit Read Me - Part 1
  5693.  7Edit Read Me - Part 2
  5694.  Example Scripts
  5695. 7Edit(PPC)
  5696. 7Edit.mcp
  5697. SourceK
  5698. Jan 96L
  5699.  M System 7.1 or later, AppleScriptN0AppleEvents, AppleScript, scriptable text editorO@Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:7Edit:PHDev.CD Nov 00 TC Disk 1
  5700.  - Sample Code
  5701.  - Interapplication Comm
  5702.  - 7EditV
  5703. 68214X
  5704. Nov 00^    TC Disk 1
  5705. --set theItem to choose file -- uncomment to test in an AS editor
  5706.     tell application "Finder"
  5707.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:7Edit:"
  5708.         activate
  5709.     end tell
  5710. on error errMsg number errNum
  5711.     --enter statements to perform when no records are found such as...
  5712.     display dialog "Sorry, the item you selected could not be found."
  5713.     return
  5714. end try
  5715. e    No Changef.AppleEvents
  5716. AppleScript
  5717. scriptable text editorq
  5718. Dev.CD Nov 00 TC Disk 1
  5719. rvices
  5720. CFString.h
  5721. CFCharacterSet.h
  5722. CFStringEncodingsExt.h
  5723. CFString
  5724. string
  5725. mutable string
  5726. internationalization
  5727. localization
  5728. Unicode
  5729. character encoding
  5730. string encoding
  5731. on error errMsg number errNum
  5732.     --enter statements to perform when no records are found such as...
  5733.     display dialog "Sorry, the item you selected could not be found."
  5734.     return
  5735. end try
  5736. All Packages
  5737. QuickDraw GXO
  5738. Dev.CD Apr 95P
  5739. Dev.CD Apr 9V
  5740. 67465X
  5741. Apr 95
  5742. b--set theItem to choose file -- uncomment to test in an AS editor
  5743.     tell application "Finder"
  5744.         open item "Dev.CD Apr 95"
  5745.         activate
  5746.     end tell
  5747. on error errMsg number errNum
  5748.     --enter statements to perform when no records are found such as...
  5749.     display dialog "Sorry, the item you selected could not be found."
  5750.     return
  5751. end try
  5752. All Packages
  5753. QuickDraw GXO
  5754. Dev.CD Aug 93P
  5755. Dev.CD Aug 9V
  5756. 67466X
  5757. Aug 93
  5758. OF    PowerTalkO
  5759. Dev.CD Apr 95P
  5760. Dev.CD Apr 9ide Support for PowerMacs with System  7.1.2.
  5761. all pre-7.5 systems:  Apple Guide Support for System 7.0 and greater.  
  5762. Not required for System 7.5 or greater.
  5763. SharedLibs:  Apple Guide shared library Support for CFM 68K & PPC.
  5764. Apple GuidePlugIn 1.0:  Apple Guide Support for OpenDoc.
  5765. Using Apple Guide 2.1.1:  Develop issue 27 article explaining the new features in Apple Guide 2.1.
  5766. Apple Guide 2.1.1 Resources:  New Apple Guide 2.1 resources types explain
  5767. ed in the article above.
  5768. NEW FEATURES IN APPLE GUIDE 2.1.1
  5769. Apple Guide now supports help access from OpenDoc processes, which involves numerous parts and not a single application process as in the previous help environment.  For information on providing guide files for OpenDoc parts, please see the Develop Issue 27 Article titled "Using Apple Guide 2.1, OpenDoc".
  5770. Now supports the ability to access multiple guide files combining the topic areas, index, and look for content across all ope
  5771. usefulW
  5772. usenet
  5773. userU
  5774. userstartup
  5775. Summary:  This application demonstrates how to send an AppleEvent to the Finder that will cause a new default desktop printer to be selected under QuickDraw GX. The user interface consists of a dialog that collects a string that is the name of a desktop printer. Upon hitting the default button, the application forms an AppleEvent and sends it off to the Finder. If the Printing Finder Extension (part of QuickDraw GX) is installed and a valid desktop printer was specified then that printer sB!hould become the default printer.
  5776. FSSetPrinter.c
  5777. FSSetPrinter.h
  5778. ReadMe
  5779. SetDefaultDTP
  5780. SetDefaultDTP.c
  5781. SetDefaultDTP.rsrc
  5782. SetDefaultDTP.
  5783. SetDefaultDTP.
  5784. SetDefaultDTP.
  5785. .rsrcK
  5786. Feb 96M
  5787. QuickDraw GX, System 7.5N8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolO>Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw GX:SetDefaultDTP:PFDev.CD Nov 00 TC Disk 1
  5788.  - Tool Chest
  5789.  - QuickDraw GX
  5790.  - SetDefaultDTP
  5791. isptestglobals
  5792. isptestglobals
  5793. isptestmain
  5794. isptestmain
  5795. system
  5796. samples
  5797. system
  5798. tune-up
  5799. system
  5800. system
  5801. system
  5802. update
  5803. system
  5804. update
  5805. system
  5806. 7.5.5
  5807. update
  5808. system
  5809. enabler
  5810. system
  5811. enabler
  5812. system
  5813. enabler
  5814. centris/quadra
  5815. system
  5816. enabler
  5817. This sample code illustrates how to use the low-level QuickTime video effects API to apply a filter (a one-source effect) to a picture, or to apply a transition (a two-source effect) to two pictures.
  5818. QTShowEffect runs only from unlocked volumes. QTShowEffect can also build a QuickTime movie containing a filter or transition.  QTShowEffect can be built for both the Mac OS and Windows.
  5819. Application Files
  5820. Building QT Samples
  5821. Common Files
  5822. QTShowEffect 68k
  5823. QTShowEffect 68k.mcp
  5824. QTShowEffect PPC
  5825. QTShowEffect PPC.mcp
  5826. QTShowEffect Win.mcp
  5827. QTShowEffect.c
  5828. QTShowEffect.exe
  5829. QTShowEffect.h
  5830. QTShowEffect.mak
  5831. QTShowEffect.r
  5832. READMEM
  5833. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N&QuickTime, Effects, Video, TransitionsOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:QTShowEffect:W
  5834. toolbox
  5835. assistant
  5836. 69340X
  5837. Apr 98^
  5838. --set theItem to choose file -- uncomment to test in an AS editor
  5839.     tell application "Finder"
  5840.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):SOMobjects
  5841.  for Mac OS:"
  5842.         activate
  5843.     end tell
  5844. on error errMsg number errNum
  5845.     --enter statements to perform when no records are found such as...
  5846.     display dialog "Sorry, the item you selected could not be found."
  5847.     return
  5848. end try
  5849. e    No Changeq
  5850. Dev.CD Apr 98 SDK2
  5851. All Packages
  5852. New & RevisedF
  5853. SonOfSillyBallsI
  5854. This sample is a port of a classic Mac OS sample, Silly Balls, whose sole purpose is to draw a bunch of randomly coloured, randomly placed, silly balls in a window on the screen.
  5855. .DS_Store
  5856. build
  5857. English.lproj
  5858. MainMenu.nib
  5859. ReadMe.rtf
  5860. SillyBallView.h
  5861. SillyBallView.m
  5862. SonOfSillyBalls.app
  5863. SonOfSillyBalls.pbproj
  5864. SonOfSillyBalls_main.mK
  5865. Nov 00M
  5866. Mac OS X or later00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:SonOfSillyBalls:V
  5867. 69341X
  5868. New Package
  5869. e    No ChangefmA/ROSE
  5870. Macintosh Coprocessor Platform
  5871. Ethernet NB
  5872. PowerPC
  5873. Network Software
  5874. AppleTalk
  5875. TokenTalk
  5876. Token Ringq
  5877. Dev.CD Nov 00 TC Disk 1
  5878. D!All Packages
  5879. Tool Chest Edition
  5880. About Developer University
  5881. Summary:  This folder contains complete information on Developer University, the self-paced products that are available, the classroom courses, and course schedule for October 1996 through December 1996.
  5882. Features:  Information on Developer University self-paced courses, classroom courses, field courses, course schedules, topics available on the World Wide Web and complete course outlines, prerequisites, and target audiences.
  5883. 01-Intro to DU.pdf
  5884. 02-What's New from DU.pdf
  5885. 03-Information & Registrati.pdf
  5886. 04-Index of Courses.pdf
  5887. 05-Self-Paced Products.pdf
  5888. 06-On-Line Topics.pdf
  5889. 07-Mac OS:
  5890. 08-Object Oriented:
  5891. 09-Multimedia & Graphics:
  5892. 10-Newton:
  5893. 11-Other topics:
  5894. 12-Training Schedule.pdf
  5895. 13-DU Training Sites.pdf
  5896. May 92L
  5897. Oct 96M
  5898. Adobe Acrobat Reader
  5899. --set theItem to choose file -- uncomment to test in an AS editor
  5900.     tell application "Finder"
  5901.         open item "Dev.CD Apr 94
  5902. Dev.CD Jan 94
  5903. Dev.CD Oct 93
  5904. Dev.CD Jul 93
  5905. Dev.CD Apr 93"
  5906.         activate
  5907.     end tell
  5908. on error errMsg number errNum
  5909.     --enter statements to perform when no records are found such as...
  5910.     display dialog "Sorry, the item you selected could not be found."
  5911.     return
  5912. end try
  5913. imple
  5914. server
  5915. demonstrat
  5916. sample
  5917. designed
  5918. simple
  5919. drawsprocket
  5920. sample
  5921. designed
  5922. create
  5923. requir
  5924. sample
  5925. program
  5926. demonstrates
  5927. determine
  5928. sample
  5929. provides
  5930. interractive
  5931. demonstration
  5932. appleglot
  5933. localization
  5934. internationalization
  5935. translation
  5936. applescript
  5937. applescript
  5938. applescript
  5939. subroutines
  5940. applesearch
  5941. appleshare
  5942. documentation
  5943. b--set theItem to choose file -- uncomment to test in an AS editor
  5944.     tell application "Finder"
  5945.         open item "Dev.CD Apr 93"
  5946.         activate
  5947.     end tell
  5948. on error errMsg number errNum
  5949.     --enter statements to perform when no records are found such as...
  5950.     display dialog "Sorry, the item you selected could not be found."
  5951.     return
  5952. end try
  5953. this it is recommended that one use the earlier version of the the switching code.
  5954. The controls for the sample application are:
  5955. - BJright arrow for a larger context
  5956. - left arrow for smaller
  5957. - Cmd-Q to exit.
  5958. JfDSp Context Switch
  5959. DSp Context Switch Main.c
  5960. DSp Context Switch.CW2.
  5961. DSp Context Switch.CW5.
  5962. Read MeK
  5963. Feb 00M[PowerPC, System 8.1+, DrawSprocket, and either Universal Interfaces 3.3 or DrawSprocket SDKN
  5964. DrawSprocket, Context SwitchO=Dev.CD Nov 00 TC Disk 1:Sample Code:Games:DSp Context Switch:PEDev.CD Nov 00 TC Disk 1
  5965.  - Sample Code
  5966.  - Games
  5967.  - DSp Context Switchnt
  5968. dialogq
  5969. Dev.CD Nov 00 TC Disk 2
  5970. ~--set theItem to choose file -- uncomment to test in an AS editor
  5971.     tell application "Finder"
  5972.         open item "Dev.CD Apr 94
  5973. Dev.CD Jan 94
  5974. Dev.CD Oct 93"
  5975.         activate
  5976.     end tell
  5977. on error errMsg number errNum
  5978.     --enter statements to perform when no records are found such as...
  5979.     display dialog "Sorry, the item you selected could not be found."
  5980.     return
  5981. end try
  5982. installer
  5983. installer
  5984. chinese
  5985. language
  5986. installers
  5987. installingV
  5988. installment
  5989. installsf
  5990. instance
  5991. instances
  5992. instantly
  5993. instead
  5994. instruction
  5995. instructional
  5996. instructions_
  5997. int'l
  5998. integer
  5999. integral
  6000. integrate
  6001. integrated
  6002. integrates
  6003. integrating
  6004. integrating
  6005. computer-based
  6006. media
  6007. broadcast
  6008. environment
  6009. integration
  6010. bPeDev.CD Nov 00 TC Disk 1
  6011.  - What's New?
  6012.  - Technical Documentation
  6013.  - Technical Publications
  6014.  - CarbonW
  6015. enlarged
  6016. enlightening
  6017. enough[
  6018. ensure
  6019. ensures
  6020. ensuring
  6021. entails
  6022. enter
  6023. entered
  6024. entering
  6025. enterprise{
  6026. enterprise
  6027. internet
  6028. documentation
  6029. formats
  6030. enterprise
  6031. objects
  6032. enterprise
  6033. objects
  6034. documentation
  6035. enterprise
  6036. objects
  6037. framework
  6038. enters\
  6039. entertainment{
  6040. entire
  6041. entirely
  6042. entities
  6043. entitled
  6044. entity
  6045. esfahani
  6046. eskimo
  6047. especially
  6048. essential
  6049. essentials
  6050. ethernetR
  6051. ethertalkB
  6052. bitblitz
  6053. copybits
  6054. copymask
  6055. copydeepmask
  6056. gworld
  6057. newgworld
  6058. bitmapr
  6059. bitmap
  6060. rotation
  6061. carbon
  6062. blitr
  6063. blitter
  6064. block
  6065. botright
  6066. bottleneck
  6067. bridge
  6068. broadcast
  6069. broadcasting
  6070. browse
  6071. browser
  6072. btstbool
  6073. btstq
  6074. calculator
  6075. calculator
  6076. cocoa
  6077. calibrator
  6078. carbonr
  6079. carbon
  6080. carbonlib
  6081. carbon
  6082. manager
  6083. carbon
  6084. quicktime
  6085. graphicimporter
  6086. print
  6087. carbonlib
  6088. cardbus
  6089. cardbus
  6090. pcmcia
  6091. cd-rom
  6092. cd-rom
  6093. audio
  6094. tracker
  6095. control
  6096. cdrom
  6097. cdrom
  6098. drivers
  6099. center
  6100. cfm-68k
  6101. cfm-68k
  6102. mixed
  6103. thread
  6104. objectsupportlib
  6105. chained
  6106. chained
  6107. completion
  6108. routines
  6109. asynchronous
  6110. manager
  6111. cheap
  6112. 68369X
  6113. Nov 00^    TC Disk 2
  6114. --set theItem to choose file -- uncomment to test in an AS editor
  6115.     tell application "Finder"
  6116.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:ChromaKeyMovie:"
  6117.         activate
  6118.     end tell
  6119. on error errMsg number errNum
  6120.     --enter statements to perform when no records are found such as...
  6121.     display dialog "Sorry, the item you selected could not be found."
  6122.     return
  6123. end try
  6124. e    No Changef2QuickTime
  6125. Sound
  6126. Mixer
  6127. Output
  6128. Device
  6129. Componentq
  6130. Dev.CD Nov 00 TC Disk 2
  6131. All Packages
  6132. cihuiI
  6133. Summary: Description Input methods for use with the Chinese Macintosh System 6.05 and above. Allows pinyin input in phrase instead of single character.J    cihui.imgK
  6134. Vol VIIM,Chinese OS 6.0.5 (Traditional or Simplified)O6Dev.CD Nov 00 TC Disk 1:Tool Chest:Localization:cihui:P>Dev.CD Nov 00 TC Disk 1
  6135.  - Tool Chest
  6136.  - Localization
  6137.  - cihuiV
  6138. 68370X
  6139. Nov 00^    TC Disk 1
  6140. e    No Change
  6141. AppleShare IP 6.3 SDK
  6142. Continuing to offer the traditional server software suite, AppleShare IP 6.3 now supports Mac OS 9, allowing server administrators to take advantage of the latest improvements in the Mac OS.  AppleShare IP 6.3 also eliminates the dependencies of the earlier versions of the administration applications on Open Doc and replaces those with a single integrated management administration, called Mac OS Server Admin.  Within this SDK, you will find detailed developer documentation, interfaces, lib
  6143. 68284X
  6144. hints
  6145. historically
  6146. history
  6147. hitec
  6148. hittin
  6149. orizon
  6150. horizontal
  6151. hostU
  6152. host-target
  6153. hot-spot-specific\
  6154. hotchkiss
  6155. hotrect
  6156. hotsauce
  6157. hours
  6158. hours/minutes
  6159. house
  6160. All Packages
  6161. QuickDraw GXO
  6162. Dev.CD Jan 96 SDK1P
  6163. Dev.CD Jan 96 SDKV
  6164. 69040X
  6165. Jan 96
  6166. g--set theItem to choose file -- uncomment to test in an AS editor
  6167.     tell application "Finder"
  6168.         open item "Dev.CD Jan 96 SDK1"
  6169.         activate
  6170.     end tell
  6171. on error errMsg number errNum
  6172.     --enter statements to perform when no records are found such as...
  6173.     display dialog "Sorry, the item you selected could not be found."
  6174.     return
  6175. end try
  6176. All Packages
  6177. QuickDraw GXO
  6178. Dev.CD Jan 96 SDK1P
  6179. Dev.CD Jan 96 SDKV
  6180. 69041X
  6181. Jan 96
  6182. g--set theItem to choose file -- uncomment to test in an AS editor
  6183.     tell application "Finder"
  6184.         open item "Dev.CD Jan 96 SDK1"
  6185.         activate
  6186.     end tell
  6187. on error errMsg number errNum
  6188.     --enter statements to perform when no records are found such as...
  6189.     display dialog "Sorry, the item you selected could not be found."
  6190.     return
  6191. end try
  6192. All Packages
  6193. QuickDraw GXO
  6194. Dev.CD Jan 96 SDK1V
  6195. 69042X
  6196. All Packages
  6197. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  6198. Dev.CD Jan 94
  6199. Dev.CD Oct 93
  6200. Dev.CD Jul 93
  6201. Dev.CD Apr 93PDDev.CD Apr 94
  6202. Dev.CD Jan 94
  6203. Dev.CD Oct 93
  6204. Dev.CD Jul 93
  6205. Dev.CD Apr 9V
  6206. 69644X
  6207. Apr 94
  6208. --set theItem to choose file -- uncomment to test in an AS editor
  6209.     tell application "Finder"
  6210.         open item "Dev.CD Apr 94
  6211. Dev.CD Jan 94
  6212. Dev.CD Oct 93
  6213. Dev.CD Jul 93
  6214. Dev.CD Apr 93"
  6215.         activate
  6216.     end tell
  6217. on error errMsg number errNum
  6218.     --enter statements to perform when no records are found such as...
  6219.     display dialog "Sorry, the item you selected could not be found."
  6220.     return
  6221. end try
  6222. All Packages
  6223. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  6224. Dev.CD Jan 94
  6225. Dev.CD Oct 93
  6226. Dev.CD Jul 93
  6227. Dev.CD Apr 93PDDev.CD Apr 94
  6228. Dev.CD Jan 94
  6229. Dev.CD Oct 93
  6230. Dev.CD Jul 93
  6231. Dev.CD Apr 9V
  6232. 69645X
  6233. Apr 94
  6234. csmp-digest-v3-107
  6235. csmp-digest-v3-108
  6236. csmp-digest-v3-109
  6237. csmp-digest-v3-110
  6238. csmp-digest-v3-111
  6239. csmp-digest-v3-112
  6240. JFBuilding QT Samples
  6241. QTFlattenToHandle.c
  6242. QTFlattenToHandle.h
  6243. README.txtOHDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtflattentohandle:PSDev.CD Nov 00 TC Disk 2
  6244.  - Sample Code
  6245.  - QuickTime
  6246.  - Goodies
  6247.  - qtflattentohandleher CPU remotely. This is done by executing functions over an AppleTalk network (LocalTalk, EtherTalk, TokenTalk).
  6248. Features: 5thColumn
  6249.  can synchronize clocks, shutdown, restart, take screen shots, launch applications, read memory, get gestalt information, delete files/folders, get directory IDs and drop CPU into MacsBug executing commands.
  6250. VU3.0.1d3.smiK
  6251. Vol IVL
  6252. Vol VIM[Runs on all Macintoshes and system software. As of now it needs MPW on the controlling end.OLDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PTDev.CD Nov 00 TC Disk 1
  6253.  - Tool Chest
  6254.  - Testing & Debugging
  6255.  - Virtual User 3.0.1d3V
  6256. 66574X
  6257. Nov 00^    TC Disk 1
  6258. e    No Change
  6259. Summary: This is the electronic version of develop magazine.
  6260.  Issue 15 highlights:
  6261. Getting Started With QuickDraw GX by Pete ("Luke") Alexander.  A brief introduction to QuickDraw GX, and a simple GX-aware sample.
  6262. Developing QuickDraw GX Printing Extensions  by Sam Weiss.  All about these nifty new add-ons to QuickDraw GX printing.
  6263. QuickDraw GX for PostScript Programmers by Daniel Lipton.  The two graphics models are compared, along with useful code snippets for each.
  6264. Managing Compon
  6265. ent Registration  by Gary Woodcock.  For those cases where you may need to manage the component registration process, here's how.
  6266. Floating Windows: Keeping Afloat in the Window Manager by Dean Yu.  A way to implement floating windows without patching traps, and a library you can use in your own application.
  6267. Working in the Third Dimension by Jamie Osborne and Deanna Thomas.  This article shows off a nice 3-D interface and presents a set of MacApp objects you can use to create your own suc
  6268. r SDK:
  6269. 68970X
  6270. Nov 00^    TC Disk 1
  6271. --set theItem to choose file -- uncomment to test in an AS editor
  6272.     tell application "Finder"
  6273.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:PutAwayVolumes:"
  6274.         activate
  6275.     end tell
  6276. on error errMsg number errNum
  6277.     --enter statements to perform when no records are found such as...
  6278.     display dialog "Sorry, the item you selected could not be found."
  6279.     return
  6280. end try
  6281. e    No Changef.unmount
  6282. put away
  6283. Finder Apple Events
  6284. MoreFilesq
  6285. Dev.CD Nov 00 TC Disk 1
  6286. All Packages
  6287. QDGX Spooler Patch 1.0.2
  6288. 68971X
  6289. le, scriptable, scriptOYDev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Sample Applications:PaDev.CD Nov 00 TC Disk 1
  6290.  - Tool Chest
  6291.  - Interapplication Communication
  6292.  - AE Sample Applicationsnge
  6293. on error errMsg number errNum
  6294.     --enter statements to perform when no records are found such as...
  6295.     display dialog "Sorry, the item you selected could not be found."
  6296.     return
  6297. end try
  6298. 68339X
  6299. Nov 00^    TC Disk 1b
  6300. Revised
  6301. --set theItem to choose file -- uncomment to test in an AS editor
  6302.     tell application "Finder"
  6303.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CalcCMask CalcMask:"
  6304.         activate
  6305.     end tell
  6306. on error errMsg number errNum
  6307.     --enter statements to perform when no records are found such as...
  6308.     display dialog "Sorry, the item you selected could not be found."
  6309.     return
  6310. end try
  6311. UpdatedfCCalcMask
  6312. CalcCMask
  6313. bitmap
  6314. CopyBits
  6315. NewGWorld
  6316. GWorld
  6317. CopyMask
  6318. Carbono&http://developer.apple.com/samplecode/q
  6319. Dev.CD Nov 00 TC Disk 1
  6320. All Packages
  6321. New & RevisedF
  6322. CalculatorIjThis application recreates the Macintosh's Calculator DA and implements a simple "four-banger" calculator.J
  6323. .DS_Store
  6324. build
  6325. CalcController.h
  6326. CalcController.m
  6327. Calculator.app
  6328. Calculator.pbproj
  6329. Calculator_main.m
  6330. ClearButton.h
  6331. ClearButton.m
  6332. English.lproj
  6333. EnterButton.h
  6334. EnterButton.m
  6335. ReadMe.rtfK
  6336. Nov 00M
  6337. Project Builder, Mac OS XN
  6338. Calculator, Cocoa
  6339. webobjects
  6340. webobjects
  6341. server
  6342. objects
  6343. win2maccountersample
  6344. windoid
  6345. window
  6346. windows
  6347. windows
  6348. quicktime
  6349. player
  6350. wired\
  6351. wombat
  6352. workgroup
  6353. working
  6354. workstation
  6355. world
  6356. worldscript
  6357. wrapper
  6358. writerk
  6359. writeswell
  6360. writing
  6361. yellow
  6362. zanzibar
  6363. zaptcp
  6364. zeroscrap
  6365. zones
  6366. carbon
  6367. zoomtowindowdevice
  6368. ode:Platforms and Tools:MacApp:PICTDialog:"
  6369.         activate
  6370.     end tell
  6371. on error errMsg number errNum
  6372.     --enter statements to perform when no records are found such as...
  6373.     display dialog "Sorry, the item you selected could not be found."
  6374.     return
  6375. end try
  6376. e    No Changef,MacApp
  6377. modal dialog
  6378. TPicture
  6379. PICTDialog
  6380. --set theItem to choose file -- uncomment to test in an AS editor
  6381.     tell application "Finder"
  6382.         open item "Dev.CD May 97 TC
  6383. Dev.CD Nov 96 TC
  6384. Dev.CD Aug 96 TC"
  6385.         activate
  6386.     end tell
  6387. on error errMsg number errNum
  6388.     --enter statements to perform when no records are found such as...
  6389.     display dialog "Sorry, the item you selected could not be found."
  6390.     return
  6391. end try
  6392. rMsg number errNum
  6393.     --enter statements to perform when no records are found such as...
  6394.     display dialog "Sorry, the item you selected could not be found."
  6395.     return
  6396. end try
  6397. All Packages
  6398. System Enabler 201 (PB Duo)O)Dev.CD Apr 94
  6399. Dev.CD Jan 94
  6400. Dev.CD Oct 93P(Dev.CD Apr 94
  6401. Dev.CD Jan 94
  6402. Dev.CD Oct 9V
  6403. 68014X
  6404. Apr 94
  6405. userstartup
  6406. goodies
  6407. usfntnamingtable
  6408. usfntnamingtable
  6409. using
  6410. using
  6411. quicktime
  6412. conferencing
  6413. using
  6414. rotate
  6415. piccomments
  6416. using
  6417. piccomments
  6418. using
  6419. classes
  6420. usual
  6421. utedocument
  6422. utedocument
  6423. utedocument
  6424. utesample
  6425. utesample
  6426. utesample
  6427. utilcode
  6428. utilitiesQ
  6429. utilities
  6430. utilities
  6431. utilities
  6432. utilitiescommon
  6433. utilitiescommon
  6434. utilitieslib
  6435. utility
  6436. utilityservices
  6437. uwindoid
  6438. uwindoid
  6439. uwindoid
  6440. v1.5.2
  6441. v1.5.3
  6442. validator
  6443. fonts
  6444. fonts
  6445. 6.0.4
  6446. 68374X
  6447. Nov 00^    TC Disk 1
  6448. --set theItem to choose file -- uncomment to test in an AS editor
  6449.     tell application "Finder"
  6450.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw:Color Locator DA"
  6451.         activate
  6452.     end tell
  6453. on error errMsg number errNum
  6454.     --enter statements to perform when no records are found such as...
  6455.     display dialog "Sorry, the item you selected could not be found."
  6456.     return
  6457. end try
  6458. e    No Changeq
  6459. Dev.CD Nov 00 TC Disk 1
  6460. All Packages
  6461. Color MarqueeIFThis is a very basic snippet to illustrate how to implement a marquee.J?Color Marquee.mcp
  6462. ColorMarquee(PPC)
  6463. RedAnts.c
  6464. RedAnts.rsrc
  6465. testM
  6466. Color QuickDrawN%Marquee, Marching Ants, Color MarqueeO>Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Color Marquee:PFDev.CD Nov 00 TC Disk 1
  6467.  - Sample Code
  6468.  - Graphics 2D
  6469.  - Color MarqueeV
  6470. 68375X
  6471. Nov 00^    TC Disk 1
  6472. e    No Changeo&http://developer.apple.com/samplecode/
  6473. esfahani
  6474. eskimo
  6475. espana
  6476. especially
  6477. essence
  6478. essential
  6479. essentially
  6480. essentials
  6481. establish
  6482. established
  6483. establishing
  6484. establishment
  6485. eternal
  6486. ethernetR
  6487. ethernets
  6488. ethertalkB
  6489. euc-cn
  6490. vmsifydebug
  6491. prefix
  6492. voxii
  6493. voxii
  6494. voxii
  6495. voxii
  6496. voxii
  6497. readme
  6498. voxiippc
  6499. voxiippc
  6500. voxiippc
  6501. vu3.0.1d3B
  6502. vu3.0.1d3
  6503. w/controller
  6504. walltowalldialog
  6505. walltowalldialog
  6506. walltowalldialog
  6507. PRDev.CD Nov 00 TC Disk 1
  6508.  - Tool Chest
  6509.  - Devices
  6510.  - CD-ROM
  6511.  - CD-ROM Validator 1.1V
  6512. 68350X
  6513. Nov 00^    TC Disk 1
  6514. --set theItem to choose file -- uncomment to test in an AS editor
  6515.     tell application "Finder"
  6516.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:"
  6517.         activate
  6518.     end tell
  6519. on error errMsg number errNum
  6520.     --enter statements to perform when no records are found such as...
  6521.     display dialog "Sorry, the item you selected could not be found."
  6522.     return
  6523. end try
  6524. e    No Changeq
  6525. Dev.CD Nov 00 TC Disk 1
  6526. All Packages
  6527. New & RevisedF
  6528. CDROMSample
  6529.     tell application "Finder"
  6530.         open item "Dev.CD Jul 95"
  6531.         activate
  6532.     end tell
  6533. on error errMsg number errNum
  6534.     --enter statements to perform when no records are found such as...
  6535.     display dialog "Sorry, the item you selected could not be found."
  6536.     return
  6537. end try
  6538. All Packages
  6539. System 7.5 Update 1.0O
  6540. Dev.CD Jul 95P
  6541. Dev.CD Jul 9V
  6542. 67800X
  6543. All Packages
  6544. System UpdateO
  6545. Dev.CD Oct 94P
  6546. Dev.CD Oct 9V
  6547. 69688X
  6548. Oct 94
  6549. b--set theItem to choose file -- uncomment to test in an AS editor
  6550.     tell application "Finder"
  6551.         open item "Dev.CD Oct 94"
  6552.         activate
  6553.     end tell
  6554. on error errMsg number errNum
  6555.     --enter statements to perform when no records are found such as...
  6556.     display dialog "Sorry, the item you selected could not be found."
  6557.     return
  6558. end try
  6559. All Packages
  6560. System UpdateO
  6561. Dev.CD Oct 94
  6562. Dev.CD Jul 94P
  6563. Dev.CD Oct 94
  6564. Dev.CD Jul 9V
  6565. 69689X
  6566. Oct 94
  6567. p--set theItem to choose file -- uncomment to test in an AS editor
  6568.     tell application "Finder"
  6569.         open item "Dev.CD Oct 94
  6570. Dev.CD Jul 94"
  6571.         activate
  6572.     end tell
  6573. on error errMsg number errNum
  6574.     --enter statements to perform when no records are found such as...
  6575.     display dialog "Sorry, the item you selected could not be found."
  6576.     return
  6577. end try
  6578. All Packages
  6579. System UpdateV
  6580. 69690X
  6581. egetinfo
  6582. egret
  6583. egret-based
  6584. egrets
  6585. egretwakeup
  6586. ehancements
  6587. eight
  6588. either
  6589. eject
  6590. ejected
  6591. elaborates
  6592. elapsed
  6593. electric
  6594. electronic
  6595. electronics
  6596. elegant
  6597. elegantly
  6598. element
  6599. elements
  6600. elicit
  6601. eliminate
  6602. eliminates
  6603. eliminating
  6604. elizabeth
  6605. email
  6606. embed
  6607. New Packagef$QuickTime
  6608. Asynchronous Movie Loadingo&http://developer.apple.com/samplecode/q
  6609. Dev.CD Nov 00 TC Disk 2
  6610. All Packages
  6611. MovieBrowserI
  6612. BrowserMaker will create a document with links to other movies in a folder. MovieBrowser will open this document and act as a browser environment to the movies.J
  6613. BrowserMaker.c
  6614. MovieBrowser.c
  6615. MovieBrowser.rsrc
  6616. MW BrowserMaker
  6617. MW MovieBrowser
  6618. MW68k BrowserMaker.
  6619. MW68k MovieBrowser.
  6620. README
  6621. TH BrowserMaker
  6622. TH BrowserMaker.
  6623. TH MovieBrowser.
  6624. TH MovieBrowser.
  6625. .rsrc
  6626. TH MovieBrowser
  6627. M    QuickTimeN
  6628. QuickTime, browser
  6629. OCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieBrowser:PNDev.CD Nov 00 TC Disk 2
  6630.  - Sample Code
  6631.  - QuickTime
  6632.  - Goodies
  6633.  - MovieBrowserV
  6634. 68766X
  6635. Nov 00^    TC Disk 2
  6636. e    No Change
  6637. dowGrid
  6638. 66876X
  6639. qtwiredsprites
  6640. qtwiredsprites
  6641. qtwiredsprites
  6642. qtwiredsprites
  6643. qtwiredsprites
  6644. qtzoo
  6645. query
  6646. quick
  6647. quick
  6648. intro
  6649. quick
  6650. start
  6651. quickdraw
  6652. quickdraw
  6653. v1.5.2
  6654. quickdraw
  6655. quickdraw
  6656. quickdraw
  6657. update
  6658. quickdraw
  6659. first
  6660. quickdraw3d
  6661. quickdraw3drave
  6662. quicksort
  6663. quicksort
  6664. functions
  6665. games
  6666. gamma
  6667. gatewayT
  6668. gdevice
  6669. gdevicechanged
  6670. generator
  6671. gestalt
  6672. gestalt
  6673. manager
  6674. gestalt
  6675. selector
  6676. codes
  6677. gestaltnativecputype
  6678. gestaltprocessortype
  6679. gestaltquickdrawfeat
  6680. gestaltquickdrawvers
  6681. gestaltvmattr
  6682. {PQDev.CD Nov 00 TC Disk 1
  6683.  - Sample Code
  6684.  - Human Interface Toolbox
  6685.  - BigScrollingV
  6686. 68322X
  6687. Nov 00^    TC Disk 1
  6688. --set theItem to choose file -- uncomment to test in an AS editor
  6689.     tell application "Finder"
  6690.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:BigScrolling:"
  6691.         activate
  6692.     end tell
  6693. on error errMsg number errNum
  6694.     --enter statements to perform when no records are found such as...
  6695.     display dialog "Sorry, the item you selected could not be found."
  6696.     return
  6697. end try
  6698. e    No ChangefzScrollbar
  6699. Controls
  6700. SetControlMaximum
  6701. SetControlMinimum
  6702. SetControlValue
  6703. GetControlMaximum
  6704. GetControlMinimum
  6705. GetControlValueq
  6706. Dev.CD Nov 00 TC Disk 1
  6707. All Packages
  6708. BinHexI
  6709. Summary: This is the definition for the BinHex 4.0 Protocol.  It will be useful for folks interested in adding BinHex 4.0 to their communications or file compression packages.J
  6710. BinHex 4.0 SpecsK
  6711. May 93M
  6712. Adobe Acrobat Reader.
  6713. 68843X
  6714. Nov 00^    TC Disk 1
  6715. --set theItem to choose file -- uncomment to test in an AS editor
  6716.     tell application "Finder"
  6717.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTCheckNetForNBPName:"
  6718.         activate
  6719.     end tell
  6720. on error errMsg number errNum
  6721.     --enter statements to perform when no records are found such as...
  6722.     display dialog "Sorry, the item you selected could not be found."
  6723.     return
  6724. end try
  6725. e    No Changeq
  6726. Dev.CD Nov 00 TC Disk 1
  6727. All Packages
  6728. OTCodeResource
  6729. This sample shows how to call Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  6730. ApplParamsHack.c
  6731. ApplParamsHack.c.o
  6732. OTGetDefaultEtherAddr.
  6733. OTGetDefaultEthernetAddr
  6734. OTGetDefaultEthernetAddress.c
  6735. Read Me 
  6736.  OT Code Resource
  6737. WorksheetK
  6738. Apr 96L
  6739. Jun 98V
  6740. 68844X
  6741. 1e    No Change
  6742. es the opposite: it sets a particular STR# string to the string that
  6743. s passed in.
  6744. ShadingWinds:  This little application includes code to allow you to detect whether or not a window is "rolled up" by WindowShade.
  6745. SICN LDEF:  This LDEF displays small icons to the left of text in a list.
  6746. SignatureToApp:  A function that finds an application on any mounted (non-floppy) disk given its 4-character signature. It will also launch or activate the application if told to.
  6747. Splasher:  A very simpl
  6748. e application that displays a "modal" window that goes away as soon as you click the mouse or press a key.  This is how many splash screens behave -- but as long as the window is displayed, the Process Manager won't switch your application from being frontmost.
  6749. Sys7 popUpCDEF:  A simple example of using the PopupCDEF available in System 7 and later.
  6750. Tabs LDEF 1.0:  Tabs LDEF is a custom list definition which allows developers to easily create multiple columned lists using different sizes
  6751. --set theItem to choose file -- uncomment to test in an AS editor
  6752.     tell application "Finder"
  6753.         open item "Dev.CD Apr 94
  6754. Dev.CD Jan 94
  6755. Dev.CD Oct 93
  6756. Dev.CD Aug 93"
  6757.         activate
  6758.     end tell
  6759. on error errMsg number errNum
  6760.     --enter statements to perform when no records are found such as...
  6761.     display dialog "Sorry, the item you selected could not be found."
  6762.     return
  6763. end try
  6764. fontsN
  6765. fontsync
  6766. Nov 00M
  6767. Mac OS X or laterN
  6768. help, cocoa, htmlO<Dev.CD Nov 00 TC Disk 1:Sample Code:Help Systems:SimpleHelp:PDDev.CD Nov 00 TC Disk 1
  6769.  - Sample Code
  6770.  - Help Systems
  6771.  - SimpleHelpV
  6772. 69308X
  6773. Nov 00^    TC Disk 1b
  6774. --set theItem to choose file -- uncomment to test in an AS editor
  6775.     tell application "Finder"
  6776.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Help Systems:SimpleHelp:"
  6777.         activate
  6778.     end tell
  6779. on error errMsg number errNum
  6780.     --enter statements to perform when no records are found such as...
  6781.     display dialog "Sorry, the item you selected could not be found."
  6782.     return
  6783. end try
  6784. New Packagef
  6785. cocoa
  6786. htmlo&http://developer.apple.com/samplecode/q
  6787. Dev.CD Nov 00 TC Disk 1
  6788. All Packages
  6789. SimpleInitI
  6790. This snippet demonstrates the writing of a simple init which attempts to allocate a 1 megabyte and then a 2 megabyte handle in the System heap. Please note the 'sysz' resource in the init which is necessary in order to allocate the memory.
  6791. 68403X
  6792. Nov 00^    TC Disk 2
  6793. --set theItem to choose file -- uncomment to test in an AS editor
  6794.     tell application "Finder"
  6795.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:CPlusTESample:"
  6796.         activate
  6797.     end tell
  6798. on error errMsg number errNum
  6799.     --enter statements to perform when no records are found such as...
  6800.     display dialog "Sorry, the item you selected could not be found."
  6801.     return
  6802. end try
  6803. e    No Changef#TextEdit
  6804. TESample
  6805. CPlusTESampleq
  6806. Dev.CD Nov 00 TC Disk 2
  6807. All Packages
  6808. CPU SE 406O
  6809. Dev.CD Jul 95P
  6810. Dev.CD Jul 9V
  6811. 68404X
  6812. Jul 95
  6813. b--set theItem to choose file -- uncomment to test in an AS editor
  6814.     tell application "Finder"
  6815.         open item "Dev.CD Jul 95"
  6816.         activate
  6817.     end tell
  6818. on error errMsg number errNum
  6819.     --enter statements to perform when no records are found such as...
  6820.     display dialog "Sorry, the item you selected could not be found."
  6821.     return
  6822. end try
  6823. All Packages
  6824. 68405X
  6825. OOPTESample is an example application that demonstrates how to initialize the commonly used Toolbox managers, operate successfully under MultiFinder, handle desk accessories, and create, grow, and zoom windows.  It demonstrates fundamental TextEdit toolbox calls and TextEdit automatic scrolling, and it shows how to create and maintain scroll bar controls.
  6826. This version of TESample has been substantially reworked in Object Pascal to show how a "typical" object-oriented program could be writB
  6827. ten.  To this end, what was once a single source code file has been restructured into a set of classes which demonstrate the advantages of object-oriented programming.
  6828. (BuildOOPTESample
  6829. FlowCtlMacs.d
  6830. MTESample.p
  6831. Objects
  6832. OOPTESample
  6833. OOPTESample.make
  6834. ProgStrucMacs.d
  6835. README
  6836. TECommon.h
  6837. TESample.r
  6838. TESampleGlue.a
  6839. TESampleGlue.a.o
  6840. TMLRules.make
  6841. UApplication.inc1.p
  6842. UApplication.p
  6843. UDocument.inc1.p
  6844. UDocument.p
  6845. UTEDocument.inc1.p
  6846. UTEDocument.p
  6847. UTESample.inc1.p
  6848. UTESample.p
  6849. MPW Hi
  6850. MacApp Release 14 continues the tradition of modernization established by MacApp Release 13. It is a well-designed, modern, mature application framework that uses the most appropriate and modern programming technologies available. Here is a list of some of the major features which you will find in MacApp Release 14:
  6851. * Support for building applications which run on Mac OS X and under Carbon Lib.
  6852. * Continued adoption of "modern" C++ language features with an emphasis on the Standard Templat
  6853. pe portion of the C++ Standard Library 
  6854. * Additional abstractions of formerly 'heavy weight' classes leading to an ever more modular design, as exhibited in new lighter weight classes found in the Apple Class Suites (ACS) 
  6855. * Support for building MacApp-based applications which run under Mac OS X and CarbonLib 
  6856. * Other Fixes and enhancements 
  6857. * Quality considerations 
  6858. Install MacApp R14a1K
  6859. Apr 00L
  6860. Sep 00
  6861. A8Mac OS 8 or later, including Mac OS X.  68020 or better.
  6862. of very similar sizes, you can't get a useful display of the fields. Since it's common to have variably sized columns of data with most user interface designs, developers often decide not to add additional information to an existing single column list due to the amount of work involved.  While working around this limitation directly within the current List Manager is not practical, there is another approach developers can take. This LDEF supports tabbed text within a single List Manager co
  6863. blumn, which allows you to add additional fields or columns to their user interfaces quickly and easily.
  6864. It also demonstrates:
  6865. -A list definition implementation.
  6866. -A technique to help you debug stand-alone code.
  6867. -An example of how to build a safe fat resource.
  6868. -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  6869. better
  6870. version
  6871. launchwithdoc
  6872. buffed
  6873. version
  6874. snapshot
  6875. example
  6876. super
  6877. snapshot
  6878. illustration
  6879. intrinsic
  6880. styles
  6881. on. Although the Object Support Library will resolve complex AppleScript clauses for you, if you take on some of the work yourself the performance gains can be dramatic.
  6882. Getting Started With OpenDoc Storage by Vincent Lo. OpenDoc storage is a departure from what you
  6883. re used to: it needs to support storing different kinds of 
  6884. data, written by different part editors, in the same file or container.
  6885. Sound Secrets by Kip Olson. These less obvious features of the Sound Manager will help improve your application
  6886. s use of sound.
  6887. Guidelines for Effective Alerts by Paige K. Parsons. This article elaborates and expands on the guidelines for the consistent and correct usage of alerts.
  6888. Printing Images Faster With Data Compression by David Gelphman. PostScript Level 2 printers can accept JPEG-compressed image data direct
  6889. f--set theItem to choose file -- uncomment to test in an AS editor
  6890.     tell application "Finder"
  6891.         open item "Dev.CD Jun 97 SSW"
  6892.         activate
  6893.     end tell
  6894. on error errMsg number errNum
  6895.     --enter statements to perform when no records are found such as...
  6896.     display dialog "Sorry, the item you selected could not be found."
  6897.     return
  6898. end try
  6899. All Packages
  6900. F    QuickTimeO
  6901. Dev.CD Jun 97 SSWP
  6902. Dev.CD Jun 97 SSV
  6903. 69195X
  6904. Jun 97
  6905. f--set theItem to choose file -- uncomment to test in an AS editor
  6906.     tell application "Finder"
  6907.         open item "Dev.CD Jun 97 SSW"
  6908.         activate
  6909.     end tell
  6910. on error errMsg number errNum
  6911.     --enter statements to perform when no records are found such as...
  6912.     display dialog "Sorry, the item you selected could not be found."
  6913.     return
  6914. end try
  6915. All Packages
  6916. F    QuickTimeO
  6917. Dev.CD Jun 97 SSWP
  6918. Dev.CD Jun 97 SSV
  6919. 69196X
  6920. Jun 97
  6921. nvert
  6922. investment
  6923. iostreams
  6924. uldn't that be cool? You shou
  6925. 69131X
  6926. Jan 94
  6927. p--set theItem to choose file -- uncomment to test in an AS editor
  6928.     tell application "Finder"
  6929.         open item "Dev.CD Jan 94
  6930. Dev.CD Oct 93"
  6931.         activate
  6932.     end tell
  6933. on error errMsg number errNum
  6934.     --enter statements to perform when no records are found such as...
  6935.     display dialog "Sorry, the item you selected could not be found."
  6936.     return
  6937. end try
  6938. All Packages
  6939. F    QuickTimeO
  6940. Dev.CD Jan 94
  6941. Dev.CD Oct 93P
  6942. Dev.CD Jan 94
  6943. Dev.CD Oct 9V
  6944. 69132X
  6945. Jan 94
  6946. p--set theItem to choose file -- uncomment to test in an AS editor
  6947.     tell application "Finder"
  6948.         open item "Dev.CD Jan 94
  6949. Dev.CD Oct 93"
  6950.         activate
  6951.     end tell
  6952. on error errMsg number errNum
  6953.     --enter statements to perform when no records are found such as...
  6954.     display dialog "Sorry, the item you selected could not be found."
  6955.     return
  6956. end try
  6957. All Packages
  6958. F    QuickTimeO
  6959. Dev.CD Jan 94P
  6960. Dev.CD Jan 9V
  6961. 69133X
  6962. Jan 94
  6963. rapid
  6964. raster
  6965. Nov/Dec 92M5Any Macintosh, This package is System 7.0 compatible.OEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  6966.  - Tool Chest
  6967.  - Testing & Debugging
  6968.  - General toolserror errMsg number errNum
  6969.     --enter statements to perform when no records are found such as...
  6970.     display dialog "Sorry, the item you selected could not be found."
  6971.     return
  6972. end try
  6973. plication
  6974. demonstrating
  6975. live365
  6976. living
  6977. llama
  6978. lloyd
  6979. driver
  6980. utility
  6981. driver
  6982. writers
  6983. load/dump
  6984. loaded
  6985. loading
  6986. loads
  6987. local
  6988. locale
  6989. locale-insensitive
  6990. locale-sensitive
  6991. locales
  6992. localizable
  6993. localization
  6994. localize
  6995. localized
  6996. All Packages
  6997. System Enabler 111 (PB 160/180)O
  6998. Dev.CD Apr 93P
  6999. Dev.CD Apr 9V
  7000. 69583X
  7001. Apr 93
  7002. b--set theItem to choose file -- uncomment to test in an AS editor
  7003.     tell application "Finder"
  7004.         open item "Dev.CD Apr 93"
  7005.         activate
  7006.     end tell
  7007. on error errMsg number errNum
  7008.     --enter statements to perform when no records are found such as...
  7009.     display dialog "Sorry, the item you selected could not be found."
  7010.     return
  7011. end try
  7012. All Packages
  7013. System Enabler 111 (PB 160/180)O
  7014. Dev.CD Apr 93P
  7015. Dev.CD Apr 9V
  7016. 69584X
  7017. Apr 93
  7018. b--set theItem to choose file -- uncomment to test in an AS editor
  7019.     tell application "Finder"
  7020.         open item "Dev.CD Apr 93"
  7021.         activate
  7022.     end tell
  7023. on error errMsg number errNum
  7024.     --enter statements to perform when no records are found such as...
  7025.     display dialog "Sorry, the item you selected could not be found."
  7026.     return
  7027. end try
  7028. All Packages
  7029. 69585X
  7030. createcopy
  7031. createcopy
  7032. createcustomicon
  7033. createcustomicon
  7034. createdirwcusticon
  7035. createdirwcusticon
  7036. createdirwcusticon
  7037. createdirwcusticon
  7038. createdirwcusticon
  7039. createdirwcusticon
  7040. createfolder
  7041. createfolder
  7042. createmenuhelp
  7043. createmenuhelp
  7044. createmovie
  7045. createmovie
  7046. createmovie
  7047. createmovie
  7048. createmovie
  7049. createmovie
  7050. createmovie
  7051. createpictfile
  7052. createpictfile
  7053. createthumbnail
  7054. createthumbnail
  7055. creating
  7056. creating
  7057. creating
  7058. pippin
  7059. cdroms
  7060. creation
  7061. creator
  7062. changer
  7063. project
  7064. creator
  7065. registration
  7066. creditsbox
  7067. creditsbox
  7068. crsrdev
  7069. crsrdev
  7070. cslidercontrol
  7071. cslidercontrol
  7072. cslidercontrol
  7073. cslidercontrol
  7074. All Packages
  7075. System 7 Tune-UpO
  7076. Dev.CD Apr 92
  7077. Dev.CD Mar 92P
  7078. Dev.CD Apr 92
  7079. Dev.CD Mar 9V
  7080. 69398X
  7081. Apr 92
  7082. p--set theItem to choose file -- uncomment to test in an AS editor
  7083.     tell application "Finder"
  7084.         open item "Dev.CD Apr 92
  7085. Dev.CD Mar 92"
  7086.         activate
  7087.     end tell
  7088. on error errMsg number errNum
  7089.     --enter statements to perform when no records are found such as...
  7090.     display dialog "Sorry, the item you selected could not be found."
  7091.     return
  7092. end try
  7093. All Packages
  7094. System 7 Tune-UpO
  7095. Dev.CD Apr 92
  7096. Dev.CD Mar 92P
  7097. Dev.CD Apr 92
  7098. Dev.CD Mar 9V
  7099. 69399X
  7100. Apr 92
  7101. p--set theItem to choose file -- uncomment to test in an AS editor
  7102.     tell application "Finder"
  7103.         open item "Dev.CD Apr 92
  7104. Dev.CD Mar 92"
  7105.         activate
  7106.     end tell
  7107. on error errMsg number errNum
  7108.     --enter statements to perform when no records are found such as...
  7109.     display dialog "Sorry, the item you selected could not be found."
  7110.     return
  7111. end try
  7112. 68783X
  7113. Nov 00^    TC Disk 1b
  7114. Revised
  7115. --set theItem to choose file -- uncomment to test in an AS editor
  7116.     tell application "Finder"
  7117.         open item "Dev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ 2.2.3 Debug:"
  7118.         activate
  7119.     end tell
  7120. on error errMsg number errNum
  7121.     --enter statements to perform when no records are found such as...
  7122.     display dialog "Sorry, the item you selected could not be found."
  7123.     return
  7124. end try
  7125. Updatedf%MRJ
  7126. MRJ Debug
  7127. Debug
  7128. Java SDKo
  7129. http://developer.apple.com/sdkq
  7130. Dev.CD Nov 00 TC Disk 1
  7131. All Packages
  7132. New & RevisedF
  7133. MRJ2.2.3 Redistribution SDK
  7134.     document describes how to convert between XML property lists and objects of compatible Core Foundation types.
  7135. Core Foundation StringServices [NEW]
  7136. --------------------------- 
  7137. This document describes how the Unicode storage of character data is optimized. It also shows how to convert strings between encodings and perform other operations with string o
  7138. --set theItem to choose file -- uncomment to test in an AS editor
  7139.     tell application "Finder"
  7140.         open item "Dev.CD Apr 94
  7141. Dev.CD Jan 94
  7142. Dev.CD Oct 93
  7143. Dev.CD Jul 93
  7144. Dev.CD Apr 93"
  7145.         activate
  7146.     end tell
  7147. on error errMsg number errNum
  7148.     --enter statements to perform when no records are found such as...
  7149.     display dialog "Sorry, the item you selected could not be found."
  7150.     return
  7151. end try
  7152. lor tables associated with the GWorlds. The GWorlds were created as described below.  One commonly asked question is how to use a palette when drawing into a GWorld. The trick is understanding that while setting a on error errMsg number errNum
  7153.     --enter statements to perform when no records are found such as...
  7154.     display dialog "Sorry, the item you selected could not be found."
  7155.     return
  7156. end try
  7157. All Packages
  7158. System 7.5 Update 1.0O
  7159. Dev.CD Jul 95P
  7160. Dev.CD Jul 9V
  7161. 62936X
  7162. Jul 95
  7163. frameY
  7164. frame-by-frame
  7165. frames
  7166. framework-based
  7167. frameworks
  7168. francois
  7169. franke
  7170. free_
  7171. freed
  7172. freeing
  7173. freely
  7174. freeware
  7175. french
  7176. frequently
  7177. fresh
  7178. friend
  7179. friendly
  7180. friends
  7181. from_
  7182. 69292X
  7183. Feb 99^
  7184. --set theItem to choose file -- uncomment to test in an AS editor
  7185.     tell application "Finder"
  7186.         open item "Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:"
  7187.         activate
  7188.     end tell
  7189. on error errMsg number errNum
  7190.     --enter statements to perform when no records are found such as...
  7191.     display dialog "Sorry, the item you selected could not be found."
  7192.     return
  7193. end try
  7194. e    No Changef
  7195. engine
  7196. Internet
  7197. Sherlockq
  7198. Dev.CD Feb 99 TC
  7199. All Packages
  7200. ShimmerMate 2.0.1
  7201. nSummary: This latest version of ShimmerMate names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel (System 7.x systems only).
  7202. Features: Names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel
  7203. Issues: These libraries and tools are not supported Apple products.
  7204. Virtual User tools.imgK
  7205. Jan 93V
  7206. 69293X
  7207. 1e    No Change
  7208. g4utilities
  7209. g4utilities
  7210. basics
  7211. bbedit
  7212. bbedit
  7213. extensions
  7214. bbedit
  7215. bbedit
  7216. quickstart
  7217. bcdemo
  7218. bcdemo
  7219. bcdemo
  7220. bcengine
  7221. bcengine
  7222. bcengine
  7223. before
  7224. buildingZ
  7225. building
  7226. samplesZ
  7227. buildxcmd
  7228. byrne's
  7229. byrne's
  7230. xcmds&xfcns
  7231. calcit
  7232. callhyper
  7233. callhyper
  7234. capturing
  7235. carbonprefixr
  7236. carbonprefix
  7237. carbonresr
  7238. carbonres
  7239. rsrcr
  7240. cd-romw
  7241. change
  7242. change
  7243. history
  7244. change
  7245. history
  7246. changesj
  7247. check
  7248. check
  7249. autoguest
  7250. client
  7251. codev
  7252. codecs
  7253. codewarrior
  7254. codewarrior
  7255. coercionc
  7256. coercionsf
  7257. cicn@
  7258. produces
  7259. template
  7260. building
  7261. balloon
  7262. into@
  7263. thoughts@
  7264. thrive@
  7265. tilde-tilde@
  7266. times@
  7267. support
  7268. sales
  7269. products
  7270. apple
  7271. conjunction
  7272. tobias@
  7273. together@
  7274. toolbox@
  7275. top-selling@
  7276. trade@
  7277. translations@
  7278. trash-emptying@
  7279. tree@
  7280. tune@
  7281. two-way@
  7282. type@
  7283. ulaw@
  7284. under
  7285. system
  7286. finder
  7287. switches
  7288. black&white
  7289. versio@
  7290. universal@
  7291. unmounted/mounted@
  7292. update-based@
  7293. updating@
  7294. usage@
  7295. used@
  7296. useful@
  7297. user's@
  7298. uses@
  7299. using@
  7300. v2.0.4@
  7301. validator@
  7302. vary@
  7303. verify@
  7304. version
  7305. windowed
  7306. allows
  7307. creation
  7308. vertical@
  7309. videobottlenecks@
  7310. visit@
  7311. volumemount@
  7312. walk@
  7313. we're@
  7314. were@
  7315. aegizmos@
  7316. when@
  7317. Jan 95
  7318. --set theItem to choose file -- uncomment to test in an AS editor
  7319.     tell application "Finder"
  7320.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Publication Guides:"
  7321.         activate
  7322.     end tell
  7323. on error errMsg number errNum
  7324.     --enter statements to perform when no records are found such as...
  7325.     display dialog "Sorry, the item you selected could not be found."
  7326.     return
  7327. end try
  7328. lities
  7329. facility
  7330. facing
  7331. falkenburg
  7332. fall{
  7333. familiar
  7334. families
  7335. family{
  7336. fancy
  7337. faqs{
  7338. farther
  7339. fast{
  7340. faster{
  7341. fastest
  7342. fatbits
  7343. fault
  7344. favorite
  7345. favourite
  7346. fcode
  7347. fcompressimage
  7348. feature^
  7349. driver's
  7350. drivergestalt
  7351. drivergestalt
  7352. simple
  7353. example
  7354. drivergestaltexplore
  7355. drivergestaltexplore
  7356. sample
  7357. showing
  7358. driverloaderlib
  7359. driverse
  7360. drives
  7361. application
  7362. which
  7363. designed
  7364. dropB
  7365. dropdisk
  7366. droplet
  7367. dropouts
  7368. dropped
  7369. dropping
  7370. dropprint
  7371. dropprint
  7372. demonstrates
  7373. method
  7374. identifying
  7375. attached
  7376. drops
  7377. dsp/opengl
  7378. dspcontext
  7379. dspgetversion
  7380. dspuserselectcontext
  7381. dstspec
  7382. carbon
  7383. carbonlib
  7384. carbon
  7385. manager
  7386. carbon
  7387. quicktime
  7388. graphicimporter
  7389. print
  7390. carbonlib
  7391. cardbus
  7392. cardbus
  7393. pcmcia
  7394. cd-rom
  7395. cd-rom
  7396. audio
  7397. tracker
  7398. control
  7399. center
  7400. centerrectinrect
  7401. centerwindow
  7402. cfallocator
  7403. PNDev.CD Nov 00 TC Disk 1
  7404.  - Sample Code
  7405.  - Human Interface Toolbox
  7406.  - HierMenusV
  7407. 68590X
  7408. Nov 00^    TC Disk 1
  7409. --set theItem to choose file -- uncomment to test in an AS editor
  7410.     tell application "Finder"
  7411.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:HierMenus:"
  7412.         activate
  7413.     end tell
  7414. on error errMsg number errNum
  7415.     --enter statements to perform when no records are found such as...
  7416.     display dialog "Sorry, the item you selected could not be found."
  7417.     return
  7418. end try
  7419. e    No Changef
  7420. hierarchical
  7421. menusq
  7422. Dev.CD Nov 00 TC Disk 1
  7423. All Packages
  7424. HITEC (super front end to VU)
  7425. 68591X
  7426. form when no records are found such as...
  7427.     display dialog "Sorry, the item you selected could not be found."
  7428.     return
  7429. end try
  7430. New Packagef
  7431. QuickTime
  7432. Spriteso&http://developer.apple.com/samplecode/q
  7433. Dev.CD Nov 00 TC Disk 2
  7434. All Packages
  7435. New & RevisedF
  7436. DesktopSprites
  7437. howtohideapp
  7438. howtohideapp
  7439. ppcbrowseroverride
  7440. ppcbrowseroverride
  7441. ppcbrowseroverride
  7442. ppclist
  7443. ppclist
  7444. ppcnumerics
  7445. ppcsicn
  7446. ppcsicn
  7447. ppcsimpletext
  7448. ppcsimpletext
  7449. ppcsoftware
  7450. ppctoolboxkeychain
  7451. ppctoolboxkeychain
  7452. ppctoolboxkeychain
  7453. ppctoolboxkeychain
  7454. ppctoolboxkeychain
  7455. ev.CD Nov 00 TC Disk 1:Sample Code:Files:AsyncPB:P:Dev.CD Nov 00 TC Disk 1
  7456.  - Sample Code
  7457.  - Files
  7458.  - AsyncPBV
  7459. 66675X
  7460. Nov 00^    TC Disk 1
  7461. --set theItem to choose file -- uncomment to test in an AS editor
  7462.     tell application "Finder"
  7463.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:AsyncPB:"
  7464.         activate
  7465.     end tell
  7466. on error errMsg number errNum
  7467.     --enter statements to perform when no records are found such as...
  7468.     display dialog "Sorry, the item you selected could not be found."
  7469.     return
  7470. end try
  7471. e    No Change
  7472. !e    No Changef
  7473. QuickTime
  7474. Dev.CD Nov 00 TC Disk 2
  7475. All Packages
  7476. ImportExportMovieI
  7477. This application is not intended to be an example of a good user interface. It provides main options. The first allows you to import file into a QuickTime movie. The other allows you to export data from a QuickTime movie into various file types.
  7478. JlImportExportMovie
  7479. ImportExportMovie Read Me
  7480. ImportExportMovie 
  7481. ImportExportMovie 
  7482. .rsrc
  7483. ImportExportMovie.cM    QuickTimeN
  7484. QuickTime, import, exportOXDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:ImportExportMovie:PcDev.CD Nov 00 TC Disk 2
  7485.  - Sample Code
  7486.  - QuickTime
  7487.  - Importers and Exporters
  7488.  - ImportExportMovieV
  7489. 68617X
  7490. Nov 00^    TC Disk 2
  7491. e    No Change
  7492. c, such as 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. Also indicates if any pairs have been installed properly to enable interleaving.
  7493. Includes source code so that Developers can incorporate the code into their own program.
  7494. Issues: This program only runs 
  7495. trade
  7496. trade-offs
  7497. trademark
  7498. tradition
  7499. traditional
  7500. traffic
  7501. trained
  7502. training{
  7503. traits
  7504. transaction
  7505. transfer
  7506. transferred
  7507. transferring
  7508. transfers
  7509. transform
  7510. transformation
  7511. transformations
  7512. transition
  7513. translate
  7514. translated
  7515. translaterotate
  7516. translaterotate
  7517. two-dimensional
  7518. translation
  7519. rotatio
  7520. translates
  7521. translation
  7522. transport's
  7523. transports
  7524. trapavailable
  7525. trapped
  7526. trapping
  7527. traps
  7528. trash
  7529. &Summary:  ZapTCP provides a safety net for MacTCP developers.  It automatically cleans up TCP streams that are left dangling when your application quits unexpectedly.  This prevents a lot of restarting during MacTCP development.
  7530. Version 1.2.1 renders the extension benign under Open Transport.
  7531. About ZapTCP
  7532. ZapTCPK
  7533. Vol IXL
  7534. Sep 96M3Any system with MacTCP or Open Transport installed.N(MacTCP development Open Transport ZapTCPOBDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:ZapTCP 1.2.1:PMDev.CD Nov 00 TC Disk 1
  7535.  - Tool Chest
  7536.  - Networking
  7537.  - MacTCP
  7538.  - ZapTCP 1.2.1
  7539. demonstrates
  7540. opencheckedout@
  7541. optimized@
  7542. oracle@
  7543. others@
  7544. outlines@
  7545. paint@
  7546. particular@
  7547. pasmatit@
  7548. performa@
  7549. photograph@
  7550. platform@
  7551. plug-in@
  7552. portrait@
  7553. power@
  7554. powerpc-based@
  7555. preparememoryforio@
  7556. presents@
  7557. prgeneral@
  7558. privileges@
  7559. product@
  7560. profile@
  7561. programs@
  7562. 68703X
  7563. Aug 00^    TC Disk 1
  7564. --set theItem to choose file -- uncomment to test in an AS editor
  7565.     tell application "Finder"
  7566.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R14a1:"
  7567.         activate
  7568.     end tell
  7569. on error errMsg number errNum
  7570.     --enter statements to perform when no records are found such as...
  7571.     display dialog "Sorry, the item you selected could not be found."
  7572.     return
  7573. end try
  7574. Deletedf?MacApp
  7575. Framework
  7576. Object-oriented
  7577. C++ Standard Library
  7578. CarbonLib
  7579. /A1ftp://ftp.apple.com//developer/Tool_Chest/MacApp/
  7580. Dev.CD Aug 00 TC Disk 1
  7581. All Packages
  7582. F    MacBinary
  7583. 68704X
  7584. Draw GX
  7585.     [a] The handling of 'iconPosition' in 'MFE_DragLow' is buggy. [b] Finder doesn't handle this pparameter properly. The practical effect is that the icon lands in an uunpredictable position in the destination folder window. 
  7586. [2] Some FinderEvents result in Finder behavior which doesn't work well unles
  7587. 68264X
  7588. Oct 00^
  7589. --set theItem to choose file -- uncomment to test in an AS editor
  7590.     tell application "Finder"
  7591.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Guide:"
  7592.         activate
  7593.     end tell
  7594. on error errMsg number errNum
  7595.     --enter statements to perform when no records are found such as...
  7596.     display dialog "Sorry, the item you selected could not be found."
  7597.     return
  7598. end try
  7599. e    No Changef
  7600. Apple Guide
  7601. Help Systemsq
  7602. Dev.CD Oct 00 SDK1
  7603. BD!All Packages
  7604. Mac OS SDK Edition
  7605. Apple Help SDK 1.0
  7606. The contents of this SDK enable developers to create html based help files that can be used with the Apple Help on Mac OS 8.6 or later systems.  The SDK contains the Apple Help documentation, the tools necessary to create Sherlock type indexes, example help files and a tutorial.
  7607. This is the initial release of the Apple Help SDK and is compatible with Mac OS 8.6 and later systems.
  7608. Apple Help SDK.smiK
  7609. Oct 99M
  7610. Mac OS 8.6 or later systems
  7611. tilde-tilde
  7612. tiles
  7613. timef
  7614. time-based
  7615. time-consuming
  7616. timebase
  7617. timecode
  7618. timed
  7619. timers
  7620. timertst
  7621.     No Changef    print
  7622. Dev.CD Nov 00 TC Disk 2
  7623. All Packages
  7624. DSApplet
  7625. [This applet demonstrates how to stream an movie from the server and create a sprite from it. It defines MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite. Its preferred that you create an archive of the classes directory when if you wish to put the applet on the web server.
  7626. ;about AppearanceSample.rsrc
  7627. AppearanceHelpers.c
  7628. AppearanceHelpers.h
  7629. AppearanceSample.rsrc
  7630. Assertions.h
  7631. AuntieDialog.cp
  7632. AuntieDialog.h
  7633. AuntieDialog.html
  7634. AuntieDialogDemo.c
  7635. AuntieDialogDemo.mcp
  7636. AuntieDialogDemo.rsrc
  7637. AuntieDialogDemoClassic
  7638. AuntieDialogPrefixCarbon
  7639. AuntieDialogPrefixInterfaceLib
  7640. MoreCarbonAccessors.c
  7641. , the item you selected could not be found."
  7642.     return
  7643. end try
  7644. All Packages
  7645. System Enabler 111 (PB 160/180)O
  7646. Dev.CD Apr 93P
  7647. Dev.CD Apr 9V
  7648. 67961X
  7649. Apr 93
  7650. b--set theItem to choose file -- uncomment to test in an AS editor
  7651.     tell application "Finder"
  7652.         open item "Dev.CD Apr 93"
  7653.         activate
  7654.     end tell
  7655. on error errMsg number errNum
  7656.     --enter statements to perform when no records are found such as...
  7657.     display dialog "Sorry, the item you selected could not be found."
  7658.     return
  7659. end try
  7660. All Packages
  7661. System Enabler 111 (PB 160/180)O
  7662. Dev.CD Apr 93P
  7663. Dev.CD Apr 9V
  7664. 67962X
  7665. Apr 93
  7666. writers
  7667. All Packages
  7668. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  7669. Dev.CD Jan 94
  7670. Dev.CD Oct 93
  7671. Dev.CD Jul 93P6Dev.CD Apr 94
  7672. Dev.CD Jan 94
  7673. Dev.CD Oct 93
  7674. Dev.CD Jul 9V
  7675. 69620X
  7676. Apr 94
  7677. --set theItem to choose file -- uncomment to test in an AS editor
  7678.     tell application "Finder"
  7679.         open item "Dev.CD Apr 94
  7680. Dev.CD Jan 94
  7681. Dev.CD Oct 93
  7682. Dev.CD Jul 93"
  7683.         activate
  7684.     end tell
  7685. on error errMsg number errNum
  7686.     --enter statements to perform when no records are found such as...
  7687.     display dialog "Sorry, the item you selected could not be found."
  7688.     return
  7689. end try
  7690. All Packages
  7691. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  7692. Dev.CD Jan 94
  7693. Dev.CD Oct 93P(Dev.CD Apr 94
  7694. Dev.CD Jan 94
  7695. Dev.CD Oct 9V
  7696. 69621X
  7697. Apr 94
  7698. integer
  7699. integral
  7700. integrate
  7701. integrated
  7702. integrates
  7703. integrating
  7704. integrating
  7705. computer-based
  7706. media
  7707. broadcast
  7708. environment
  7709. integration
  7710. integrator
  7711. --set theItem to choose file -- uncomment to test in an AS editor
  7712.     tell application "Finder"
  7713.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ControlStripSample:"
  7714.         activate
  7715.     end tell
  7716. on error errMsg number errNum
  7717.     --enter statements to perform when no records are found such as...
  7718.     display dialog "Sorry, the item you selected could not be found."
  7719.     return
  7720. end try
  7721. Draw bottleneck procedure which works in both GrafPorts and CGraf
  7722. Ports. {-> DisassemblePictures <-}
  7723.  Example of finding the deepest device and placing  a window on it.
  7724. DeepScreen Picker:  This sample shows how to slam and center the Color Picker dialog onto the deepest device when 32 Bit QuickDraw is not available.
  7725. Direct Pixel Access:  This snippet shows one example of how to directly change the pixel values stored in a pixel image.
  7726. DirectSetEntries:  This sample demonstrates the use of DirectSetEntries to remap colors on a direct device.
  7727. DrawLin
  7728. Jd1006 - Intro to MLTE.pdf
  7729. MLTE_Hands-on
  7730. MLTESampleCarbon
  7731. MultiLingualTextEditor1.1.pdf
  7732. TEtoMLTESampleL
  7733. Jul 00N
  7734. Multilingual, MLTE, Text EditorO4Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MLTE SDK:P<Dev.CD Oct 00 SDK1
  7735.  - Development Kits
  7736.  - Mac OS
  7737.  - MLTE SDKV
  7738. 68787X
  7739. Oct 00^
  7740. --set theItem to choose file -- uncomment to test in an AS editor
  7741.     tell application "Finder"
  7742.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MLTE SDK:"
  7743.         activate
  7744.     end tell
  7745. on error errMsg number errNum
  7746.     --enter statements to perform when no records are found such as...
  7747.     display dialog "Sorry, the item you selected could not be found."
  7748.     return
  7749. end try
  7750. e    No Changef
  7751. Multilingual
  7752. Text Editorq
  7753. Dev.CD Oct 00 SDK1
  7754. All Packages
  7755. Multimedia Standards ReportsI9Summary: A collection of reports on multimedia standards.K
  7756. Mar 92V
  7757. 68788X
  7758. 1e    No Change
  7759.  dialog "Sorry, the item you selected could not be found."
  7760.     return
  7761. end try
  7762. All Packages
  7763. MakeFile
  7764. ReadMe
  7765. ScrollingTextUserPane
  7766. ScrollingTextUserPane.c
  7767. ScrollingTextUserPane.h
  7768. ScrollingTextUserPane.prj
  7769. ScrollingTextUserPane.r
  7770. ScrollingTextUserPane.rsrc
  7771. STUPControl.c
  7772. STUPControl.hM    CarbonLibNWscrolling edit text items, scrolling, text, user pane, user pane items, control managerOODev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ScrollingEditField:PWDev.CD Nov 00 TC Disk 1
  7773.  - Sample Code
  7774.  - Human Interface Toolbox
  7775.  - ScrollingEditFieldV
  7776. 69259X
  7777. Nov 00^    TC Disk 1
  7778. --set theItem to choose file -- uncomment to test in an AS editor
  7779.     tell application "Finder"
  7780.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ScrollingEditField:"
  7781.         activate
  7782.     end tell
  7783. on error errMsg number errNum
  7784.     --enter statements to perform when no records are found such as...
  7785.     display dialog "Sorry, the item you selected could not be found."
  7786.     return
  7787. end try
  7788. e    No Changeo&http://developer.apple.com/samplecode/
  7789. popuptkl
  7790. 69364X
  7791. Nov 99^
  7792. r--set theItem to choose file -- uncomment to test in an AS editor
  7793.     tell application "Finder"
  7794.         open item "Dev.CD Nov 99 TC:Sample Code:"
  7795.         activate
  7796.     end tell
  7797. on error errMsg number errNum
  7798.     --enter statements to perform when no records are found such as...
  7799.     display dialog "Sorry, the item you selected could not be found."
  7800.     return
  7801. end try
  7802. DeletedfDCustomGetFile
  7803. CustomPutFile
  7804. dialog
  7805. select
  7806. folder
  7807. balloon
  7808. appendq
  7809. Dev.CD Nov 99 TC
  7810. All Packages
  7811. StandardFileIcons
  7812. 69365X
  7813. neral-purpose
  7814. geoport{
  7815. german
  7816. germany
  7817. gestaltB
  7818. gestaltequ
  7819. gestalticonutilities
  7820. gestalttable
  7821. events
  7822. needs
  7823. events
  7824. get1resource
  7825. getdraghilite
  7826. gethideonswitch
  7827. glance
  7828. +PeDev.CD Nov 00 TC Disk 2
  7829.  - Sample Code
  7830.  - QuickTime
  7831.  - Importers and Exporters
  7832.  - Inside Mac ICM CodeV
  7833. 68626X
  7834. Nov 00^    TC Disk 2
  7835. --set theItem to choose file -- uncomment to test in an AS editor
  7836.     tell application "Finder"
  7837.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:Inside Mac ICM Code:"
  7838.         activate
  7839.     end tell
  7840. on error errMsg number errNum
  7841.     --enter statements to perform when no records are found such as...
  7842.     display dialog "Sorry, the item you selected could not be found."
  7843.     return
  7844. end try
  7845. e    No Changef
  7846. QuickTime
  7847. image compressionq
  7848. Dev.CD Nov 00 TC Disk 2
  7849. All Packages
  7850. Inside Mac Movie TB CodeI+Inside Macintosh Movie Toolbox sample code.JQCreate(PPC)
  7851. make.rsrc
  7852. Movie File
  7853. mtb.c
  7854. mtb.h
  7855. MTB.mcp
  7856. Play1(PPC)
  7857. Play2(PPC)
  7858. READMEM    QuickTimeN
  7859. QuickTime, movie, toolbox
  7860. ONDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:Inside Mac Movie TB Code:V
  7861. 68627X
  7862. 1e    No Change
  7863. virtual
  7864. 69331X
  7865. Nov 99^
  7866. r--set theItem to choose file -- uncomment to test in an AS editor
  7867.     tell application "Finder"
  7868.         open item "Dev.CD Nov 99 TC:Sample Code:"
  7869.         activate
  7870.     end tell
  7871. on error errMsg number errNum
  7872.     --enter statements to perform when no records are found such as...
  7873.     display dialog "Sorry, the item you selected could not be found."
  7874.     return
  7875. end try
  7876. Deletedq
  7877. Dev.CD Nov 99 TC
  7878. D!All Packages
  7879. Tool Chest Edition
  7880. Snippets - QuickDraw
  7881. (** = new, * = revised)
  7882. AlternateBufferDisplay:  Shows that copybits along with offscreen bitmaps can emulate alternating buffer displays at a reasonable rate.
  7883. Band Copying, the Sequel:  Under low memory conditions, it's often necessary to draw an image by individual bands rather than to draw the entire image at once, and in most cases this method works fine unless the image requires dithering from its source to its destination.   The purpose of this app is to show the problem that may oChange
  7884. ooptesample
  7885. opaque
  7886. opaque
  7887. types
  7888. firmware
  7889. systems
  7890.  errNum
  7891.     --enter statements to perform when no records are found such as...
  7892.     display dialog "Sorry, the item you selected could not be found."
  7893.     return
  7894. end try
  7895. drawline
  7896. drawline
  7897. drawline
  7898. drawsprocket
  7899. drawsprocket
  7900. drawsprocket
  7901. drawsprocket
  7902. release
  7903. notes
  7904. drawsprocket
  7905. drawsprocketlib
  7906. drawsprockettest
  7907. drawsprockettest
  7908. drawsprockettest
  7909. drawsprockettest
  7910. drawtextcodec
  7911. drawtextcodec
  7912. drawtextcodec
  7913. drawtextcodec
  7914. drawtextcomponent
  7915. drawtextcomponent
  7916. drawtextcompress
  7917. drawtextcompress
  7918. drawtextdecompress
  7919. drawtextdecompress
  7920. OTDev.CD Sep 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:P\Dev.CD Sep 00 RL Disk 1
  7921.  - Technical Documentation
  7922.  - Human Interface
  7923.  - MacOS8DocumentationV
  7924. 68717X
  7925. Sep 00^    RL Disk 1
  7926. --set theItem to choose file -- uncomment to test in an AS editor
  7927.     tell application "Finder"
  7928.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:"
  7929.         activate
  7930.     end tell
  7931. on error errMsg number errNum
  7932.     --enter statements to perform when no records are found such as...
  7933.     display dialog "Sorry, the item you selected could not be found."
  7934.     return
  7935. end try
  7936. e    No Changef#Mac OS 8
  7937. Human Interface Guidelinesq
  7938. Dev.CD Sep 00 RL Disk 1
  7939. All Packages
  7940. MacsBug 6.6
  7941. 68718X
  7942. ry & Plugins
  7943. Sample CodeK
  7944. Nov 98L
  7945. Dec 99MeFor development purposes, this software requires a PowerPC running system software Mac OS 9 or later.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:s3utils
  7946. ts3window
  7947. ~--set theItem to choose file -- uncomment to test in an AS editor
  7948.     tell application "Finder"
  7949.         open item "Dev.CD Apr 94
  7950. Dev.CD Jan 94
  7951. Dev.CD Oct 93"
  7952.         activate
  7953.     end tell
  7954. on error errMsg number errNum
  7955.     --enter statements to perform when no records are found such as...
  7956.     display dialog "Sorry, the item you selected could not be found."
  7957.     return
  7958. end try
  7959. 68823X
  7960. Nov 00^    TC Disk 2
  7961. --set theItem to choose file -- uncomment to test in an AS editor
  7962.     tell application "Finder"
  7963.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:OOPTESample:"
  7964.         activate
  7965.     end tell
  7966. on error errMsg number errNum
  7967.     --enter statements to perform when no records are found such as...
  7968.     display dialog "Sorry, the item you selected could not be found."
  7969.     return
  7970. end try
  7971. e    No Changef;TESample
  7972. Objec Oriented
  7973. Object Pascal
  7974. Framework
  7975. OOPTESampleq
  7976. Dev.CD Nov 00 TC Disk 2
  7977. All Packages
  7978. Open TransportO
  7979. Dev.CD Jun 97 SSWP
  7980. Dev.CD Jun 97 SSV
  7981. 68824X
  7982. Jun 97
  7983. f--set theItem to choose file -- uncomment to test in an AS editor
  7984.     tell application "Finder"
  7985.         open item "Dev.CD Jun 97 SSW"
  7986.         activate
  7987.     end tell
  7988. on error errMsg number errNum
  7989.     --enter statements to perform when no records are found such as...
  7990.     display dialog "Sorry, the item you selected could not be found."
  7991.     return
  7992. end try
  7993. whats@
  7994. windoidrez
  7995. windstuff
  7996. bject
  7997. ObjectCode
  7998. Resources
  7999. Scrapbook File
  8000. SourceK
  8001. Vol VL
  8002. Vol VIIIM
  8003. Color QuickDrawNGBitblitz, CopyBits, CopyMask, CopyDeepMask, GWorld, NewGWorld, GraphicsO:Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw:Bitblitz 1.0:PBDev.CD Nov 00 TC Disk 1
  8004.  - Tool Chest
  8005.  - QuickDraw
  8006.  - Bitblitz 1.0V
  8007. 66697X
  8008. Nov 00^    TC Disk 1
  8009. --set theItem to choose file -- uncomment to test in an AS editor
  8010.     tell application "Finder"
  8011.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw:Bitblitz 1.0:"
  8012.         activate
  8013.     end tell
  8014. on error errMsg number errNum
  8015.     --enter statements to perform when no records are found such as...
  8016.     display dialog "Sorry, the item you selected could not be found."
  8017.     return
  8018. end try
  8019. e    No ChangefABitblitz
  8020. CopyBits
  8021. CopyMask
  8022. CopyDeepMask
  8023. GWorld
  8024. NewGWorld
  8025. Graphicsq
  8026. Dev.CD Nov 00 TC Disk 1
  8027. All Packages
  8028. F    Blat dcmd
  8029. 66698X
  8030. All Packages
  8031. QuickDraw 3DO
  8032. Dev.CD Jan 96 SSWP
  8033. Dev.CD Jan 96 SSV
  8034. 69014X
  8035. Jan 96
  8036. f--set theItem to choose file -- uncomment to test in an AS editor
  8037.     tell application "Finder"
  8038.         open item "Dev.CD Jan 96 SSW"
  8039.         activate
  8040.     end tell
  8041. on error errMsg number errNum
  8042.     --enter statements to perform when no records are found such as...
  8043.     display dialog "Sorry, the item you selected could not be found."
  8044.     return
  8045. end try
  8046. All Packages
  8047. QuickDraw 3DO
  8048. Dev.CD Jan 96 SSWP
  8049. Dev.CD Jan 96 SSV
  8050. 69015X
  8051. Jan 96
  8052. f--set theItem to choose file -- uncomment to test in an AS editor
  8053.     tell application "Finder"
  8054.         open item "Dev.CD Jan 96 SSW"
  8055.         activate
  8056.     end tell
  8057. on error errMsg number errNum
  8058.     --enter statements to perform when no records are found such as...
  8059.     display dialog "Sorry, the item you selected could not be found."
  8060.     return
  8061. end try
  8062. All Packages
  8063. QuickDraw 3DO
  8064. Dev.CD Jan 96 SSWV
  8065. 69016X
  8066. program
  8067. control
  8068. access
  8069. 512-919-2645
  8070. 512-bit
  8071. 5300{
  8072. 5300c/1005300ce/1173
  8073. 58.1.5
  8074. 5thcolumnB
  8075. 6-158
  8076. 6-164
  8077. 6-bits
  8078. 6.0.4
  8079. 6.0.5
  8080. le errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  8081. QuickDraw GX Graphics
  8082. This book shows  
  8083. 68331X
  8084. Nov 00^    TC Disk 1
  8085. --set theItem to choose file -- uncomment to test in an AS editor
  8086.     tell application "Finder"
  8087.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  8088.         activate
  8089.     end tell
  8090. on error errMsg number errNum
  8091.     --enter statements to perform when no records are found such as...
  8092.     display dialog "Sorry, the item you selected could not be found."
  8093.     return
  8094. end try
  8095. e    No Changef
  8096. testing
  8097. debuggingq
  8098. Dev.CD Nov 00 TC Disk 1
  8099. All Packages
  8100. Burnt Text Sample Code
  8101. 68332X
  8102. pop-up
  8103. popular{
  8104. populatey
  8105. popupy
  8106. popupcdef
  8107. popupclicks
  8108. popupfuncs
  8109. popupmenuselect
  8110. popupmenuselectwithc
  8111. popupmenuselectwithc
  8112. demonstrates
  8113. which
  8114. memory
  8115. globals
  8116. popupmenuwithcurfont
  8117. popups
  8118. portU
  8119. --set theItem to choose file -- uncomment to test in an AS editor
  8120.     tell application "Finder"
  8121.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:"
  8122.         activate
  8123.     end tell
  8124. on error errMsg number errNum
  8125.     --enter statements to perform when no records are found such as...
  8126.     display dialog "Sorry, the item you selected could not be found."
  8127.     return
  8128. end try
  8129. internet
  8130. server
  8131.  programmatically using URLs.  Files ma
  8132. y be sent or retreived using URL Access function calls.  URL Access allows file:, http:, and ftp: based URLs.
  8133. MacFileSigning APIs allow the signing and verification of files using digital certificates.  It is possible to specify which portions of files are to be used to calculate the signature.
  8134. Any software using these libraries for the purpose of encryption will need to submit an application for one-time approval with the NSA/Commerce Department.
  8135. Dec 99
  8136. 69234X
  8137. Oct 97^
  8138. --set theItem to choose file -- uncomment to test in an AS editor
  8139.     tell application "Finder"
  8140.         open item "Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:"
  8141.         activate
  8142.     end tell
  8143. on error errMsg number errNum
  8144.     --enter statements to perform when no records are found such as...
  8145.     display dialog "Sorry, the item you selected could not be found."
  8146.     return
  8147. end try
  8148. e    No Changeq
  8149. Dev.CD Oct 97 SDK1
  8150. D!All Packages
  8151. Tool Chest Edition
  8152. Rinaldi Collection
  8153. Summary: This folder contains a wide variety of HyperCard XCMDs & XFCNs, both in French and in English. Most of them are also SuperCard compatible.
  8154. Features: Expand the capabilities of HyperCard/ SuperCard by adding many external commands and functions.
  8155. Issues: Send any comments, bug reports, suggestions to:
  8156. AppleLink: RINALDI1
  8157. CalvaCom : FR10
  8158. Compuserve : 71170,2111
  8159. Internet : RINALDI1@APPLELINK@APPLE.COM  
  8160. Deleted
  8161. xcmds&xfcns
  8162. xcoff
  8163. xfcnn
  8164. xfcns
  8165. services
  8166. xthings
  8167. shell
  8168. sample
  8169. 1.3.6
  8170. first
  8171. headers
  8172. xtnow
  8173. xtnow
  8174. yahoo
  8175. yahoo
  8176. yellowboxandjava
  8177. 1.0a13
  8178. sounds
  8179. zaptcp
  8180. zaptcp
  8181. zoneranger
  8182. zoneranger
  8183. revision
  8184. history
  8185. zoomed
  8186. zoomrecter
  8187. zoomrecter
  8188. zoomrecter
  8189. zoomrecter
  8190.  at a reasonable rate.72X
  8191. Updated
  8192. Dev.CD Apr 9V
  8193. 68913X
  8194. Apr 95
  8195. b--set theItem to choose file -- uncomment to test in an AS editor
  8196.     tell application "Finder"
  8197.         open item "Dev.CD Apr 95"
  8198.         activate
  8199.     end tell
  8200. on error errMsg number errNum
  8201.     --enter statements to perform when no records are found such as...
  8202.     display dialog "Sorry, the item you selected could not be found."
  8203.     return
  8204. end try
  8205. All Packages
  8206. F    PowerTalkO
  8207. Dev.CD Apr 95
  8208. Dev.CD Jan 95P
  8209. Dev.CD Apr 95
  8210. Dev.CD Jan 9V
  8211. 68914X
  8212. Apr 95
  8213. p--set theItem to choose file -- uncomment to test in an AS editor
  8214.     tell application "Finder"
  8215.         open item "Dev.CD Apr 95
  8216. Dev.CD Jan 95"
  8217.         activate
  8218.     end tell
  8219. on error errMsg number errNum
  8220.     --enter statements to perform when no records are found such as...
  8221.     display dialog "Sorry, the item you selected could not be found."
  8222.     return
  8223. end try
  8224. All Packages
  8225. F    PowerTalkO
  8226. Dev.CD Apr 95
  8227. Dev.CD Jan 95P
  8228. Dev.CD Apr 95
  8229. Dev.CD Jan 9V
  8230. 68915X
  8231. Apr 95
  8232. PTDev.CD Nov 00 TC Disk 1
  8233.  - Sample Code
  8234.  - Human Interface Toolbox
  8235.  - Calc ControlRgnV
  8236. 68338X
  8237. Nov 00^    TC Disk 1
  8238. --set theItem to choose file -- uncomment to test in an AS editor
  8239.     tell application "Finder"
  8240.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Calc ControlRgn:"
  8241.         activate
  8242.     end tell
  8243. on error errMsg number errNum
  8244.     --enter statements to perform when no records are found such as...
  8245.     display dialog "Sorry, the item you selected could not be found."
  8246.     return
  8247. end try
  8248. e    No Changef
  8249. controlq
  8250. Dev.CD Nov 00 TC Disk 1
  8251. All Packages
  8252. New & RevisedF
  8253. CalcCMask CalcMask
  8254.     buildxcmd
  8255. capturing
  8256. carbonprefixr
  8257. carbonprefix
  8258. carbonresr
  8259. carbonres
  8260. rsrcr
  8261. cd-romw
  8262. change
  8263. change
  8264. history
  8265. change
  8266. history
  8267. changesj
  8268. client
  8269. codev
  8270. codecs
  8271. codewarrior
  8272. codewarrior
  8273. coercionc
  8274. coercionsf
  8275. --set theItem to choose file -- uncomment to test in an AS editor
  8276.     tell application "Finder"
  8277.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPWTool:"
  8278.         activate
  8279.     end tell
  8280. on error errMsg number errNum
  8281.     --enter statements to perform when no records are found such as...
  8282.     display dialog "Sorry, the item you selected could not be found."
  8283.     return
  8284. end try
  8285. e CarbonLib 1.0 Window Manager API includes new functions for window cla
  8286. sses and layering, changing window attributes, window scrolling, creating windows with custom structure regions, and erasing the window's content region.
  8287. Display Manager [NEW]
  8288. ---------------
  8289. This document describes the application programming interface for the Display Manager. It provides a complete reference, as well as conceptual material and programming examples. Topics discussed include handling events in response to Display Manager changes, determining the characteristics of video 
  8290. --set theItem to choose file -- uncomment to test in an AS editor
  8291.     tell application "Finder"
  8292.         open item "Dev.CD Sep 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:"
  8293.         activate
  8294.     end tell
  8295. on error errMsg number errNum
  8296.     --enter statements to perform when no records are found such as...
  8297.     display dialog "Sorry, the item you selected could not be found."
  8298.     return
  8299. end try
  8300. could not be found."
  8301.     return
  8302. end try
  8303. e    No Changef?QuickTime
  8304. Graphics
  8305. Importer
  8306. Movie
  8307. Image
  8308. Graphics
  8309. Decompressors
  8310. Dev.CD Nov 00 TC Disk 2
  8311. All Packages
  8312. New & RevisedF
  8313. ImporterWinI
  8314. This sample shows how to build three types of QuickTime for Windows components: graphics importers, movie importers and image decompressors.  The example components let QuickTime use Electric Image format files. 
  8315. New Package
  8316. m you selected could not be found."
  8317.     return
  8318. end try
  8319. e    No Changeo0http://developer.apple.com/samplecode/index.html
  8320. macintoshR
  8321. careful
  8322. carefully
  8323. carole
  8324. carries
  8325. carry
  8326. cartwheels
  8327. cases
  8328. casey
  8329. casts
  8330. catalan
  8331. catalog
  8332. cataloged
  8333. catalogs
  8334. catch
  8335. catched
  8336. catches
  8337. categoriesj
  8338. category
  8339. catmoving
  8340. catsearch
  8341. causeX
  8342. caused
  8343. causes
  8344. causing
  8345. cautionP
  8346. caution
  8347. software
  8348. compatible
  8349. system
  8350. cautionary
  8351. caveats
  8352. cbufffilestream
  8353. centered
  8354. central
  8355. centre
  8356. certain
  8357. --set theItem to choose file -- uncomment to test in an AS editor
  8358.     tell application "Finder"
  8359.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ColorPopUpMenus:"
  8360.         activate
  8361.     end tell
  8362. on error errMsg number errNum
  8363.     --enter statements to perform when no records are found such as...
  8364.     display dialog "Sorry, the item you selected could not be found."
  8365.     return
  8366. end try
  8367. commonly
  8368. sample
  8369. shows
  8370. access
  8371. interactive
  8372. sample
  8373. shows
  8374. macapp
  8375. behaviors
  8376. sample
  8377. shows
  8378. thread
  8379. application
  8380. sample
  8381. shows
  8382. cmchoose
  8383. cmgetconfig
  8384. sample
  8385. shows
  8386. spbrecord
  8387. record
  8388. memory
  8389. sample
  8390. shows
  8391. network
  8392. setup
  8393. library
  8394. sample
  8395. shows
  8396. postscripthandle
  8397. piccomment
  8398. sample
  8399. shows
  8400. quicktime
  8401. graphicimporter
  8402. 68383X
  8403. Apr 98^
  8404. --set theItem to choose file -- uncomment to test in an AS editor
  8405.     tell application "Finder"
  8406.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:"
  8407.         activate
  8408.     end tell
  8409. on error errMsg number errNum
  8410.     --enter statements to perform when no records are found such as...
  8411.     display dialog "Sorry, the item you selected could not be found."
  8412.     return
  8413. end try
  8414. Deletedf
  8415. ColorSync Photoshop Plug-insq
  8416. Dev.CD Apr 98 SDK1
  8417. 9D!All Packages
  8418. Mac OS SDK Edition
  8419. Communications Toolbox
  8420.     ecords are found such as...
  8421.     display dialog "Sorry, the item you selected could not be found."
  8422.     return
  8423. end try
  8424. e    No Changef)sound
  8425. sample rate
  8426. SoundConvert
  8427. Dev.CD Nov 00 TC Disk 2
  8428. All Packages
  8429. SoundConverter
  8430. 67720X
  8431. time-based
  8432. time-consuming
  8433. timecode
  8434. timed
  8435. timers
  8436. timertst
  8437. encodings
  8438. engine
  8439. enhanced
  8440. enhanced
  8441. macintosh
  8442. developer
  8443. enterprise
  8444. environment
  8445. eomodeler
  8446. error
  8447. essentials
  8448. european
  8449. european
  8450. distributors
  8451. localizers
  8452. evenbetterbuserror
  8453. evenbetterbuserror
  8454. event~
  8455. example
  8456. examplecodec
  8457. examples
  8458. explode
  8459. extractor
  8460. f/macos8
  8461. falkenburg's
  8462. fastditherusingqt
  8463. features
  8464. synchronization
  8465. system
  8466. manager
  8467. files
  8468. filesharingon
  8469. filters
  8470. content
  8471. extractor
  8472. finder
  8473. finderdragpro
  8474. finderevents
  8475. finderevents
  8476. finderheaps
  8477. finderlaunch
  8478. findfamilies
  8479. findprinter
  8480. findserialports
  8481. findsysfolder
  8482. floatingpoint
  8483. floatingwindow
  8484. editor
  8485. folder
  8486. folder
  8487. watching
  8488. fonts
  8489. fonts
  8490. 6.0.4
  8491. This installs the complete MacApp Release 15d1 product into a location of your choosing.  It is installed as a folder called 'Apple C++ Frameworks' and contains everything you need to developer MacApp-based applications for Mac OS 9 and Mac OS X.
  8492. This is a early development release and as such you should probably not utilize it for building final quality commercial applications.  This release contains the new CarbonPlus framework which provides convenient helper classes for working with sB
  8493. ome CoreFoundation components.
  8494. Installation on a 'Mac OS Extended' volume requires approximately 44MB of space (56 MB bytes used).   "Your mileage may vary."
  8495. Please be sure to read the License Agreement.
  8496. The Apple C++ Frameworks Team
  8497. July 27, 2000
  8498. Install MacApp R15d1K
  8499. Sep 00OBDev.CD Sep 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp R15d1:PMDev.CD Sep 00 RL Disk 1
  8500.  - What's New
  8501.  - Tool Chest
  8502.  - MacApp
  8503.  - MacApp R15d1by creating a printing extension that can work with any appl
  8504. New Packagef
  8505. Full Screen
  8506. Hide Dock
  8507. Hide Menuo&http://developer.apple.com/samplecode/q
  8508. Dev.CD Nov 00 TC Disk 1
  8509. D!All Packages
  8510. Mac OS SDK Edition
  8511. GameSprocket SDKs
  8512. Apple Game Sprockets are libraries designed to simplify the effort required to develop a Macintosh game.
  8513.  DrawSprocket 1.7.2 provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.
  8514. InputSprocket 1.7.2 provides support for using joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  8515.  NetSprocket 1B
  8516. .7.1 lets you play games with other players over an AppleTalk or TCP/IP 
  8517.  SoundSprocket 1.7.1 lets you hear 3D sound effects in some applications with only two speakers connected to your computer.
  8518. JDDrawSprocket SDK
  8519. InputSprocket SDK
  8520. NetSprocket_SDK
  8521. SoundSprocket_SDKK
  8522. Jun 96L
  8523. Jan 00nge
  8524. latform
  8525. multibuffering
  8526. All Packages
  8527. ChineseTalk IIO*Dev.CD Mar 92
  8528. Dev.CD Feb 92
  8529. Dev.CD Vol. XIP)Dev.CD Mar 92
  8530. Dev.CD Feb 92
  8531. Dev.CD Vol. XV
  8532. 68367X
  8533. Mar 92
  8534. --set theItem to choose file -- uncomment to test in an AS editor
  8535.     tell application "Finder"
  8536.         open item "Dev.CD Mar 92
  8537. Dev.CD Feb 92
  8538. Dev.CD Vol. XI"
  8539.         activate
  8540.     end tell
  8541. on error errMsg number errNum
  8542.     --enter statements to perform when no records are found such as...
  8543.     display dialog "Sorry, the item you selected could not be found."
  8544.     return
  8545. end try
  8546. All Packages
  8547. ChineseTraditionalFont 6.0.5O*Dev.CD Mar 92
  8548. Dev.CD Feb 92
  8549. Dev.CD Vol. XIP)Dev.CD Mar 92
  8550. Dev.CD Feb 92
  8551. Dev.CD Vol. XV
  8552. 68368X
  8553. Mar 92
  8554. ie - example MacApp program of how to use the Dependency mechanism
  8555. and Adorners. Also shows how to use the new View format with defining
  8556. customized cursors over views.V
  8557. 63648X
  8558. 1e    No Change
  8559. nto other spreadsheets or databases, we have also provided them as tab-delimited text files. You can find 
  8560. B-British:
  8561. BR-BrazilianPortuguese:
  8562. C-French Canadian:
  8563. CH-Simplified Chinese:
  8564. D-German:
  8565. DK-Danish:
  8566. Dutch:
  8567. E-Spanish:
  8568. F-French:
  8569. H-Norwegian:
  8570. Japanese:
  8571. K-Finnish:
  8572. KH-HangulKorean:
  8573. N-Dutch:
  8574. PO-Portuguese:
  8575. S-Swedish:
  8576. T-Italian:
  8577. TA-TradChinese:K
  8578. Apr 93L
  8579. Jul 98M
  8580. Requires a Mac OS
  8581. based computer with a 68040 or PowerPC processor (excludes 68030-based systems with 68040 processor upgrade card). At least 12MB of physical RAM with Virtual Memory set to at least 20MBN
  8582. OS 8, 8.1, Update,  ImageO@Dev.CD Jul 98 SSW/SDK:System Software:Worldwide System Software:PEDev.CD Jul 98 SSW/SDK
  8583.  - System Software
  8584.  - Worldwide System SoftwareV
  8585. 69816X
  8586. Jul 98^
  8587. SSW/SDK
  8588. e    No Change
  8589. ummary
  8590. objects
  8591. hypercard
  8592. allowed
  8593. variabl@
  8594. summary
  8595. sample
  8596. discussion
  8597. detect
  8598. whether
  8599. summary
  8600. sourceobj
  8601. reads
  8602. corrosponding
  8603. creat@
  8604. contents
  8605. enable
  8606. developers
  8607. create
  8608. theme@
  8609. this@
  8610. Apr 95
  8611. 68470X
  8612. Sept 9^
  8613. --set theItem to choose file -- uncomment to test in an AS editor
  8614.     tell application "Finder"
  8615.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  3:"
  8616.         activate
  8617.     end tell
  8618. on error errMsg number errNum
  8619.     --enter statements to perform when no records are found such as...
  8620.     display dialog "Sorry, the item you selected could not be found."
  8621.     return
  8622. end try
  8623. Deletedq
  8624. Dev.CD Sept 96 RL
  8625. D(All Packages
  8626. Reference Library Edition
  8627. develop Issue  4
  8628. p--set theItem to choose file -- uncomment to test in an AS editor
  8629.     tell application "Finder"
  8630.         open item "Dev.CD Jul 93
  8631. Dev.CD Apr 93"
  8632.         activate
  8633.     end tell
  8634. on error errMsg number errNum
  8635.     --enter statements to perform when no records are found such as...
  8636.     display dialog "Sorry, the item you selected could not be found."
  8637.     return
  8638. end try
  8639. All Packages
  8640. F    QuickTimeO
  8641. Dev.CD Jul 93
  8642. Dev.CD Apr 93V
  8643. 67549X
  8644. Summary:  The Macintosh Technical Q&As are designed to provide Macintosh developers with solutions, workarounds and code snippets to help in  development efforts.  The questions are those that Apple's Developer Support Center (DSC) has received on specific topics, along with answers from DSC engineers.   Please send any feedback on the new structure to AppleLink DEVFEEDBACK or devfeedback@applelink.apple.com.
  8645. J)Open Me With Web Browser
  8646. techqa.shtmlK
  8647. Sep 95L
  8648. Dec 96M
  8649. Netscape 2.0 or later.OBDev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:PGDev.CD Dec 99 RL
  8650.  - Technical Documentation
  8651.  - Macintosh Technical Q&Asnterface guidelines for Macintosh applications.
  8652. Features: The introduction to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  8653. Jul 93V
  8654. 66970X
  8655. 1e    No Change
  8656. the combination of panoramas and/or objects i
  8657. May 96M
  8658. Preferably a PowerPC machine although 68K machine can do.  Preferably system 7.5 with at least 16mb of ram and 20-30megs of space on a hard drive.N5Global search and replace; software project archivingO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  8659.  - Sample CodeV
  8660. 68866X
  8661. Aug 00^    TC Disk 2
  8662. y--set theItem to choose file -- uncomment to test in an AS editor
  8663.     tell application "Finder"
  8664.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  8665.         activate
  8666.     end tell
  8667. on error errMsg number errNum
  8668.     --enter statements to perform when no records are found such as...
  8669.     display dialog "Sorry, the item you selected could not be found."
  8670.     return
  8671. end try
  8672. Deletedf5Global search and replace; software project archivingq
  8673. Dev.CD Aug 00 TC Disk 2
  8674. All Packages
  8675. Pascal Sample 3.0B10
  8676. 68867X
  8677. digest-v3-069
  8678. csmp-digest-v3-070
  8679. csmp-digest-v3-071
  8680. csmp-digest-v3-072
  8681. csmp-digest-v3-073
  8682. csmp-digest-v3-074
  8683. csmp-digest-v3-075
  8684. csmp-digest-v
  8685. 69318X
  8686. Nov 99^
  8687. --set theItem to choose file -- uncomment to test in an AS editor
  8688.     tell application "Finder"
  8689.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:Snarfer:"
  8690.         activate
  8691.     end tell
  8692. on error errMsg number errNum
  8693.     --enter statements to perform when no records are found such as...
  8694.     display dialog "Sorry, the item you selected could not be found."
  8695.     return
  8696. end try
  8697. Deletedq
  8698. Dev.CD Nov 99 TC
  8699. All Packages
  8700. SndForEverIGThis application demonstrates how to play a snd which has a loop in it.J<SndForEver(PPC)
  8701. SndForEver.cp
  8702. SndForEver.mcp
  8703. SndForEver.rsrcM
  8704. OS 6.0.7 and higherN(sound, continual, loop, play, SndForEverO5Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SndForEver:P=Dev.CD Nov 00 TC Disk 2
  8705.  - Sample Code
  8706.  - Sound
  8707.  - SndForEverV
  8708. 69319X
  8709. Nov 00^    TC Disk 2
  8710. e    No Change
  8711. context
  8712. contextualu
  8713. contextual
  8714. development
  8715. contextual
  8716. machack
  8717. goodies
  8718. contextual
  8719. manageru
  8720. contrast
  8721. e    No Changef
  8722. QuickTime
  8723. Dev.CD Nov 00 TC Disk 2
  8724. All Packages
  8725. VelEng FFT
  8726. G4 Velocity Engine implementation of fast Fourier transform (FFT) and associated convolution/correlation routines. 
  8727. Though arbitrary signal lengths (i.e. all powers of 2) are handled, our design emphasis is on very long signals (length N >= 2^16 and on into the millions), for which cache considerations are paramount. The core of the library is a particular variant of full-complex FFT that for signal length N = 2^10 executes at 1.15 giga ops (500 MHz G4). This cache-friendly, core FFT play
  8728. .s a dominant role in the long-signal cases such as two-dimensional FFT and convolution. More important perhaps than the core performance benchmark is the manner in which one can sift through the myriad prevailing (and new) FFT frameworks, to arrive at a suitable such framework for the Velocity Engine.
  8729. J?G4 FFT.pdf
  8730. Test vBigDSP
  8731. Test vBigDSP.c
  8732. Test vBigDSP.out
  8733. vBigDSPM
  8734. G4765X
  8735. 1e    No Change
  8736. WThis snippet shows how to use the StdPix proc to intercept and display the compression type and depth of any compressed PICT within a PICT resource.  The same procedure can be used to gather other information about the compressed PICT.  Note that all compressed PICTs get passed into StdPix before getting decom- pressed and passed to StdBits.
  8737. J`Compressed PICT Info.c
  8738. Compressed PICT Info.rsrc
  8739. CompressedPICT Info(PPC)
  8740. CompressedPICTInfo.mcpM
  8741. Color QuickDrawN9Compression, StdPic, StdBits, PICT, Compressed, PICT InfoOEDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Compressed PICT Info:PMDev.CD Nov 00 TC Disk 1
  8742.  - Sample Code
  8743.  - Graphics 2D
  8744.  - Compressed PICT Info
  8745.  00^    RL Disk 1
  8746. --set theItem to choose file -- uncomment to test in an AS editor
  8747.     tell application "Finder"
  8748.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 21:"
  8749.         activate
  8750.     end tell
  8751. on error errMsg number errNum
  8752.     --enter statements to perform when no records are found such as...
  8753.     display dialog "Sorry, the item you selected could not be found."
  8754.     return
  8755. end try
  8756. e    No Changeq
  8757. Dev.CD Sep 00 RL Disk 1
  8758. All Packages
  8759. develop Issue 22
  8760. 66835X
  8761. P>Dev.CD Aug 97 TC
  8762.  - Language Kits
  8763.  - Chinese Dictation Kit 1.5
  8764. Dev.CD Feb 92P(Dev.CD Apr 92
  8765. Dev.CD Mar 92
  8766. Dev.CD Feb 9V
  8767. 67767X
  8768. Apr 92
  8769. ~--set theItem to choose file -- uncomment to test in an AS editor
  8770.     tell application "Finder"
  8771.         open item "Dev.CD Apr 92
  8772. Dev.CD Mar 92
  8773. Dev.CD Feb 92"
  8774.         activate
  8775.     end tell
  8776. on error errMsg number errNum
  8777.     --enter statements to perform when no records are found such as...
  8778.     display dialog "Sorry, the item you selected could not be found."
  8779.     return
  8780. end try
  8781. All Packages
  8782. System 7 Tune-UpO
  8783. Dev.CD Apr 92
  8784. Dev.CD Mar 92P
  8785. Dev.CD Apr 92
  8786. Dev.CD Mar 9V
  8787. 67768X
  8788. Apr 92
  8789.     --enter statements to perform when no records are found such as...
  8790.     display dialog "Sorry, the item you selected could not be found."
  8791.     return
  8792. end try
  8793. e    No Changef2MacApp
  8794. adorner
  8795. custom cursor
  8796. dependency
  8797. Eenieq
  8798. Dev.CD Nov 00 TC Disk 2
  8799. D!All Packages
  8800. Tool Chest Edition
  8801. Eject PC Cards Location Module
  8802. ~--set theItem to choose file -- uncomment to test in an AS editor
  8803.     tell application "Finder"
  8804.         open item "Dev.CD Apr 94
  8805. Dev.CD Jan 94
  8806. Dev.CD Oct 93"
  8807.         activate
  8808.     end tell
  8809. on error errMsg number errNum
  8810.     --enter statements to perform when no records are found such as...
  8811.     display dialog "Sorry, the item you selected could not be found."
  8812.     return
  8813. end try
  8814. ports
  8815. built-in
  8816. devices
  8817. ibook
  8818. icon_
  8819. icon's
  8820. icons
  8821. idea[
  8822. identify
  8823. identifying
  8824. nasty
  8825. natick
  8826. national
  8827. native
  8828. natural
  8829. nature
  8830. navigable
  8831. navigate_
  8832. navigates
  8833. navigating
  8834. navigationz
  8835. navigation
  8836. services
  8837. documents
  8838. nearest
  8839. nearestmactextencodi
  8840. nearly
  8841. necessary
  8842. 69285X
  8843. Nov 00^    TC Disk 1
  8844. --set theItem to choose file -- uncomment to test in an AS editor
  8845.     tell application "Finder"
  8846.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:SetupGL:"
  8847.         activate
  8848.     end tell
  8849. on error errMsg number errNum
  8850.     --enter statements to perform when no records are found such as...
  8851.     display dialog "Sorry, the item you selected could not be found."
  8852.     return
  8853. end try
  8854. e    No Changef"OpenGL
  8855. full screen
  8856. DrawSprocketo0http://developer.apple.com/samplecode/index.htmlq
  8857. Dev.CD Nov 00 TC Disk 1
  8858. All Packages
  8859. SetWindBackColorI
  8860. Demonstrates how to programmatically set the background color of a window without flicker if the Appearance Manager is not running.
  8861. JVSetWindBackColor READ ME
  8862. SetWindBackColor(PPC)
  8863. SetWindBackColor.c
  8864. SetWindBackColor.mcpK
  8865. Aug 97N
  8866. background, color, WDEF, windowOMDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:SetWindBackColor:V
  8867. 69286X
  8868. 1e    No Change
  8869. includefiles
  8870. indata
  8871.     G~ 9 Developer Documentation site
  8872.        *Scrap Manager Reference, which supplies documentation on nine newly introduced APIs 
  8873. !CarbonPortingGuide
  8874. CarbonPrintingManager
  8875. ColorSync_Manager
  8876. FontSync
  8877. images
  8878. KeyChain_Manager
  8879. Menu_Manager
  8880. Multilingual_Text_Engine
  8881. Multiprocessing_Services
  8882. Preference_Services
  8883. Scrap_Manager
  8884. Text_Encodin_sion_Manager
  8885. URL_Access_Manager
  8886. URL_Services
  8887. WhatsNew.html
  8888. WhatsNew.html.1
  8889. XML_Services
  8890. Jul 00L
  8891. Nov 00M
  8892. web browser
  8893. {Carbon, URL Services, Menu Manager, XML Services, Preferences Services, Multilingual Text Engine, Carbon Porting Guide, Adopting the Carbon Printing Manager, Transferring Data with the URL Access Manager, Keychain Manager, FontSync, ColorSync, Text Encoding Conversion Manager, Multiprocessing Service, Scrap Manager, technical documentation, publication, developer documentation
  8894. OZDev.CD Nov 00 TC Disk 1:What's New?:Technical Documentation:Technical Publications:Carbon:hernets
  8895. ethertalkB
  8896. .DS_Store
  8897. AltBufferDisplay(PPC)
  8898. AlternateBufferDisplay.c
  8899. AlternateBufferDisplay.mcp
  8900. AlternateBufferDisplay.rsrc
  8901. CarbonPrefix.h
  8902. CarbonRes.rsrc
  8903. ReadMeL
  8904. Nov 00M
  8905. Color QuickDraw, CarbonLibN[Offscreen, CopyBits, NewGWorld,GWorld, blit, pixmap, bitmap, alternatebufferdisplay, CarbonOGDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:AlternateBufferDisplay:PODev.CD Nov 00 TC Disk 1
  8906.  - Sample Code
  8907.  - Graphics 2D
  8908.  - AlternateBufferDisplayV
  8909. 68249X
  8910. Nov 00^    TC Disk 1b
  8911. Revised
  8912. --set theItem to choose file -- uncomment to test in an AS editor
  8913.     tell application "Finder"
  8914.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:AlternateBufferDisplay:"
  8915.         activate
  8916.     end tell
  8917. on error errMsg number errNum
  8918.     --enter statements to perform when no records are found such as...
  8919.     display dialog "Sorry, the item you selected could not be found."
  8920.     return
  8921. end try
  8922. Updatedo&http://developer.apple.com/samplecode/
  8923. cumentation
  8924. publications
  8925. technical
  8926. document
  8927. continuing
  8928. offer
  8929. traditional
  8930. server
  8931. software
  8932. suite
  8933. controlled@
  8934. controllers@
  8935. controlling@
  8936. cool@
  8937. copy-and-paste@
  8938. copyrights@
  8939. foundation
  8940. documentation@
  8941. counterpart@
  8942. courseware@
  8943. createcustomlist@
  8944. createhypertext@
  8945. creating@
  8946. current
  8947. release
  8948. mactcp
  8949. v2.0.6
  8950. mactcp
  8951. admin
  8952. v2.0.6@
  8953. customgetfilepreview@
  8954. cyberdog@
  8955. database@
  8956. day-to-day@
  8957. december@
  8958. definition@
  8959. demo's@
  8960. demonstrated@
  8961. demonstrates
  8962. asynchronous
  8963. movie
  8964. loading
  8965. newmoviefrom@
  8966. demonstrates
  8967. loading
  8968. playing
  8969. saving
  8970. mulitple
  8971. sounds
  8972. show@
  8973. dependent@
  8974. descriptions@
  8975. designing@
  8976. desk@
  8977. detailed
  8978. developer
  8979. documentation@
  8980. develop-ers@
  8981. developed@
  8982. developers
  8983. developing@
  8984. diagnose@
  8985. dialogbits@
  8986. difficulties@
  8987. direction@
  8988. discover@
  8989. disinfectant@
  8990. display/context@
  8991. intel@
  8992. dropmounter
  8993. dropprint
  8994. dropprint
  8995. dropprint
  8996. dropprint
  8997. dropprint
  8998. dropshell
  8999. dropshell
  9000. dropshell
  9001. dropshell
  9002. dropshell
  9003. dropshell
  9004. dropshell
  9005. drvrs
  9006. storer
  9007. dsappleevents
  9008. dsappleevents
  9009. dsappleevents
  9010. dsglobals
  9011. dsglobals
  9012. dzautodroneburn
  9013. dzautodroneburn
  9014. dzautodroneexpl
  9015. dzautodroneexpl
  9016. dzdisplay
  9017. dzdisplay
  9018. dzdisplay
  9019. dzdrone
  9020. dzdrone
  9021. dzdrone
  9022. dzevenmoreresources
  9023. dzevenmoreresources
  9024. dzevents
  9025. dzevents
  9026. dzevents
  9027. dzgame
  9028. dzgame
  9029. dzgame
  9030. dzinput
  9031. systemfolder
  9032. systemfolder
  9033. systemsQ
  9034. t-italian
  9035. ta-tradchinese
  9036. tabloid
  9037. tabloid
  9038. target
  9039. tautocenterview
  9040. tautocenterview
  9041. tautocenterview
  9042. tccalc
  9043. tcp/ip
  9044. tcp/ip
  9045. administration
  9046. image
  9047. tcp/ip
  9048. connection
  9049. image
  9050. tcp/ip
  9051. mib-ii
  9052. alias
  9053. tcsample
  9054. tcsample
  9055. tctesample
  9056. tctesample
  9057. tctesampleglue
  9058. tctesampleglue
  9059. fragments
  9060. target
  9061. testbanks
  9062. testbanks
  9063. testfinderlaunch
  9064. testfinderlaunch
  9065. testfinderlaunch
  9066. beginz
  9067. benelux
  9068. benelux
  9069. distributors/localiz
  9070. betabase
  9071. betabase
  9072. bigeasy
  9073. bigeasy2
  9074. bigeasy2
  9075. bigeasy2
  9076. bigeasydialogs
  9077. bigeasydialogs
  9078. bigeasydialogs
  9079. bigeasygrafish
  9080. bigeasygrafish
  9081. bigeasygrafish
  9082. bigeasytextish
  9083. bigeasytextish
  9084. bigeasytextish
  9085. bigeasyutils
  9086. bigeasyutils
  9087. bigeasyutils
  9088. binhex
  9089. specs
  9090. bless
  9091. blockreader
  9092. blockreader
  9093. bltmacros
  9094. bltmacros
  9095. board
  9096. boardslider
  9097. boardslider
  9098. bootvol
  9099. brightness
  9100. brightness
  9101. contrast
  9102. browserz
  9103. browsermaker
  9104. browsermaker
  9105. bufcallback
  9106. bufcallback
  9107. bufcallback
  9108. bufcallback
  9109. buffereddrawer
  9110. buffereddrawer
  9111. bufferedimage
  9112. bufferedimage
  9113. bufferedwindows
  9114. bufferedwindows
  9115. bufferedwindows
  9116. pbproj
  9117. Summary: This is the electronic version of develop magazine.
  9118.  Issue 17 highlights:
  9119. Using Proto Templates on the Newton  by Harry R. Chesley.   For Newton developers, a sample game that uses proto templates to good effect; for everyone else, a flavor of what Newton development is like.
  9120. Standalone Code on PowerPC  by Tim Nichols.   Standalone code is better and easier than ever before in the PowerPC environment.
  9121. Debugging on PowerPC  by Dave Falkenburg and Brian Topping.   It
  9122. s a whole 
  9123. new world in there, but your hard-won debugging skills still work.
  9124. Concurrent Programming With the Thread Manager  by Eric Anderson and Brad Post.   With both cooperative and preemptive threads, the possibilities provided by the new Thread Manager are nearly endless.
  9125. The Zen of Window Zooming  by Dean Yu.   Everybody does it, but many still don
  9126. t do it right. Dean has some code to help you out. 
  9127. Print Hints: Tracking QuickDraw GX Messages  by Pete (
  9128. ) Alexander.  MessageWatcher let
  9129. peak-hold
  9130. peering
  9131. viewer
  9132. utility
  9133. which
  9134. graphically
  9135. pending
  9136. penetrate
  9137. penguins
  9138. pentiumZ
  9139. people[
  9140. peoplesoft
  9141. percentage
  9142. perfectly
  9143. performf
  9144. PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  9145. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunc
  9146. PRDev.CD Nov 00 TC Disk 1
  9147.  - Tool Chest
  9148.  - Testing & Debugging
  9149.  - Virtual User toolsNov 00M
  9150. Mac OS X or laterN!Full Screen, Hide Dock, Hide MenuO;Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:FullScreen:PCDev.CD Nov 00 TC Disk 1
  9151.  - Sample Code
  9152.  - Graphics 2D
  9153.  - FullScreenV
  9154. 66927X
  9155. Nov 00^    TC Disk 1b
  9156. --set theItem to choose file -- uncomment to test in an AS editor
  9157.     tell application "Finder"
  9158.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:FullScreen:"
  9159.         activate
  9160.     end tell
  9161. on error errMsg number errNum
  9162.     --enter statements to perform when no records are found such as...
  9163.     display dialog "Sorry, the item you selected could not be found."
  9164.     return
  9165. end try
  9166. eTool.r
  9167. PackageTool.rsrc
  9168. PackageUtils.c
  9169. PackageUtils.h
  9170. PackageWindow.c
  9171. PackageWindow.h
  9172. Re- C/F Registration Request
  9173. ReadMe
  9174. Sample Package
  9175. SimplePrefs.c
  9176. SimplePrefs.h
  9177. Utilities.c
  9178. Utilities.h
  9179. Dec 99OHDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PackageTool:W
  9180. arcellana
  9181. architectural
  9182. architecture{
  9183. chitectures
  9184. archive
  9185. archived
  9186. archivesz
  9187. 68487X
  9188. Nov 00^    TC Disk 2
  9189. --set theItem to choose file -- uncomment to test in an AS editor
  9190.     tell application "Finder"
  9191.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:DigitizerShell:"
  9192.         activate
  9193.     end tell
  9194. on error errMsg number errNum
  9195.     --enter statements to perform when no records are found such as...
  9196.     display dialog "Sorry, the item you selected could not be found."
  9197.     return
  9198. end try
  9199. e    No Changef$QuickTime
  9200. sequence grabber
  9201. testq
  9202. Dev.CD Nov 00 TC Disk 2
  9203. All Packages
  9204. DIMM Config&Interleave v1.1
  9205. 68488X
  9206. n "Finder"
  9207.         open item "Dev.CD Jun 97 SSW"
  9208.         activate
  9209.     end tell
  9210. on error errMsg number errNum
  9211.     --enter statements to perform when no records are found such as...
  9212.     display dialog "Sorry, the item you selected could not be found."
  9213.     return
  9214. end try
  9215. All Packages
  9216. QuickDraw 3DO
  9217. Dev.CD Jun 97 SSWP
  9218. Dev.CD Jun 97 SSV
  9219. 67406X
  9220. Jun 97
  9221. end try
  9222. Aug 92M
  9223. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:PHDev.CD Dec 99 RL
  9224.  - Technical Documentation
  9225.  - Peripherals Documentationhnology introduced in Mac OS
  9226.  8.5. The provided examples go from very simple to rather complex in increasing order of difficulty. Ideally, developers will learn most of what they need of ATSUI by just reading the source code.
  9227. The features are ATSUI features: multiple styles, arbitrary angles, broken hilighting, hit testing, fractiB
  9228. onal justification, etc.
  9229. More ATSUI
  9230. Read Me, please...
  9231. SampleWindows.cp
  9232. SampleWindows.h
  9233. SomeUnicodeStuff.cp
  9234. SomeUnicodeStuff.h
  9235. TypeServicesForUnicode
  9236. TypeServicesForUnicode.cp
  9237. TypeServicesForUnicode.h
  9238. TypeServicesForUnicode.mcp
  9239. TypeServicesForUnicode.rsrc
  9240. WindowUtilities.cp
  9241. WindowUtilities.h
  9242. Nov 98M
  9243. Mac OS
  9244.  8.5NCUnicode, Imaging, Text, Type, Bi-directional, Rotation, Double-byteO@Dev.CD Nov 00 TC Disk 2:Sample Code:Text:TypeServicesForUnicode:
  9245. All Packages
  9246. F    QuickTimeO
  9247. Dev.CD Jan 95
  9248. Dev.CD Oct 94P
  9249. Dev.CD Jan 95
  9250. Dev.CD Oct 9V
  9251. 69119X
  9252. Jan 95
  9253. p--set theItem to choose file -- uncomment to test in an AS editor
  9254.     tell application "Finder"
  9255.         open item "Dev.CD Jan 95
  9256. Dev.CD Oct 94"
  9257.         activate
  9258.     end tell
  9259. on error errMsg number errNum
  9260.     --enter statements to perform when no records are found such as...
  9261.     display dialog "Sorry, the item you selected could not be found."
  9262.     return
  9263. end try
  9264. All Packages
  9265. F    QuickTimeO
  9266. Dev.CD Jan 95
  9267. Dev.CD Oct 94P
  9268. Dev.CD Jan 95
  9269. Dev.CD Oct 9V
  9270. 69120X
  9271. Jan 95
  9272. p--set theItem to choose file -- uncomment to test in an AS editor
  9273.     tell application "Finder"
  9274.         open item "Dev.CD Jan 95
  9275. Dev.CD Oct 94"
  9276.         activate
  9277.     end tell
  9278. on error errMsg number errNum
  9279.     --enter statements to perform when no records are found such as...
  9280.     display dialog "Sorry, the item you selected could not be found."
  9281.     return
  9282. end try
  9283. All Packages
  9284. eItem to choose file -- uncomment to test in an AS editor
  9285.     tell application "Finder"
  9286.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Icon Display:"
  9287.         activate
  9288.     end tell
  9289. on error errMsg number errNum
  9290.     --enter statements to perform when no records are found such as...
  9291.     display dialog "Sorry, the item you selected could not be found."
  9292.     return
  9293. end try
  9294. e    No ChangefXNewGWorld
  9295. UpdateGWorld
  9296. DisposeGWorld
  9297. GetPixBaseAddr
  9298. CopyBits
  9299. GetDeviceList
  9300. GetNextDeviceq
  9301. Dev.CD Nov 00 TC Disk 1
  9302. All Packages
  9303. F    Icon playV
  9304. 66980X
  9305. developer.apple.com/java/.
  9306. Minimum requirements
  9307. The MRJ Redistribution SDK includes the file 
  9308. MRJ Redistribution.smi
  9309.  that you will bundle with your o
  9310. This application displays a sample preferences dialog containing editable text fields, radio buttons, and a file selection button.  Settings from this dialog are saved in a preferences file.
  9311. J%Pref.c
  9312. Pref.rsrc
  9313. Prefs(PPC)
  9314. Prefs.mcpOBDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Prefs:PJDev.CD Nov 00 TC Disk 1
  9315.  - Sample Code
  9316.  - Human Interface Toolbox
  9317.  - Prefs
  9318. remove
  9319. remove
  9320. version
  9321. numbers
  9322. rename
  9323. renderer
  9324. rendering
  9325. rendering
  9326. unicode
  9327. replace
  9328. replace
  9329. replacement
  9330. reports
  9331. resedit
  9332. resedit
  9333. 2.1.1
  9334. disassembly
  9335. disassembler
  9336. viewer
  9337. edito
  9338. resolution
  9339. resource
  9340. resource
  9341. management
  9342. resources
  9343. restoredeviceclut
  9344. retrievepictinfo
  9345. return
  9346. return
  9347. investment
  9348. reverb
  9349. rgbbackcolor
  9350. rgbforecolor
  9351. rhapsody
  9352. rhapsody
  9353. pages
  9354. rhapsody
  9355. release
  9356. notes
  9357. rowbytes
  9358. Application Files
  9359. Building QT Samples
  9360. Common Files
  9361. QTTimeCode 68k
  9362. QTTimeCode 68k.mcp
  9363. QTTimeCode PPC
  9364. QTTimeCode PPC.mcp
  9365. QTTimeCode Win.mcp
  9366. QTTimeCode.c
  9367. QTTimeCode.exe
  9368. QTTimeCode.h
  9369. QTTimeCode.mak
  9370. QTTimeCode.r
  9371. READMEM
  9372. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  9373. N*QuickTime, Timecode, Track, Media, HandlerOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:TimeCodes:QTTimeCode:PNDev.CD Nov 00 TC Disk 2
  9374.  - Sample Code
  9375.  - QuickTime
  9376.  - TimeCodes
  9377.  - QTTimeCodeV
  9378. 69009X
  9379. Nov 00^    TC Disk 2
  9380. e    No Change
  9381. runtime
  9382. architecture
  9383. runtime
  9384. server
  9385. macapp
  9386. maccheck
  9387. machine
  9388. machine
  9389. identification
  9390. machinelocation
  9391. macintalk
  9392. macintoshR
  9393. OfSillyBalls:V
  9394. 64463X
  9395. New Package
  9396. 68702X
  9397. Sep 00^    RL Disk 1
  9398. --set theItem to choose file -- uncomment to test in an AS editor
  9399.     tell application "Finder"
  9400.         open item "Dev.CD Sep 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp R15d1:"
  9401.         activate
  9402.     end tell
  9403. on error errMsg number errNum
  9404.     --enter statements to perform when no records are found such as...
  9405.     display dialog "Sorry, the item you selected could not be found."
  9406.     return
  9407. end try
  9408. e    No Change
  9409. /A(http://developer.apple.com/tools/macapp/
  9410. Dev.CD Sep 00 RL Disk 1
  9411. All Packages
  9412. MacApp Release 14a1
  9413. 68703X
  9414. ation
  9415.  - Inside Macintosh
  9416.  - QuickDraw GX Building Apple events and the objects needed to communicate with other applications.
  9417. - Send Apple events and extract results from the Apple event replies. 
  9418. - Build and send events to the Finder. 
  9419. - Load and execute AppleScript scripts from an application.
  9420. 65502X
  9421. 1e    No Change
  9422. level
  9423.     tell application "Finder"
  9424.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Games:GlyphaIV:"
  9425.         activate
  9426.     end tell
  9427. on error errMsg number errNum
  9428.     --enter statements to perform when no records are found such as...
  9429.     display dialog "Sorry, the item you selected could not be found."
  9430.     return
  9431. end try
  9432.  structures in order to reduce the amount of time required to search the network.
  9433. 3. Use asynB
  9434. chronous lookup requests so that other actions can be taken while performing the lookup.
  9435. 4. Turn on self send globally
  9436. 5. Register/deregister an entity with OT.
  9437. EnableSelfSendSample.c
  9438. OTCheckNetForName Readme
  9439. OTCheckNetForName.ppc
  9440. OTCheckNetForNBPName.c
  9441. OTCheckNetForNBPName.h
  9442. OTCheckNetForNBPName.projODDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTCheckNetForNBPName:PLDev.CD Nov 00 TC Disk 1
  9443.  - Sample Code
  9444.  - Networking
  9445.  - OTCheckNetForNBPNamege
  9446. 68760X
  9447. Nov 00^    TC Disk 1
  9448. --set theItem to choose file -- uncomment to test in an AS editor
  9449.     tell application "Finder"
  9450.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:MoreNetworkSetup:"
  9451.         activate
  9452.     end tell
  9453. on error errMsg number errNum
  9454.     --enter statements to perform when no records are found such as...
  9455.     display dialog "Sorry, the item you selected could not be found."
  9456.     return
  9457. end try
  9458. e    No ChangefnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveq
  9459. Dev.CD Nov 00 TC Disk 1
  9460. All Packages
  9461. MoreOSL
  9462. 68761X
  9463. rGestaltDemo(PPC)
  9464. DriverGestaltDemo.cM
  9465. noneNsDriver Gestalt, disk drivers, device, driver, block, storage, CD ROM, CD-ROM, hard disk, disk, DriverGestalt Demo 
  9466. ORDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:DriverGestalt Demo:P]Dev.CD Nov 00 TC Disk 1
  9467.  - Sample Code
  9468.  - Devices and Hardware
  9469.  - Disks
  9470.  - DriverGestalt DemoV
  9471. 66883X
  9472. 1e    No Change
  9473. difficult
  9474. application
  9475. support
  9476. features
  9477. based
  9478. provided
  9479. develop
  9480. article
  9481. and FireWire ports; and an optional AirPort Card
  9482.    wireless LAN module.
  9483.    The developer note includes information about
  9484.    - the features of the Power Mac G4
  9485.    - compatibility issues
  9486.    - the internal logic of the Power Mac G4
  9487.    - the I/O ports and built-in I/O devices
  9488.    - the RAM expansion DIMM
  9489.    - the PCI expansion slots
  9490.    - the system software that comes
  9491.  with the Power Mac G4
  9492. =============
  9493. MAC OS 8 and 9:
  9494. =============
  9495. Apple Type Services for Unicode Imaging Reference [UPDATE]  
  9496. This document describes the complete API reference for ATSUI and is  updated for ATSUI 1.2. New features in ATSUI 1.2 include a linguistically based breakline and added tab character handling. The document also contains an appendix detailing the API elements from other technologies that are also used by ATSUI.
  9497. ------------------------------------------------
  9498.     C,le Computer, Inc. Software Licensing Group.
  9499. Compiler Stuff
  9500. Debugging Tools
  9501. Read Me
  9502. Sample Applications
  9503. Software Licensing Info
  9504. Thread Manager
  9505. Thread Manager 2.1.1d1+
  9506. Thread Manager Documentation
  9507. ThreadUtilities
  9508. What's New In This PackageK
  9509. Aug 93L
  9510. Apr 95M
  9511. Runs on Macintosh Plus and newer under System 7 (7.0, 7.0.1, 7.1, etc.) System 7.1 or later recomended. The Thread Manger is built into System 7.5 and later systems so the extension is not needed.N>Thread Manager, thread, threads,  tasks, tasking, multitaskingO:Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Thread Manager:PBDev.CD Oct 00 SDK1
  9512.  - Development Kits
  9513.  - Mac OS
  9514.  - Thread Manager
  9515. chrominance
  9516. chrp{
  9517. chunk
  9518. chunks
  9519. claim{
  9520. claims
  9521. claris
  9522. clarisworks
  9523. clark
  9524. clash{
  9525. class
  9526. classes{
  9527. classicu
  9528. classroomS
  9529. clause
  9530. clauses
  9531. clean
  9532. cleaner
  9533. clearly
  9534. robix
  9535. robix
  9536. sources
  9537. robustness
  9538. build/download
  9539. 3.2.4
  9540. romresourcedump
  9541. rotate
  9542. rotate
  9543. bitmap
  9544. rotated
  9545. rotated
  9546. thingies
  9547. rotatestring
  9548. rubber
  9549. rubber
  9550. bandit
  9551. runtime
  9552. error
  9553. codes
  9554. samplea
  9555. sample
  9556. sample
  9557. traffic
  9558. light
  9559. samplemakeeffectmovi
  9560. sampler
  9561. samplerateavail
  9562. samples
  9563. print
  9564. record
  9565. saver
  9566. scalable
  9567. scalable
  9568. postscript
  9569. scanners
  9570. scomm
  9571. scrap
  9572. /scomQ
  9573. sdevk
  9574. selectors
  9575. the sc
  9576. 68794X
  9577. Nov 00^    TC Disk 1b
  9578. Revised
  9579. --set theItem to choose file -- uncomment to test in an AS editor
  9580.     tell application "Finder"
  9581.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MyDeviceLoop:"
  9582.         activate
  9583.     end tell
  9584. on error errMsg number errNum
  9585.     --enter statements to perform when no records are found such as...
  9586.     display dialog "Sorry, the item you selected could not be found."
  9587.     return
  9588. end try
  9589. Updatedf+ClipRect
  9590. GetNextDevice
  9591. GetDeviceList
  9592. Carbono&http://developer.apple.com/samplecode/q
  9593. Dev.CD Nov 00 TC Disk 1
  9594. All Packages
  9595. MyHelpMenuI
  9596. Sample code to demonstrate how to append your own menu items to the help menu and how to add heirarchical sub-menus to menu items installed in the help menu.
  9597. JNMyHelpMenu READ ME
  9598. MyHelpMenu(PPC)
  9599. MyHelpMenu.c
  9600. MyHelpMenu.mcp
  9601. MyHelpMenu.rsrcK
  9602. Mar 98N#help, menu, hierarchical, sub-menusO<Dev.CD Nov 00 TC Disk 1:Sample Code:Help Systems:MyHelpMenu:V
  9603. 68795X
  9604. 1e    No Change
  9605. All Packages
  9606. e    No ChangefNopen transport
  9607. port registry
  9608. OTGetIndexedPort
  9609. OTDumpPortRegistryq
  9610. Dev.CD Nov 00 TC Disk 1
  9611. All Packages
  9612. OTEndpointInfo
  9613. KThis sample demonstrates how to query an endpoint for its 
  9614. vital statistic
  9615.  using OTGetEndpointInfo.  It also prints a list of that information for the commonly used Open Transport endpoint types for your reference.  The code from this sample is featured in the latest release (v1.2) of the book 
  9616. Inside Macintosh: Open Transport
  9617. JTOTEndpointInfo(PPC)
  9618. OTEndpointInfo.c
  9619. OTEndpointInfo.mcp
  9620. Read Me About OTEndpointInfoK
  9621. Nov 97L
  9622. Jun 98M
  9623. Open Transport 1.1.1 or higherNMOpen Transport, OTGetEndpointInfo, TEndpointInfo, TSDU, ETSDA, OTEndpointInfoO>Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTEndpointInfo:PFDev.CD Nov 00 TC Disk 1
  9624.  - Sample Code
  9625.  - Networking
  9626.  - OTEndpointInfoV
  9627. 68847X
  9628. Nov 00^    TC Disk 1
  9629. e    No Change
  9630. D Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:SoundSnippets:
  9631. useful for tuning an application with respect to disk I/O performance. A disk I/O test program called 'BlockReader' is also included.
  9632. JBBlockReader 1.0
  9633. IOTracer 6.0
  9634. IOTracer Analyzer 1.0
  9635. SCSIMonitor 4.0K
  9636. Jun 95L
  9637. May 96M
  9638. System 7.0N
  9639. SCSI, Disk I/O, PerformanceOKDev.CD Nov 00 TC Disk 1:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:PVDev.CD Nov 00 TC Disk 1
  9640.  - Tool Chest
  9641.  - Devices
  9642.  - SCSI
  9643.  - Disk I/O Performance Tools    --enter statements to perform when no records are found such as...
  9644.     display dialog "Sorry, the item you selected could not be found."
  9645.     return
  9646. end try
  9647. e    No Changef'QuickTime
  9648. Streaming
  9649. Messages
  9650. Controllerq
  9651. Dev.CD Nov 00 TC Disk 2
  9652. All Packages
  9653. QTStreamSplicer
  9654. 67379X
  9655. jectsupportlib
  9656. appleevent
  9657. screent
  9658. offscreen
  9659. offscreen
  9660. gworld
  9661. opaque
  9662. opaque
  9663. types
  9664. systems
  9665. f--set theItem to choose file -- uncomment to test in an AS editor
  9666.     tell application "Finder"
  9667.         open item "Dev.CD Jul 96 SSW"
  9668.         activate
  9669.     end tell
  9670. on error errMsg number errNum
  9671.     --enter statements to perform when no records are found such as...
  9672.     display dialog "Sorry, the item you selected could not be found."
  9673.     return
  9674. end try
  9675. two-way@
  9676. type@
  9677. ulaw@
  9678. under
  9679. system
  9680. finder
  9681. switches
  9682. black&white
  9683. versio@
  9684. universal@
  9685. unmounted/mounted@
  9686. update-based@
  9687. updating@
  9688. usage@
  9689. used@
  9690. useful@
  9691. user's@
  9692. uses@
  9693. using@
  9694. v2.0.4@
  9695. validator@
  9696. vary@
  9697. verify@
  9698. version
  9699. windowed
  9700. allows
  9701. creation
  9702. vertical@
  9703. videobottlenecks@
  9704. visit@
  9705. volumemount@
  9706. walk@
  9707. we're@
  9708. were@
  9709. aegizmos@
  9710. when@
  9711. 00 Developer NoteV
  9712. 63652X
  9713. o Change
  9714. 68442X
  9715. Nov 00^    TC Disk 2
  9716. --set theItem to choose file -- uncomment to test in an AS editor
  9717.     tell application "Finder"
  9718.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:DelegateOnlyComponent:"
  9719.         activate
  9720.     end tell
  9721. on error errMsg number errNum
  9722.     --enter statements to perform when no records are found such as...
  9723.     display dialog "Sorry, the item you selected could not be found."
  9724.     return
  9725. end try
  9726. e    No Changef
  9727. QuickTime
  9728. componentq
  9729. Dev.CD Nov 00 TC Disk 2
  9730. All Packages
  9731. Design for Robustness
  9732. 68443X
  9733. ew & RevisedF    SeedCFill
  9734. <This sample has been updated for the Carbon API.  This sample shows how to use the SeedCFill routine to create a mask given a source image. 
  9735. This routine computes a destination bitmap image with 1's only in the pixels where paint can not leak from the starting seed point. This is similar to the paint- bucket tool.
  9736. Updated
  9737. orefinderevents
  9738. moreinterfacelib
  9739. hat aside from the compatibility code associated with HOSTED_BY_FONT_MISCREANT, this code roughly parallels what the popup menu CDEF (ID 63) does.
  9740. PowerMacOr68K:  This snippet shows how to determine whether you are running on a Power Macintosh or on a 680x0 Macintosh.  It also provides a method for determine exactly which type of processor is running. This works around an off-by-one error with gestaltNativeCPUType.
  9741. Prefs:  This Think C application displays a sample preferences dialog con
  9742. taining edit text, radio buttons, and a file selection button, and demonstrates storage of the item settings in a preferences file.
  9743. ProgressBars 1.0:  ProgressBars is a bares bones application that demonstrates two implementations of the progress bars found in many Macintosh applications, namely the standard progress bar and the barber pole.
  9744. readLocation:  This snippet shows how to retrieve the Map control panel settings for longitude and latitude and the time offset from GMT
  9745. Reinstalla
  9746. documentationandsamp
  9747. documented
  9748. documentedin
  9749. documentproc
  9750. documents`
  9751. docviewer
  9752. dodocumentclick
  9753. qdrawmhdlr
  9754. qdrawmhdlr
  9755. carbon
  9756. qt3-more
  9757. qt3-more
  9758. video
  9759. qtcode
  9760. qtcode
  9761. qtcode
  9762. qtlogo
  9763. qtlogo
  9764. qtsprites
  9765. qtsprites
  9766. qtsprites
  9767. qtsprites
  9768. query
  9769. quick
  9770. quick
  9771. start
  9772. quicksort
  9773. quicksort
  9774. hand-coded
  9775. hand-tuned
  9776. hand-tweak
  9777. handbookw
  9778. handed
  9779. handle
  9780. handle's
  9781. handle-based
  9782. handled
  9783. handledatahandlersub
  9784. handlerf
  9785. handlersf
  9786. handles
  9787. handling
  9788. handoff
  9789. moduleN
  9790. modulesR
  9791. moment
  9792. momentum{
  9793. money
  9794. monitorU
  9795. monitoringA
  9796. monitors
  9797. monolithic
  9798. imagecompositing
  9799. imagefile
  9800. imageproducing
  9801. imaging`
  9802. import
  9803. import/export
  9804. importermac
  9805. importerwin
  9806. importexport
  9807. importexportmovie
  9808. imran's
  9809. imran's
  9810. virtual
  9811. keycodes
  9812. partnership
  9813. partnerships
  9814. partsZ
  9815. party
  9816. pascalb
  9817. pascal
  9818. example
  9819. demonstrating
  9820. dialog
  9821. pascal
  9822. example
  9823. which
  9824. monitors
  9825. keymap
  9826. displays
  9827. pascal's
  9828. pascal/handle
  9829. pci-based
  9830. pci-the{
  9831. pcmcia
  9832. pending
  9833. pentiumZ
  9834. people[
  9835. perfectly
  9836. performf
  9837. applib
  9838. applib
  9839. applib
  9840. applib
  9841. application
  9842. application
  9843. application
  9844. application
  9845. application
  9846. examples
  9847. application
  9848. files
  9849. applparamshack
  9850. applparamshack
  9851. applparamshack
  9852. apprsrc
  9853. apprsrc
  9854. appstogo
  9855. appstogo
  9856. appstogo
  9857. appstogo
  9858. reference
  9859. appstogo/cw
  9860. appstogo/cw
  9861. build
  9862. appwannabe
  9863. appwannabenewdocs
  9864. arbitration
  9865. architectureQ
  9866. PLDev.CD Nov 00 TC Disk 2
  9867.  - Sample Code
  9868.  - QuickTime
  9869.  - Goodies
  9870.  - qtgraphimp
  9871. glyphaiv
  9872. glyphaiv
  9873. glyphaiv
  9874. goodies
  9875. gotomove
  9876. gotomove
  9877. gouraud
  9878. gouraud
  9879. sample
  9880. grabguy
  9881. grabguy
  9882. graphic
  9883. graphical
  9884. graphical
  9885. interface
  9886. graphicimporter
  9887. graphicimporter
  9888.  - XCMDs & XFCNsV
  9889. 63429X
  9890. Nov 99^
  9891. --set theItem to choose file -- uncomment to test in an AS editor
  9892.     tell application "Finder"
  9893.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:"
  9894.         activate
  9895.     end tell
  9896. on error errMsg number errNum
  9897.     --enter statements to perform when no records are found such as...
  9898.     display dialog "Sorry, the item you selected could not be found."
  9899.     return
  9900. end try
  9901. Deletedq
  9902. Dev.CD Nov 99 TC
  9903. All Packages
  9904. AudioCodec
  9905. 63430X
  9906. lines
  9907. 1.1.1
  9908. 1.1.3
  9909. 1.1.4
  9910. 1.1b1
  9911. 1.1b8
  9912. 1.2.1R
  9913. 1.2.4
  9914. 1.3.4
  9915. 1.3.6
  9916. 1.3b5
  9917. 1.4.2g
  9918. 1.4.6f4
  9919. 1.5.1
  9920. 1.5.2
  9921. 1.5b16
  9922. 1.6.2
  9923. 160/165c/180/180c
  9924. high-visibility@
  9925. hints@
  9926. however@
  9927. html@
  9928. http@
  9929. icondispatch@
  9930. illustrates@
  9931. implementation@
  9932. colorsync`
  9933. colorsync-savvy
  9934. colortable
  9935. coloured
  9936. column
  9937. columned
  9938. columns
  9939. com/acrobat_
  9940. com/acrobat/register_
  9941. com/bin/bugrpt
  9942. com/bugreporter
  9943. com/cftype
  9944. com/colorsync
  9945. com/dev/swtechpubs/d
  9946. com/java
  9947. com/mkt/maclogo
  9948. com/mkt/swl
  9949. com/quicktime
  9950. com/quicktime/develo
  9951. com/sherlock/plugind
  9952. com/store
  9953. com/technotes/tn/tn1
  9954. com/techpubs
  9955. com/techpubs/mac/ppc
  9956. com/tools
  9957. companies
  9958. companion_
  9959. company
  9960. company's
  9961. compared
  9962. comparedirtext
  9963. comparelastrevision
  9964. comparing
  9965. comparisions
  9966. comparisons
  9967. compatibility^
  9968. compiles
  9969. e    No ChangefGOptimization
  9970. buffered file system
  9971. cache
  9972. cacheline
  9973. Optimization TN Demosq
  9974. Dev.CD Nov 00 TC Disk 2
  9975. D!All Packages
  9976. Tool Chest Edition
  9977. OT Server Sample 1.0.1
  9978. Summary: The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Open Transport when used properly.
  9979. This version of the Virtual Server simply opens a listening endpoint and as many accepting endpoints as you want using TCP. It waits for an inbound connection request, accepts the connection, and hands it off ager that is available for PowerBook Macintoshes.
  9980. JMControl Strip
  9981. Control Strip Sample
  9982. Control Strip Technical Note
  9983. MacCalendar 
  9984. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Oct 00 SDK1
  9985.  - Development Kits
  9986.  - Mac OS
  9987.  - Control Stription
  9988. setpt
  9989. setrect
  9990. is a MPW tool used to format C and C++ source code to a user defined style. 
  9991. Features:
  9992. * Cryptic and obscure formatting commands! 
  9993. * Source code.  
  9994. * Understands C and C++.  
  9995. * Understands conditional compilation.  Source is provided.  
  9996. * Formats in the One True Style out of the box.
  9997. * Used by the developers of MacApp 3.0. 
  9998. * Does not harm the ozone layer nor does it contribute to global warming.
  9999. This package is System 7.0 compatible.  
  10000. Jwcdent
  10001. cdent - a formatter for C/C++
  10002. Defect List
  10003. MacApp CDent Stuff
  10004. Makefile
  10005. Objects
  10006. Tests
  10007. Useful AddMenu and ScriptK
  10008. Jun 92M)System 6.x or greater, MPW 3.1 or greaterOZDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:PeDev.CD Nov 00 TC Disk 1
  10009.  - Tool Chest
  10010.  - Development Kits
  10011.  - C++ Related
  10012.  - C++ Source Code Formatter3X
  10013. Apr 94
  10014. 1A Location Manager module that shows how to eject PC Cards.  This is a sample of an action module and is useful in general for PowerBook users which use PC Cards and Location Manager
  10015. Shows how to walk the name registry to find PC Cards and eject them. Shows how to build a Location Manager action module.
  10016. Communications Toolbox
  10017. Contributed
  10018. Devices and Hardware
  10019. Files
  10020. Games
  10021. Graphics 2D
  10022. Graphics 3D
  10023. Help Systems
  10024. Human Interface Toolbox
  10025. Interapplication Comm
  10026. Memory
  10027. Networking
  10028. OS Utilities
  10029. Overview
  10030. Platforms and Tools
  10031. Printing
  10032. Processes
  10033. QuickTime
  10034. Runtime Architecture
  10035. Sound
  10036. Mar 99MFPower Macintosh with PC Card 3.0 (PowerBook 3400, 2400, G3, G3 Series)N3PC Card 3.0, Location Manager, Eject, Action moduleO
  10037. Dev.CD Nov 99 TC:Sample Code:P
  10038. Dev.CD Nov 99 TC
  10039.  - Sample Codeay dialog "Sorry, the item you selected could not be found."
  10040.     return
  10041. end try
  10042. All Packages
  10043. F    PowerTalkO
  10044. Dev.CD Apr 95
  10045. Dev.CD Jan 95P
  10046. Dev.CD Apr 95
  10047. Dev.CD Jan 9V
  10048. 67281X
  10049. Apr 95
  10050. 68257X
  10051. May 98^
  10052. --set theItem to choose file -- uncomment to test in an AS editor
  10053.     tell application "Finder"
  10054.         open item "Dev.CD May 98 TC:Programs & Marketing:Apple Dev News Archive:"
  10055.         activate
  10056.     end tell
  10057. on error errMsg number errNum
  10058.     --enter statements to perform when no records are found such as...
  10059.     display dialog "Sorry, the item you selected could not be found."
  10060.     return
  10061. end try
  10062. Deletedf#Apple news
  10063. Apple Developer Newsq
  10064. Dev.CD May 98 TC
  10065. ;D!All Packages
  10066. Tool Chest Edition
  10067. Apple Directions 1995
  10068.  - TranslateRotate
  10069. macintosh
  10070. powerbook
  10071. series
  10072. developer
  10073. coresample
  10074. corner
  10075. corporate
  10076. corporation
  10077. correct
  10078. corrected
  10079. corrections
  10080. correctly
  10081. corrects
  10082. correlate
  10083. correspondence
  10084. corresponding
  10085. corresponds
  10086. corrosponding
  10087. corrupt
  10088. corrupted
  10089. corruption
  10090. cosmetic[
  10091. costly
  10092. costs{
  10093. could]
  10094. couldn't
  10095. counter
  10096. counterclockwise
  10097. countersA
  10098. counting
  10099. country
  10100. counts
  10101. couple
  10102. courseS
  10103. coursesS
  10104. utilities
  10105. utility
  10106. utils
  10107. validation
  10108. validation
  10109. reformatting
  10110. variable
  10111. variables
  10112. vector
  10113. velocity
  10114. velocity
  10115. engine
  10116. version
  10117. version
  10118. numbers
  10119. video
  10120. video
  10121. conferencing
  10122. video
  10123. device
  10124. video
  10125. device
  10126. modes
  10127. video
  10128. frame
  10129. video
  10130. output
  10131. component
  10132. video
  10133. toolkit
  10134. enable/disable
  10135. viewenable
  10136. viewer
  10137. virtual
  10138. virtual
  10139. navigation
  10140. virtual
  10141. reality
  10142. virtual
  10143. virtualuser
  10144. visigenic
  10145. visrgn
  10146. voice
  10147. volume
  10148. volume
  10149. volumes
  10150. recording
  10151. vrefnum
  10152. vtwin
  10153. browser
  10154. objects
  10155. b--set theItem to choose file -- uncomment to test in an AS editor
  10156.     tell application "Finder"
  10157.         open item "Dev.CD Jan 94"
  10158.         activate
  10159.     end tell
  10160. on error errMsg number errNum
  10161.     --enter statements to perform when no records are found such as...
  10162.     display dialog "Sorry, the item you selected could not be found."
  10163.     return
  10164. end try
  10165. pictdialog
  10166. picture
  10167. pippin
  10168. pippin
  10169. bandai
  10170. atworld
  10171. atmark
  10172. multimedia
  10173. pixel
  10174. pixelsize
  10175. pixmapr
  10176. pixmap
  10177. direct
  10178. pixel
  10179. access
  10180. getcpixel
  10181. getpixbaseaddr
  10182. copybits
  10183. pixpat
  10184. plaintalk
  10185. plaintalk
  10186. speech
  10187. recognition
  10188. platformR
  10189. platformid
  10190. playback
  10191. player
  10192. playing
  10193. plist
  10194. plug-in
  10195. plug-ins
  10196. pmforecolor
  10197. preference
  10198. preferences
  10199. previews
  10200. prgeneral
  10201. print
  10202. 68455X
  10203. Sep 96^
  10204. --set theItem to choose file -- uncomment to test in an AS editor
  10205.     tell application "Finder"
  10206.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 16:"
  10207.         activate
  10208.     end tell
  10209. on error errMsg number errNum
  10210.     --enter statements to perform when no records are found such as...
  10211.     display dialog "Sorry, the item you selected could not be found."
  10212.     return
  10213. end try
  10214. Deletedq
  10215. Dev.CD Sep 96 RL
  10216. D(All Packages
  10217. Reference Library Edition
  10218. develop Issue 17
  10219. simple
  10220. sample
  10221. simple
  10222. sample
  10223. simple
  10224. sample
  10225. simple
  10226. sample
  10227. tools
  10228. tools
  10229. sample
  10230. sample
  10231. vblsample
  10232. scsiasyncsample
  10233. scsiasyncsample
  10234. scsidriveidsample
  10235. scsidriveidsample
  10236. scsidriver
  10237. scsidriver
  10238. scsifinddevices
  10239. scsifinddevices
  10240. scsifinddevicesmain
  10241. EJxALM_SDK_Doc.html
  10242. Generic
  10243. Generic ALM Module.CWPro2
  10244. Graphics
  10245. Install ALM 1.0.2
  10246. Install ALM 2.0.1
  10247. Makefile
  10248. Objects
  10249. SourcesK
  10250. Apr 97L
  10251. Mar 98MOMacOS 8 is required for ALM 2.0. ALM 1.0.2 will install on System 7.6 or 7.6.1.NNLocation, ALM, Configuration, Setting, Preference, Switch, Module, EnvironmentOBDev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Location Manager:PJDev.CD Oct 00 SDK1
  10252.  - Development Kits
  10253.  - Mac OS
  10254.  - Apple Location ManagerV
  10255. 68268X
  10256. Oct 00^
  10257. --set theItem to choose file -- uncomment to test in an AS editor
  10258.     tell application "Finder"
  10259.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Location Manager:"
  10260.         activate
  10261.     end tell
  10262. on error errMsg number errNum
  10263.     --enter statements to perform when no records are found such as...
  10264.     display dialog "Sorry, the item you selected could not be found."
  10265.     return
  10266. end try
  10267. e    No ChangefGLocation
  10268. Configuration
  10269. Setting
  10270. Preference
  10271. Switch
  10272. Module
  10273. Environmentq
  10274. Dev.CD Oct 00 SDK1
  10275. 69326X
  10276. Nov 99^
  10277. r--set theItem to choose file -- uncomment to test in an AS editor
  10278.     tell application "Finder"
  10279.         open item "Dev.CD Nov 99 TC:Sample Code:"
  10280.         activate
  10281.     end tell
  10282. on error errMsg number errNum
  10283.     --enter statements to perform when no records are found such as...
  10284.     display dialog "Sorry, the item you selected could not be found."
  10285.     return
  10286. end try
  10287. Deletedq
  10288. Dev.CD Nov 99 TC
  10289. D!All Packages
  10290. Tool Chest Edition
  10291. Snippets - Memory
  10292. (** = new, * = revised)
  10293. Cache Flushing:  Cache.c contains code to correctly flush instruction and data caches on all Macintosh CPUs, including the Quadras.
  10294. SimpleInit:  This snippet demonstrates the writing of a simple init which attempts to allocate a 1 megabyte and then a 2 megabyte handle in the System heap.
  10295. Switch Stack:  This is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space. Th4
  10296. platform@
  10297. plays@
  10298. plug-in@
  10299. point-to-point@
  10300. portability@
  10301. portrait@
  10302. power@
  10303. powerbooks@
  10304. powerpc
  10305. powerpc-based@
  10306. pre-print@
  10307. preparememoryforio@
  10308. presents@
  10309. prgeneral@
  10310. printer-specific@
  10311. privileges@
  10312. processes@
  10313. product@
  10314. profile@
  10315. program
  10316. sample
  10317. demonstrate
  10318. apple
  10319. events
  10320. programs@
  10321. projectdrag@
  10322. protocol's@
  10323.  Changeq
  10324. Dev.CD Nov 00 TC Disk 1
  10325. All Packages
  10326. Print clipped offscreen
  10327. OPrint 
  10328. clipped offscreen:  Takes a text string, turns it into a region and copies a clipped bitmap (just a pattern in this case, but it could be anything) to the printing grafPort.  The effect is patterned text here, but any image could be showing through the text.
  10329. This sample is a rewrite of the 'Offscreen region MaskRgn' sample. 
  10330. JGOffscreen Region.c
  10331. PrintClippedOffscreen(PPC)
  10332. PrintClippedOffscreen.mcpN
  10333. clip, text, printge
  10334. JP.DS_Store
  10335. build
  10336. English.lproj
  10337. FullScreen.app
  10338. FullScreen.pbproj
  10339. main.c
  10340. ReadMe.rtfK
  10341. Nov 00M
  10342. Mac OS X or laterN!Full Screen, Hide Dock, Hide MenuO;Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:FullScreen:PCDev.CD Nov 00 TC Disk 1
  10343.  - Sample Code
  10344.  - Graphics 2D
  10345.  - FullScreenV
  10346. 68554X
  10347. Nov 00^    TC Disk 1b
  10348. --set theItem to choose file -- uncomment to test in an AS editor
  10349.     tell application "Finder"
  10350.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:FullScreen:"
  10351.         activate
  10352.     end tell
  10353. on error errMsg number errNum
  10354.     --enter statements to perform when no records are found such as...
  10355.     display dialog "Sorry, the item you selected could not be found."
  10356.     return
  10357. end try
  10358. eN2Chooser, Chooser package, printer driver, PACKman
  10359. OIDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Chooser:PACKman:PTDev.CD Nov 00 TC Disk 1
  10360.  - Sample Code
  10361.  - Devices and Hardware
  10362.  - Chooser
  10363.  - PACKmanV
  10364. 67234X
  10365. Nov 00^    TC Disk 1
  10366. e    No Change
  10367. stoppinf
  10368. stoppinf
  10369. icons
  10370. storer
  10371. storyboard
  10372. stream
  10373. streaming
  10374. streamlogresources
  10375. streamlogresources
  10376. streamnop
  10377. streamnop
  10378. streamnop
  10379. streams
  10380. streams
  10381. streams
  10382. stress
  10383. stress
  10384. testing
  10385. tools
  10386. strings
  10387. Media Resources
  10388.  - EOModelerV
  10389. 63653X
  10390. Feb 00^
  10391. --set theItem to choose file -- uncomment to test in an AS editor
  10392.     tell application "Finder"
  10393.         open item "Dev.CD Feb 00 TC:Interactive Media Resources:EOModeler:"
  10394.         activate
  10395.     end tell
  10396. on error errMsg number errNum
  10397.     --enter statements to perform when no records are found such as...
  10398.     display dialog "Sorry, the item you selected could not be found."
  10399.     return
  10400. end try
  10401. DeletedA  01730-0108
  10402. Phone:    +1 508 651 3561
  10403. Fax:      +1 508 651 7584
  10404. WWW:      ht
  10405. This sample demonstrates how to let the user choose an alias file from an "open" dialog. The basic idea is to intercept the pseudo- item 'sfHookOpenAlias' in a CustomGetFile hook function and transform it into 'getOpen'. This causes the dialog to behave as if the user had clicked the open button. Also, we intercept the item number of a check box we have added to the dialog item template in order to allow the user to choose whether to resolve aliases. Finally, when CustomGetFile returns, weB/ call Alert to let the user know what happened.
  10406. JYCustomGet unresolved alias.c
  10407. CustomGet unresolved alias.rsrc
  10408. CustomGet(PPC)
  10409. CustomGet.mcpM
  10410. System 7.0N.Standard File, CustomGetFile, choosing aliasesOSDev.CD Nov 00 TC Disk 1:Sample Code:Files:Standard File:CustomGet unresolved alias:P^Dev.CD Nov 00 TC Disk 1
  10411.  - Sample Code
  10412.  - Files
  10413.  - Standard File
  10414.  - CustomGet unresolved aliasr, it is a low priority patent.
  10415. All Packages
  10416. PowerTalk (PPC)O
  10417. Dev.CD Oct 94P
  10418. Dev.CD Oct 9V
  10419. 68932X
  10420. Oct 94
  10421. b--set theItem to choose file -- uncomment to test in an AS editor
  10422.     tell application "Finder"
  10423.         open item "Dev.CD Oct 94"
  10424.         activate
  10425.     end tell
  10426. on error errMsg number errNum
  10427.     --enter statements to perform when no records are found such as...
  10428.     display dialog "Sorry, the item you selected could not be found."
  10429.     return
  10430. end try
  10431. All Packages
  10432. PowerTalk (PPC)O
  10433. Dev.CD Oct 94P
  10434. Dev.CD Oct 9V
  10435. 68933X
  10436. Oct 94
  10437. b--set theItem to choose file -- uncomment to test in an AS editor
  10438.     tell application "Finder"
  10439.         open item "Dev.CD Oct 94"
  10440.         activate
  10441.     end tell
  10442. on error errMsg number errNum
  10443.     --enter statements to perform when no records are found such as...
  10444.     display dialog "Sorry, the item you selected could not be found."
  10445.     return
  10446. end try
  10447. All Packages
  10448. PowerTalk (PPC)O
  10449. Dev.CD Oct 94P
  10450. Dev.CD Oct 9V
  10451. 68934X
  10452. Oct 94
  10453. 68461X
  10454. Sep 00^    RL Disk 1
  10455. --set theItem to choose file -- uncomment to test in an AS editor
  10456.     tell application "Finder"
  10457.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 21:"
  10458.         activate
  10459.     end tell
  10460. on error errMsg number errNum
  10461.     --enter statements to perform when no records are found such as...
  10462.     display dialog "Sorry, the item you selected could not be found."
  10463.     return
  10464. end try
  10465. e    No Changeq
  10466. Dev.CD Sep 00 RL Disk 1
  10467. All Packages
  10468. develop Issue 22
  10469. 68462X
  10470. 00 TC Disk 1:Sample Code:Human Interface Toolbox:ReadLocation:"
  10471.         activate
  10472.     end tell
  10473. on error errMsg number errNum
  10474.     --enter statements to perform when no records are found such as...
  10475.     display dialog "Sorry, the item you selected could not be found."
  10476.     return
  10477. end try
  10478. e    No Changeq
  10479. Dev.CD Nov 00 TC Disk 1
  10480. All Packages
  10481. ReadSector MSDOSV
  10482. 67596X
  10483. et Engineering Task Force.
  10484. Issues:Specifications only
  10485. Nov 94
  10486. e    No Changef
  10487. URL Access
  10488. Internet
  10489. Dev.CD Aug 99 TC
  10490. D!All Packages
  10491. Tool Chest Edition
  10492. US Distribution GuideI
  10493. Summary: This piece is intended to assist non-US developers understand the US market and the 3rd party software distribution channel in he US.J
  10494. US Distribution GuideK
  10495. Vol VIIM
  10496. Adobe Acrobat Reader.OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  10497.  - Programs & Marketing
  10498.  - Market & Distribution GuidesV
  10499. 69759X
  10500. May 98^
  10501. --set theItem to choose file -- uncomment to test in an AS editor
  10502.     tell application "Finder"
  10503.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  10504.         activate
  10505.     end tell
  10506. on error errMsg number errNum
  10507.     --enter statements to perform when no records are found such as...
  10508.     display dialog "Sorry, the item you selected could not be found."
  10509.     return
  10510. end try
  10511. e    No Changeq
  10512. Dev.CD May 98 TC
  10513. D.All Packages
  10514. Mac OS SDK Edition
  10515. New & RevisedF
  10516. USB DDK 1.4.6f4
  10517. --set theItem to choose file -- uncomment to test in an AS editor
  10518.     tell application "Finder"
  10519.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:ResEdit 2.1.3:"
  10520.         activate
  10521.     end tell
  10522. on error errMsg number errNum
  10523.     --enter statements to perform when no records are found such as...
  10524.     display dialog "Sorry, the item you selected could not be found."
  10525.     return
  10526. end try
  10527. wcodec
  10528. ulawcodec
  10529. ulawcodec
  10530. ulawcodecdispatch
  10531. ulawcodecdispatch
  10532. ulawcompressor
  10533. ulawcompressor
  10534. ulawdecompressor
  10535. ulawdecompressor
  10536. umafailure
  10537. umafailure
  10538. umafailure
  10539. umafailure
  10540. umafailure
  10541. umafailure
  10542. umafailure
  10543. umenuedwindow
  10544. umenuedwindow
  10545. umenuedwindow
  10546. umenuhandler
  10547. umenuhandler
  10548. umousedocument
  10549. umousedocument
  10550. umousedocument
  10551. umouseinfo
  10552. umouseinfo
  10553. umouseinfo
  10554. umousetrackbehavior
  10555. packages
  10556. compbasedmediabroadc
  10557. compbasedmediabroadc
  10558. compeffects
  10559. compenv
  10560. compenv
  10561. compilable
  10562. compiler
  10563. compiler
  10564. stuff
  10565. complete
  10566. completed
  10567. completed
  10568. component
  10569. componentdispatchk
  10570. componentdispatch
  10571. componentdispatch
  10572. componentincludes
  10573. componentprototypesk
  10574. componentprototypes
  10575. componentss
  10576. componentvideortp
  10577. compositedeffects
  10578. compositedeffects
  10579. compositing
  10580. compositors
  10581. compressed
  10582. compressed
  10583. compressed
  10584. compressedpict
  10585. compressedpict
  10586. compressedpictinfo
  10587. compressedpictinfo
  10588. he function NoResDialog(...), and you'll see.
  10589. NoSound:  This small app, placed in your Startup Items folder,  quiets the startup sound by installing a Shutdown procedure that saves the current volume setting and s
  10590. Core Foundation
  10591. overview
  10592. opaque types
  10593. reference counts
  10594. Base Services
  10595. CFBase.h
  10596. CFRetain
  10597. CFRelease
  10598. Reference counting
  10599. allocators
  10600. custom allocators
  10601. CFAllocator
  10602. CFType
  10603. Polymorphic functions
  10604. CFTypeID
  10605. CFIndex
  10606. CFOptionFlags
  10607. CFHashCode
  10608. CFHash
  10609. compare
  10610. CFComparatorFunction
  10611. CFComparisonResult
  10612. CFEqual
  10613. CFRange
  10614. Bundle Services
  10615. CFBundle.h
  10616. CFBundle
  10617. bundle
  10618. main bundle
  10619. resources
  10620. resource management
  10621. localization
  10622. internationalization
  10623. cross-platform
  10624. application package
  10625. Application
  10626. Framework
  10627. Loadable bundle
  10628. code loading
  10629. dynamic linking
  10630. lproj
  10631. localized strings
  10632. Info.plist
  10633. Collection Services
  10634. CFArray.h
  10635. CFDictionary.h
  10636. CFBag.h
  10637. CFSet.h
  10638. CFTree.h
  10639. CFData.h
  10640. CFBinaryHeap.h
  10641. CFBitVector.h
  10642. CFArray
  10643. CFDictionary
  10644. CFBag
  10645. CFSet
  10646. CFTree
  10647. CFData
  10648. CFBinaryHeap
  10649. CFBitVector
  10650. collection
  10651. container
  10652. ordered collection
  10653. vector
  10654. Property List Services
  10655. CFPropertyList.h
  10656. property list
  10657. information property list
  10658. info plist
  10659. Info.plist
  10660. CFArray
  10661. CFDictionary
  10662. CFDictionary
  10663. CFPropertyList
  10664. Core Foundation
  10665. String Se
  10666. summary
  10667. document
  10668. contains
  10669. helpful
  10670. converti
  10671. summary
  10672. document
  10673. describes
  10674. version
  10675. applesingle
  10676. elizer 3.0.pdf
  10677. Design For Reuse.pdf
  10678. DesignForRobustness
  10679. Digital Asset Management.pdf
  10680. Digital Storyboard.pdf 
  10681. DVD Development.pdf
  10682. DVD_Primer.pdf
  10683. Enhanced CD Survival Guide.pdf
  10684. EOModeler
  10685. Frameworks.pdf
  10686. Gender-Based Title Creation.pdf
  10687. Int_Media_Writer_Resources.pdf
  10688. Java Survival Guide.pdf
  10689. Making Cool QD3D Apps.pdf
  10690. Music on the Net.pdf
  10691. New Audio Features QT3.pdf
  10692. Porting
  10693. kObjectiveCtoJava
  10694. Push Tech Survival Gd.pdf
  10695. QT3-More Than Dig. Video.pdf
  10696. Simplified Stream Audio.pdf
  10697. Web Animation Guide.pdf
  10698. WebObjects Database Part I.pdf
  10699. WebObjects Database Part II.pdf
  10700. WebObjects Memory Mgmt.pdf
  10701. WebObjects Tools and Techniques
  10702. WebObjectsCategories&Posers.pdf
  10703. WebObjectsPerformanceTuning
  10704. Working with WebObjects.pdf
  10705. Writing for Interactive Media
  10706. 68701X
  10707. Sep 00^    RL Disk 1
  10708. --set theItem to choose file -- uncomment to test in an AS editor
  10709.     tell application "Finder"
  10710.         open item "Dev.CD Sep 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp R14b1:"
  10711.         activate
  10712.     end tell
  10713. on error errMsg number errNum
  10714.     --enter statements to perform when no records are found such as...
  10715.     display dialog "Sorry, the item you selected could not be found."
  10716.     return
  10717. end try
  10718. e    No Changef$MacApp
  10719. Framework
  10720. Object-oriented
  10721. /A(http://developer.apple.com/tools/macapp/
  10722. Dev.CD Sep 00 RL Disk 1
  10723. All Packages
  10724. MacApp R15d1
  10725. 68702X
  10726. ormance tool. It is used to record time-based information about your software as it runs. The viewer application displays this information, which can help you figure out what your software is up to.
  10727. 1.0.6 is a minor bugfix update. It also includes the experimental instrumented InterfaceLib that was part of E.T.O. 22.
  10728. 68737X
  10729. Nov 00^    TC Disk 1
  10730. --set theItem to choose file -- uncomment to test in an AS editor
  10731.     tell application "Finder"
  10732.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickTime:MegaMovies 1.6.2:"
  10733.         activate
  10734.     end tell
  10735. on error errMsg number errNum
  10736.     --enter statements to perform when no records are found such as...
  10737.     display dialog "Sorry, the item you selected could not be found."
  10738.     return
  10739. end try
  10740. e    No Changeq
  10741. Dev.CD Nov 00 TC Disk 1
  10742. All Packages
  10743. MemHellIqMemory stress too.   Update to previous version.
  10744. Fixes and ehancements to 1.0a5.  Works with QT 4.0 and Mac OS 9J
  10745. MemHell
  10746. MemHell 1.0a6 ReadMeK
  10747. Dec 93L
  10748. Dec 99M
  10749. System Software 7.0N8MemHell, Tool, Memory, stress, debug, debugging, testingO?Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:MemHell:PGDev.CD Nov 00 TC Disk 1
  10750.  - Tool Chest
  10751.  - Testing & Debugging
  10752.  - MemHellV
  10753. 68738X
  10754. Nov 00^    TC Disk 1
  10755. e    No Change
  10756. Addresso&http://developer.apple.com/samplecode/
  10757. e    No Change
  10758. Dev.CD Oct 00 SDK1
  10759. All Packages
  10760. AIFF writer sdevI0Sound hardware output ('sdev') component sample.J
  10761. AIFF writer sdev.mcp
  10762. AIFF writer(PPC)
  10763. AIFF_writer.c
  10764. AIFF_writer.h
  10765. AIFF_writer.r
  10766. AIFF_writer.rsrc
  10767. ComponentDispatch.c
  10768. ComponentDispatch.h
  10769. ComponentPrototypes.h
  10770. Hardware.c
  10771. Hardware.h
  10772. Structures.hM
  10773. Sound Manager 3.0 or laterN(Sound, component, sdev, AIFF writer sdevO;Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:AIFF writer sdev:PCDev.CD Nov 00 TC Disk 2
  10774.  - Sample Code
  10775.  - Sound
  10776.  - AIFF writer sdevV
  10777. 66615X
  10778. Nov 00e    No Change
  10779. This simple sample places a PICT in a modal dialog, with some other views, such as buttons and TEditText. It tries to show how easy this is achieved with TPicture view resources.
  10780. J8Dialogs.r
  10781. MDialogs.cp
  10782. READMEFIRST
  10783. UDialogs.cp
  10784. UDialogs.hM
  10785. MacApp 2.0.1 or laterN0MacApp, PICT, modal dialog, TPicture, PICTDialogOJDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:PICTDialog:PUDev.CD Nov 00 TC Disk 2
  10786.  - Sample Code
  10787.  - Platforms and Tools
  10788.  - MacApp
  10789.  - PICTDialogV
  10790. 68885X
  10791. Nov 00^    TC Disk 2
  10792. --set theItem to choose file -- uncomment to test in an AS editor
  10793.     tell application "Finder"
  10794.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:PICTDialog:"
  10795.         activate
  10796.     end tell
  10797. on error errMsg number errNum
  10798.     --enter statements to perform when no records are found such as...
  10799.     display dialog "Sorry, the item you selected could not be found."
  10800.     return
  10801. end try
  10802. e    No Changef,MacApp
  10803. modal dialog
  10804. TPicture
  10805. PICTDialog
  10806. A@Mac OS 8 or later.  68020 or better.  Mac OS X is not supported.
  10807. N'MacApp, Framework, Object-oriented, C++opment Kits
  10808.  - Mac OS
  10809.  - Instrumentation SDKV
  10810. 67003X
  10811. Oct 00^
  10812. --set theItem to choose file -- uncomment to test in an AS editor
  10813.     tell application "Finder"
  10814.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:"
  10815.         activate
  10816.     end tell
  10817. on error errMsg number errNum
  10818.     --enter statements to perform when no records are found such as...
  10819.     display dialog "Sorry, the item you selected could not be found."
  10820.     return
  10821. end try
  10822. e    No Changef(instrumentation
  10823. performance analysisq
  10824. Dev.CD Oct 00 SDK1
  10825. 0D!All Packages
  10826. Tool Chest Edition
  10827. Int'l Developer Contacts 2/96I{Summary:  This document contains a list of international developer programs and services contacts, in Adobe Acrobat format.J
  10828. Int'l Dev contacts 2/96K
  10829. May 95L
  10830. Apr 96nge
  10831. OPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:P[Dev.CD Nov 00 TC Disk 2
  10832.  - Sample Code
  10833.  - QuickTime
  10834.  - QuickTime for Java
  10835.  - QTSimpleAppletV
  10836. 68999X
  10837. Nov 00^    TC Disk 2
  10838. --set theItem to choose file -- uncomment to test in an AS editor
  10839.     tell application "Finder"
  10840.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:"
  10841.         activate
  10842.     end tell
  10843. on error errMsg number errNum
  10844.     --enter statements to perform when no records are found such as...
  10845.     display dialog "Sorry, the item you selected could not be found."
  10846.     return
  10847. end try
  10848. e    No Changef
  10849. QuickTime
  10850. Dev.CD Nov 00 TC Disk 2
  10851. All Packages
  10852. QTSndTween
  10853. 69000X
  10854. sprite
  10855. toolbox
  10856. sprocket
  10857. sprockets
  10858. srccopy
  10859. srcxor
  10860. stacks
  10861. standard
  10862. standard
  10863. standards
  10864. standards
  10865. based
  10866. starmax
  10867. state
  10868. statements
  10869. status
  10870. This installs the complete MacApp Release 14b1 product into a location of your choosing.  It is installed as a folder called 'Apple C++ Frameworks' and contains everything you need to developer MacApp-based applications for Mac OS 9 and Mac OS X.
  10871. This is a beta release and as such calls for extreme care when building final quality commercial applications.
  10872. Installation on a 'Mac OS Extended' volume requires approximately 29 MB of space (36 MB bytes used).   "Your mileage may vary."
  10873. PleasBVe be sure to read the License Agreement.
  10874. The Apple C++ Frameworks Team
  10875. July 20, 2000
  10876. Install MacApp R14b1K
  10877. Nov 97L
  10878. Sep 00N'MacApp, Framework, Object-oriented, C++OBDev.CD Sep 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp R14b1:PMDev.CD Sep 00 RL Disk 1
  10879.  - What's New
  10880.  - Tool Chest
  10881.  - MacApp
  10882.  - MacApp R14b1nt Kits:Mac OS:Installer SDK 1.2.4:P[Dev.CD Nov 00 TC Disk 1
  10883.  - What's New?
  10884.  - Development Kits
  10885.  - Mac OS
  10886.  - Installer SDK 1.2.4:QuickTime for Java:PlayMovie:V
  10887. 62401X
  10888. 1e    No Change
  10889. ager.  This can involve scrambling the system heap or application heap.
  10890. SysBeep interrupt:  The CPU can invoke a SysBeep call during a set interval time (in ticks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  10891. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  10892. ow sizes.  The standard Macintosh WDEFs are also included.  Note that when selecting a particular window shape, all movies opened after that will reflect that change.
  10893. Movie Status:  Opens a window displaying the current movie being examined.  It will tell you all you need to know about movie controllers, frames/sec performance, playback rates, etc.
  10894. Also:  Preference Settings, AppleEvents aware, Flattenning Movies, Hiding and Showing of Controllers
  10895. Jul 92L
  10896. Feb 93as not been rigo
  10897. Jun 97
  10898. f--set theItem to choose file -- uncomment to test in an AS editor
  10899.     tell application "Finder"
  10900.         open item "Dev.CD Jun 97 SSW"
  10901.         activate
  10902.     end tell
  10903. on error errMsg number errNum
  10904.     --enter statements to perform when no records are found such as...
  10905.     display dialog "Sorry, the item you selected could not be found."
  10906.     return
  10907. end try
  10908. nD!All Packages
  10909. Mac OS SDK Edition
  10910. QuickTime 3 for Mac
  10911. With a customer base of more than five million Mac and Windows users who downloaded the preview release, and a growing list of online publishers
  10912. including, most recently, Fox News Online, Fox Sports Online and The Weather Channel
  10913. QuickTime 4 is the hottest streaming technology on the Internet.
  10914. Over 17,000 software products are built with QuickTime, and 400 new QuickTime-enabled products are created every month. And more than 57% of websites that use video use QuickTime.
  10915. For more informat
  10916. look at the Rez file (or look with ResEdit or your favorite resource editior) to see how the different popup setups are defined.
  10917. J`SimplePopupCDEF.c
  10918. SimplePopupCDEF.h
  10919. SimplePopupCDEF.rsrc
  10920. SimplePoputCDEF(PPC)
  10921. Sys7 popUpCDEF.mcpOKDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Sys7 popUpCDEF:PSDev.CD Nov 00 TC Disk 1
  10922.  - Sample Code
  10923.  - Human Interface Toolbox
  10924.  - Sys7 popUpCDEFrap
  10925. backscrapextension
  10926. balloonify
  10927. balloonify
  10928. balloonify
  10929. balloony
  10930. balloony
  10931. balloony
  10932. resources
  10933. balloonyhelp
  10934. balloonyhelp
  10935. balloonyres
  10936. balloonyres
  10937. copying
  10938. sequel
  10939. copying
  10940. sequel
  10941. bandcopyingsequel
  10942. bandcopyingsequel
  10943. bandcopyingthesequel
  10944. bandcopyingthesequel
  10945. barebones
  10946. barebones
  10947. barebones
  10948. basic
  10949. basic
  10950. connectivity
  10951. 1.1.1
  10952. basicdiskimage
  10953. basicdiskimage
  10954. basicdiskimage
  10955. basicdiskimage-68k
  10956. All Packages
  10957. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  10958. Dev.CD Jan 94
  10959. Dev.CD Oct 93
  10960. Dev.CD Jul 93P6Dev.CD Apr 94
  10961. Dev.CD Jan 94
  10962. Dev.CD Oct 93
  10963. Dev.CD Jul 9V
  10964. 69602X
  10965. Apr 94
  10966. --set theItem to choose file -- uncomment to test in an AS editor
  10967.     tell application "Finder"
  10968.         open item "Dev.CD Apr 94
  10969. Dev.CD Jan 94
  10970. Dev.CD Oct 93
  10971. Dev.CD Jul 93"
  10972.         activate
  10973.     end tell
  10974. on error errMsg number errNum
  10975.     --enter statements to perform when no records are found such as...
  10976.     display dialog "Sorry, the item you selected could not be found."
  10977.     return
  10978. end try
  10979. All Packages
  10980. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  10981. Dev.CD Jan 94
  10982. Dev.CD Oct 93
  10983. Dev.CD Jul 93P6Dev.CD Apr 94
  10984. Dev.CD Jan 94
  10985. Dev.CD Oct 93
  10986. Dev.CD Jul 9V
  10987. 69603X
  10988. Apr 94
  10989. &OQDev.CD May 97 TC
  10990. Dev.CD Nov 96 TC
  10991. Dev.CD Aug 96 TC
  10992. Dev.CD Feb 96 TC
  10993. Dev.CD Feb 95PPDev.CD May 97 TC
  10994. Dev.CD Nov 96 TC
  10995. Dev.CD Aug 96 TC
  10996. Dev.CD Feb 96 TC
  10997. Dev.CD Feb 9V
  10998. 68365X
  10999. May 97
  11000. --set theItem to choose file -- uncomment to test in an AS editor
  11001.     tell application "Finder"
  11002.         open item "Dev.CD May 97 TC
  11003. Dev.CD Nov 96 TC
  11004. Dev.CD Aug 96 TC
  11005. Dev.CD Feb 96 TC
  11006. Dev.CD Feb 95"
  11007.         activate
  11008.     end tell
  11009. on error errMsg number errNum
  11010.     --enter statements to perform when no records are found such as...
  11011.     display dialog "Sorry, the item you selected could not be found."
  11012.     return
  11013. end try
  11014. All Packages
  11015. ChineseTalk 6.0.3O
  11016. Dev CD Vol. V
  11017. Dev CD Vol. IVP
  11018. Dev CD Vol. V
  11019. Dev CD Vol. IV
  11020. 68366X
  11021. Vol. V
  11022. selected could not be found."
  11023.     return
  11024. end try
  11025. e    No Changef
  11026. print
  11027. PostScript
  11028. fontq
  11029. Dev.CD Nov 00 TC Disk 2
  11030. All Packages
  11031. New & RevisedF
  11032. Super Snapshot
  11033.     63658X
  11034. Nov 00^    TC Disk 1
  11035. e    No Change
  11036. 68982X
  11037. Nov 00^    TC Disk 2
  11038. --set theItem to choose file -- uncomment to test in an AS editor
  11039.     tell application "Finder"
  11040.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtflattentohandle:"
  11041.         activate
  11042.     end tell
  11043. on error errMsg number errNum
  11044.     --enter statements to perform when no records are found such as...
  11045.     display dialog "Sorry, the item you selected could not be found."
  11046.     return
  11047. end try
  11048. e    No Changeq
  11049. Dev.CD Nov 00 TC Disk 2
  11050. All Packages
  11051. qtframestepper
  11052. QTFrameStepper.c defines functions that you can use to step frame-by-frame through a QuickTime movie. Indeed, it illustrates *two* different methods for doing this:
  11053. (1) using Movie Toolbox functions to advance (or retreat) to interesting times in the movie
  11054. (2) using movie controller actions to step forward or backward through a movie
  11055. See the top of the file QTFrameStepper.c for more detailed comments and instructions
  11056. on using this snippet.
  11057. Enjoy,
  11058. QuickTime Team
  11059. OS 8.1 and the Internet Scripting Addition 
  11060. The information in 
  11061. About MRJ 2.2
  11062. , below is incorrect. It should read: On Mac OS 8.1, MRJ requires that you have the Internet Scripting Addition installed in the Scripting Additions folder in the Extensions folder. If this file is not present, you can re-install it from your Mac OS 8.1 CD. Double click 
  11063. Install Mac OS 8.1
  11064. , click 
  11065. Continue
  11066. , select the Destination disk, and then select the 
  11067. Add/Remove
  11068.  option. On the Custom Installation and Remo
  11069. val screen, check 
  11070. Internet Access
  11071. , and then click 
  11072. Start
  11073. . This will start the Internet Access installer. Follow the instructions to install all of the Internet Access software, including the Internet Scripting Addition.
  11074.  MRJ SDK
  11075. Developers working with MRJ 2.2.2 can continue to use MRJ SDK 2.2. Apple is not releasing a new MRJ SDK with MRJ 2.2.2.
  11076.  About MRJ 2.2
  11077. The release note originally provided with MRJ 2.2 appears below. Apart from the information above, this release note still 
  11078. Dev.CD Jan 94
  11079. Dev.CD Oct 9V
  11080. 69140X
  11081. Jan 94
  11082. p--set theItem to choose file -- uncomment to test in an AS editor
  11083.     tell application "Finder"
  11084.         open item "Dev.CD Jan 94
  11085. Dev.CD Oct 93"
  11086.         activate
  11087.     end tell
  11088. on error errMsg number errNum
  11089.     --enter statements to perform when no records are found such as...
  11090.     display dialog "Sorry, the item you selected could not be found."
  11091.     return
  11092. end try
  11093. All Packages
  11094. F    QuickTimeO
  11095. Dev.CD Jan 94P
  11096. Dev.CD Jan 9V
  11097. 69141X
  11098. Jan 94
  11099. b--set theItem to choose file -- uncomment to test in an AS editor
  11100.     tell application "Finder"
  11101.         open item "Dev.CD Jan 94"
  11102.         activate
  11103.     end tell
  11104. on error errMsg number errNum
  11105.     --enter statements to perform when no records are found such as...
  11106.     display dialog "Sorry, the item you selected could not be found."
  11107.     return
  11108. end try
  11109. All Packages
  11110. F    QuickTimeO
  11111. Dev.CD Jan 94P
  11112. Dev.CD Jan 9V
  11113. 69142X
  11114. Jan 94
  11115. async
  11116. sample
  11117. simple
  11118. sample
  11119. illustrates
  11120. asynch
  11121. driveid
  11122. simple
  11123. sample
  11124. shows
  11125. driver
  11126. number
  11127. driver
  11128. example
  11129. sample
  11130. driver
  11131. supports
  11132. devices
  11133. contains
  11134. simple
  11135. wrapper
  11136. progra
  11137. simple
  11138. sample
  11139. simple
  11140. sample
  11141. illustrates
  11142. sample
  11143. sample
  11144. shows
  11145. async
  11146. sdevk
  11147. ottcpwilldial
  11148. ottcpwilldial
  11149. ottcpwilldial
  11150. ottraceroutesample
  11151. ottraceroutesample
  11152. ottraceroutesample
  11153. otvirtual
  11154. otvirtualclient
  11155. otvirtualserver
  11156. outdata
  11157. output
  11158. output
  11159. files
  11160. since System
  11161. --set theItem to choose file -- uncomment to test in an AS editor
  11162.     tell application "Finder"
  11163.         open item "Dev.CD Apr 94
  11164. Dev.CD Jan 94
  11165. Dev.CD Oct 93
  11166. Dev.CD Jul 93
  11167. Dev.CD Apr 93"
  11168.         activate
  11169.     end tell
  11170. on error errMsg number errNum
  11171.     --enter statements to perform when no records are found such as...
  11172.     display dialog "Sorry, the item you selected could not be found."
  11173.     return
  11174. end try
  11175. builds
  11176. buildscript
  11177. buildsucceeded
  11178. buildxcmd
  11179. business
  11180. business
  11181. opp's
  11182. germany
  11183. butcdef
  11184. butcdef
  11185. alccontrolrgn
  11186. IfReadSector MSDOS is a sample demonstrating how to read sections on a DOS-formatted (MFM) floppy drive.JCReadMe
  11187. ReadSector MSDOS(PPC)
  11188. ReadSector MSDOS.mcp
  11189. ReadSectorMSDOS.pM
  11190. SuperDrive or equivalentN6floppy disk, floppy, DOS, MFM, drive, ReadSector MSDOSOPDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:ReadSector MSDOS:P[Dev.CD Nov 00 TC Disk 1
  11191.  - Sample Code
  11192.  - Devices and Hardware
  11193.  - Disks
  11194.  - ReadSector MSDOSV
  11195. 69223X
  11196. Nov 00^    TC Disk 1
  11197. --set theItem to choose file -- uncomment to test in an AS editor
  11198.     tell application "Finder"
  11199.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:ReadSector MSDOS:"
  11200.         activate
  11201.     end tell
  11202. on error errMsg number errNum
  11203.     --enter statements to perform when no records are found such as...
  11204.     display dialog "Sorry, the item you selected could not be found."
  11205.     return
  11206. end try
  11207. e    No Changef1floppy disk
  11208. floppy
  11209. drive
  11210. ReadSector MSDOSq
  11211. Dev.CD Nov 00 TC Disk 1
  11212. All Packages
  11213. b--set theItem to choose file -- uncomment to test in an AS editor
  11214.     tell application "Finder"
  11215.         open item "Dev.CD Jul 95"
  11216.         activate
  11217.     end tell
  11218. on error errMsg number errNum
  11219.     --enter statements to perform when no records are found such as...
  11220.     display dialog "Sorry, the item you selected could not be found."
  11221.     return
  11222. end try
  11223. sample
  11224. demonstrating
  11225. secti
  11226. ready
  11227. ready-to-print-with
  11228. real{
  11229. real-time
  11230. real-world
  11231. realistic
  11232. reality{
  11233. realizes
  11234. really
  11235. realtime
  11236. rearrange
  11237. reason
  11238. reasonabler
  11239. reasonably
  11240. reasons
  11241. reassemble
  11242. reassembler
  11243. reboot
  11244. rebooting
  11245. rebuild^
  11246. rebuilding
  11247. rebuilds
  11248. rebuilt^
  11249. receivee
  11250. thumbnail
  11251. thumbnail
  11252. thumbnail
  11253. thumbnail
  11254. tickanimate
  11255. tickanimate
  11256. tickanimate
  11257. tickanimate
  11258. tickanimate
  11259. ticket
  11260. ticket
  11261. program
  11262. ticket
  11263. program
  11264. ticket
  11265. program
  11266. ticket
  11267. program
  11268. ticket
  11269. program
  11270. tim's
  11271. tim's
  11272. libraries
  11273. timecode
  11274. timecode
  11275. timecodes
  11276. timeslaving
  11277. timeslaving
  11278. timezone
  11279. timezone
  11280. daylight
  11281. timezone
  11282. daylight
  11283. title
  11284. tlightgrayadorner
  11285. tlightgrayadorner
  11286. tlightgrayadorner
  11287. tmlrules
  11288. tmlrules
  11289. tn120
  11290. tn120
  11291. gworld
  11292. tn91testcode
  11293. tn91testcode
  11294. tn91testcode
  11295. tnetworkstream
  11296. tnetworkstream
  11297. tnetworkstream
  11298. countersA
  11299. counting
  11300. country
  11301. couple
  11302. courseS
  11303. coursesS
  11304. 68505X
  11305. Apr 00^
  11306. --set theItem to choose file -- uncomment to test in an AS editor
  11307.     tell application "Finder"
  11308.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:DrawSprocket_SDK:"
  11309.         activate
  11310.     end tell
  11311. on error errMsg number errNum
  11312.     --enter statements to perform when no records are found such as...
  11313.     display dialog "Sorry, the item you selected could not be found."
  11314.     return
  11315. end try
  11316. e    No Changef2DrawSprocket
  11317. color
  11318. depth
  11319. resolution
  11320. switching
  11321. gameo
  11322. http://developer.apple.com/sdkq
  11323. Dev.CD Apr 00 SDK1
  11324. All Packages
  11325. DrawSprocketTestI
  11326. This sample shows basic implementations of DrawSprocket Functions.  It demonstrates:
  11327. - Get Version
  11328. - Display/context iteration
  11329. - Context searching
  11330. - Multiple-buffering/page flipping
  11331. - CLUT operations
  11332. - DSpUserSelectContext
  11333. - Underlays
  11334. - Single BufferingJ^DrawSprocketTest
  11335. DrawSprocketTest.c
  11336. DrawSprocketTest.CW2.prj
  11337. DrawSprocketTest.CW5.prj
  11338. makefileK
  11339. Feb 00V
  11340. 68506X
  11341. 1e    No Change
  11342. 69737X
  11343. Sep 97^
  11344. --set theItem to choose file -- uncomment to test in an AS editor
  11345.     tell application "Finder"
  11346.         open item "Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:QuickView Databases-Standalone:"
  11347.         activate
  11348.     end tell
  11349. on error errMsg number errNum
  11350.     --enter statements to perform when no records are found such as...
  11351.     display dialog "Sorry, the item you selected could not be found."
  11352.     return
  11353. end try
  11354. e    No Changeq
  11355. Dev.CD Sep 97 RL
  11356. All Packages
  11357. TPIFileI
  11358. TPIFile is a sample TPI module that lets you open a 
  11359. TPIFile
  11360.  endpoint, connect that endpoint to a Mac OS file using an FSSpec, and then read that file using standard Open Transport API calls (eg OTRcv).J
  11361. Instrumentation Stuff
  11362. Read Me About TPIFile
  11363. TPIFile
  11364. TPIFile.c
  11365. TPIFile.h
  11366. TPIFile.Inst
  11367. TPIFile.mcp
  11368. TPIFileRegister
  11369. TPIFileRegister.c
  11370. TPIFileTest
  11371. TPIFileTest.c
  11372. VictimK
  11373. Jun 98L
  11374. Aug 00O7Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:TPIFile:V
  11375. 69738X
  11376. 1e    No Change
  11377. static
  11378. libraries
  11379. 68ksimpletext
  11380. 68ksimpletext
  11381. anniversary
  11382. 7.0fo
  11383. 7.0fo
  11384. makeN
  11385. 7.0fo
  11386. 7.0fo
  11387. rsrcN
  11388. 7.0fo
  11389. 7.1.3
  11390. 7.5.5
  11391. apple
  11392. grayscale
  11393. appearance
  11394. 7editO
  11395. 7edit
  11396. 7edit
  11397. 7edit
  11398. 7edit
  11399. 7edit
  11400. readmeP
  11401. 8.5.1
  11402. 8/31/93
  11403. 9/1/93
  11404. 95/02
  11405. a-lawm
  11406. a-law
  11407. compressor
  11408. a-law
  11409. decompressor
  11410. a-law
  11411. a-law
  11412. a-law
  11413. rsrcm
  11414. about
  11415. 2.2.3
  11416. redistribution
  11417. above
  11418. absolute
  11419. absolutely
  11420. abstract
  11421. abstraction
  11422. abstractions
  11423. abstracts
  11424. abuse
  11425. accelerated
  11426. viewer
  11427. thompson@
  11428. easy-to-use@
  11429. editing@
  11430. effects@
  11431. egetinfo@
  11432. embed
  11433. profile
  11434. image
  11435. specified
  11436. image's@
  11437. encodings@
  11438. enhancements@
  11439. entries@
  11440. entry-point@
  11441. folders@
  11442. years
  11443. multimedia
  11444. developers
  11445. regarded
  11446. equilibrium's
  11447. forbidden@
  11448. formatted@
  11449. frame@
  11450. frontier@
  11451. gelphman@
  11452. getting/setting@
  11453. glance@
  11454. gory@
  11455. graphic@
  11456. grown@
  11457. happen@
  11458. having@
  11459. here's@
  11460. hints@
  11461. however@
  11462. html@
  11463. http@
  11464. icondispatch@
  11465. illustrates@
  11466. implementation@
  11467. appstogo
  11468. appwannabe
  11469. april{
  11470. arabe
  11471. arabic
  11472. arbitraryj
  11473. arbitrate
  11474. arbitration
  11475. architecture/roadmap
  11476. architectures
  11477. archive
  11478. archivesz
  11479. areas
  11480. aren't
  11481. arithmetic
  11482. around
  11483. johnson
  11484. joins{
  11485. joseph
  11486. journey
  11487. joust
  11488. joysticks
  11489. jpeg-compressed
  11490. jsaver
  11491. jsaver
  11492. screen
  11493. saver
  11494. module
  11495. berkeley
  11496. systems
  11497. after
  11498. july{
  11499. june{
  11500. jungle
  11501. simple
  11502. carbon
  11503. sample
  11504. showing
  11505. obtain
  11506. hardwa
  11507. simple
  11508. sample
  11509. demonstrate
  11510. floating
  11511. windows
  11512. finder
  11513. handy
  11514. little
  11515. application
  11516. workers
  11517. justifiable
  11518. justification
  11519. justify
  11520. ersionnumb
  11521. 69121X
  11522. Jan 95
  11523. p--set theItem to choose file -- uncomment to test in an AS editor
  11524.     tell application "Finder"
  11525.         open item "Dev.CD Jan 95
  11526. Dev.CD Oct 94"
  11527.         activate
  11528.     end tell
  11529. on error errMsg number errNum
  11530.     --enter statements to perform when no records are found such as...
  11531.     display dialog "Sorry, the item you selected could not be found."
  11532.     return
  11533. end try
  11534. All Packages
  11535. F    QuickTimeO
  11536. Dev.CD Jan 96 SSWP
  11537. Dev.CD Jan 96 SSV
  11538. 69122X
  11539. Jan 96
  11540. f--set theItem to choose file -- uncomment to test in an AS editor
  11541.     tell application "Finder"
  11542.         open item "Dev.CD Jan 96 SSW"
  11543.         activate
  11544.     end tell
  11545. on error errMsg number errNum
  11546.     --enter statements to perform when no records are found such as...
  11547.     display dialog "Sorry, the item you selected could not be found."
  11548.     return
  11549. end try
  11550. All Packages
  11551. F    QuickTimeO
  11552. Dev.CD Jan 96 SSWP
  11553. Dev.CD Jan 96 SSV
  11554. 69123X
  11555. Jan 96
  11556. resedit
  11557. format
  11558. formatasdos
  11559. formatasdos
  11560. formatasdosdisk
  11561. formatasdosdisk
  11562. formatasdosdisk
  11563. formatincludes
  11564. formatnum
  11565. formatnum
  11566. formats
  11567. formatter
  11568. fortune
  11569. fortune
  11570. foundation
  11571. fragment
  11572. fragment
  11573. fragment
  11574. fragments
  11575. fragments
  11576. fragmentstuff
  11577. fragmentstuff
  11578. fragmenttool
  11579. fragmenttool
  11580. fragmenttool
  11581. fragmenttool
  11582. framework
  11583. objects
  11584. performance
  11585. tuning
  11586. webobjects
  11587. tools
  11588. techniques
  11589. white
  11590. win2maccountersample
  11591. windoid
  11592. windowcolors
  11593. windowpicker
  11594. windowpicker
  11595. windowsq
  11596. windows
  11597. wiredsprites
  11598. Summary:  Macintosh Easy Open (aka The Translation Manager) allows users to open documents created by applications they do not have.  The developer kit allows the application developer to create Macintosh Easy Open
  11599.  savvy applications as well as translation systems which actually perform translation.
  11600. Features:  Contains Macintosh Easy Open 1.1.1 developers kit which allows any user running System 7.0 or later to get automatic document translation.  Macintosh Easy Open also assists in perfB
  11601. orming scrap (in memory) translation.  Kind strings are enhanced in the Finder so document types are more robust.
  11602. Issues:  Please contact Apple Licensing for redistribution information.
  11603. Claris XTND Files:
  11604. Document Converter
  11605. Documentation:
  11606. Macintosh Easy Open
  11607. Macintosh Easy Open Reference
  11608. Open Me
  11609. Read Me First
  11610. Translation Extensions:K
  11611. Jul 93L
  11612. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:item you selected could not be found."
  11613.     return
  11614. end try
  11615. --set theItem to choose file -- uncomment to test in an AS editor
  11616.     tell application "Finder"
  11617.         open item "Dev.CD Apr 94
  11618. Dev.CD Jan 94
  11619. Dev.CD Oct 93
  11620. Dev.CD Jul 93
  11621. Dev.CD Apr 93"
  11622.         activate
  11623.     end tell
  11624. on error errMsg number errNum
  11625.     --enter statements to perform when no records are found such as...
  11626.     display dialog "Sorry, the item you selected could not be found."
  11627.     return
  11628. end try
  11629. mponentsM    QuickTimeN(QuickTime, preview, CustomGetFilePreviewORDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:Basics:AlwaysPreview:P`Dev.CD Nov 00 TC Disk 2
  11630.  - Sample Code
  11631.  - QuickTime
  11632.  -  All Macintosh
  11633.  - Basics
  11634.  - AlwaysPreviewV
  11635. 64998X
  11636. Nov 00^    TC Disk 2
  11637. e    No Change
  11638. errMsg number errNum
  11639.     --enter statements to perform when no records are found such as...
  11640.     display dialog "Sorry, the item you selected could not be found."
  11641.     return
  11642. end try
  11643. e    No Changeq
  11644. Dev.CD May 98 TC
  11645. D.All Packages
  11646. Mac OS SDK Edition
  11647. New & RevisedF
  11648. USB DDK 1.4.6f4
  11649. about
  11650. otendpointinfo
  11651. about
  11652. otfindserialports
  11653. about
  11654. otlookupnametest
  11655. about
  11656. ottcpwilldial
  11657. about
  11658. sample
  11659. about
  11660. procdoggie
  11661. about
  11662. simple
  11663. server
  11664. about
  11665. snapshot
  11666. sample
  11667. about
  11668. streamnop
  11669. about
  11670. switch
  11671. stack
  11672. about
  11673. tpifile
  11674. about
  11675. traceroute
  11676. sample
  11677. about
  11678. transferprovider
  11679. e    No Changeq
  11680. Dev.CD Nov 00 TC Disk 1
  11681. All Packages
  11682. Color MarqueeIFThis is a very basic snippet to illustrate how to implement a marquee.J?Color Marquee.mcp
  11683. ColorMarquee(PPC)
  11684. RedAnts.c
  11685. RedAnts.rsrc
  11686. testM
  11687. Color QuickDrawN%Marquee, Marching Ants, Color MarqueeO>Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Color Marquee:PFDev.CD Nov 00 TC Disk 1
  11688.  - Sample Code
  11689.  - Graphics 2D
  11690.  - Color MarqueeV
  11691. 66748X
  11692. Nov 00^    TC Disk 1
  11693. e    No Changeo&http://developer.apple.com/samplecode/
  11694. llers
  11695. Text-to-Speech - Read Me FirstK
  11696. Jul 96L
  11697. Jan 97
  11698. Jan 96OFDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:PKDev.CD Apr 98 SDK2
  11699.  - Development Kits (Disc 2)
  11700.  - QuickTake Digital CameraV
  11701. 69116X
  11702. Apr 98^
  11703. --set theItem to choose file -- uncomment to test in an AS editor
  11704.     tell application "Finder"
  11705.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:"
  11706.         activate
  11707.     end tell
  11708. on error errMsg number errNum
  11709.     --enter statements to perform when no records are found such as...
  11710.     display dialog "Sorry, the item you selected could not be found."
  11711.     return
  11712. end try
  11713. Deletedq
  11714. Dev.CD Apr 98 SDK2
  11715. D!All Packages
  11716. Mac OS SDK Edition
  11717. QuickTake for Windows 1.5
  11718.     hronous
  11719. record
  11720. record
  11721. sound
  11722. though
  11723. thought
  11724. time-based
  11725. video
  11726. videoframetogworld
  11727. videoframetogworld
  11728. videoframetogworld
  11729. videoframetogworld
  11730. videoframetogworld
  11731. viewer
  11732. views
  11733. views
  11734. virtual
  11735. virtual
  11736. keycode
  11737. virtual
  11738. sphere
  11739. sample
  11740. virtual
  11741. tools
  11742. visual
  11743. visual
  11744. projects
  11745. vmsify
  11746. vmsify
  11747. vmsify
  11748. debug
  11749. vmsify
  11750. vmsifydebug
  11751. vmsifydebug
  11752. prefix
  11753. voxii
  11754. voxii
  11755. voxii
  11756. voxii
  11757. voxii
  11758. readme
  11759. voxiippc
  11760. voxiippc
  11761. voxiippc
  11762. vu3.0.1d3B
  11763. vu3.0.1d3
  11764. w/controller
  11765. walltowalldialog
  11766. walltowalldialog
  11767. walltowalldialog
  11768. summary
  11769. appletalk's
  11770. printer
  11771. access
  11772. protocol
  11773. session
  11774. summary
  11775. 2.0.1
  11776. release
  11777. summary
  11778. atrapper
  11779. application
  11780. records
  11781. a-trap
  11782. calls
  11783. summary
  11784. audit
  11785. small
  11786. library
  11787. functions
  11788. provide
  11789. summary
  11790. backlight
  11791. control
  11792. control
  11793. panel
  11794. powerbooks
  11795. yperCard Development Kit through an authorized Apple dealer.  The HyperCard Development Kit contains the HyperCard software, a complete set of manuals, sample files, and BEpre-scripted objects and tools to help you create software quickly.  
  11796. J=Addresses
  11797. Audio Help
  11798. HyperCard Player
  11799. What is HyperCard?K
  11800. Feb 92L
  11801. Jul 98N
  11802. HyperCard Player, stacksOHDev.CD Sep 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:PPDev.CD Sep 00 RL Disk 1
  11803.  - Utilities
  11804.  - HyperCard Player
  11805.  - HyperCard Player 2.4ical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  11806. dynamic
  11807. dynamically
  11808. dynamics
  11809. dynamo
  11810. e-maily
  11811. eachV
  11812. earlier]
  11813. early
  11814. earth
  11815. ease-of-use
  11816. easier
  11817. easiest
  11818. easilyy
  11819. easing
  11820. easy{
  11821. thompson
  11822. showsQ
  11823. coordinates
  11824. copacetically
  11825. copied
  11826. copies
  11827. copland{
  11828. copland-savvy
  11829. coprocessorR
  11830. copy{
  11831. foundation
  11832. documentation
  11833. corefoundation
  11834. coresample
  11835. corporate
  11836. corporation
  11837. correct
  11838. corrected
  11839. correctly
  11840. corrects
  11841. correlate
  11842. correspondence
  11843. corresponding
  11844. corruption
  11845. cosmetic[
  11846. costs{
  11847. could]
  11848. couldn't
  11849. counter
  11850. counterpart
  11851. counterparts
  11852. countersA
  11853. counting
  11854. country
  11855. couple
  11856. courseS
  11857. coursesS
  11858. PowerMacs w/Sys 7.1.2:  Apple Guide Support for PowerMacs with System  7.1.2.
  11859. all pre-7.5 systems:  Apple Guide Support for System 7.0 and greater.  
  11860. Not required for System 7.5 or greater.
  11861. SharedLibs:  Apple Guide shared library Support for CFM 68K & PPC.
  11862. Apple GuidePlugIn 1.0:  Apple Guide Support for OpenDoc.
  11863. Using Apple Guide 2.1.1:  Develop issue 27 article explaining the new features in Apple Guide 2.1.
  11864. Apple Guide 2.1.1 Resources:  New Apple Guide 2.1 resources types explain
  11865. ed in the article above.
  11866. NEW FEATURES IN APPLE GUIDE 2.1.1
  11867. Apple Guide now supports help access from OpenDoc processes, which involves numerous parts and not a single application process as in the previous help environment.  For information on providing guide files for OpenDoc parts, please see the Develop Issue 27 Article titled "Using Apple Guide 2.1, OpenDoc".
  11868. Now supports the ability to access multiple guide files combining the topic areas, index, and look for content across all ope
  11869. D!All Packages
  11870. Tool Chest Edition
  11871. 24GC  7.0.1I
  11872. CAUTION: THIS SOFTWARE IS NOT COMPATIBLE WITH SYSTEM 6.0.X.
  11873. Summary: This is the software for the Apple Macintosh Display Card 8
  11874. 24GC.
  11875. Features: Enables acceleration mode on the Apple Macintosh Display Card 8
  11876. 24GC.J
  11877. 24 GC
  11878. 24GC READMEK
  11879. Jan 92M
  11880. Apple Macintosh Display Card 8
  11881. 24GC installed in your CPU and a minimum of 3 Megabytes RAM installed in your CPU. This package requires System 7 or greater installed in your CPU (not compatible with System 6.0.X.)N
  11882. VideoOIDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:8
  11883. 24GC 7.0:PTDev.CD Nov 99 TC
  11884.  - Tool Chest
  11885.  - Hardware
  11886.  - Display & Video Hardware
  11887. 24GC 7.0V
  11888. 68215X
  11889. Nov 99^
  11890. #an 1.1.3:
  11891. Kanji 1.1.3:
  11892. Korean 1.1.3:
  11893. Polish 2-1.1.3:
  11894. Portuguese, Brazilian 1.1.3:
  11895. Russian 1.1.3:
  11896. Spanish 1.1.3:
  11897. Swedish 1.1.3:
  11898. Turkish 1.1.3:
  11899. Ukranian 1.1.3:
  11900. Jan 96L
  11901. Aug 96O8Dev.CD Nov 99 TC:System Software:Worldwide QuickDraw GX:
  11902. 60241X
  11903. Deleted
  11904. 69215X
  11905. Sep 97^
  11906. --set theItem to choose file -- uncomment to test in an AS editor
  11907.     tell application "Finder"
  11908.         open item "Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:
  11909. MPTA Goodies:QuickView
  11910.  Developer Edition:"
  11911.         activate
  11912.     end tell
  11913. on error errMsg number errNum
  11914.     --enter statements to perform when no records are found such as...
  11915.     display dialog "Sorry, the item you selected could not be found."
  11916.     return
  11917. end try
  11918. e    No Changef TOOLBOX ASSISTANT
  11919. QUICKVIEWq
  11920. Dev.CD Sep 97 RL
  11921. All Packages
  11922. quitappsIDDTS Code Snippet to quit all running applications (except yourself).J%QuitApps(PPC)
  11923. quitapps.c
  11924. quitapps.mcpM
  11925. System 7.0N"Process Manager, 'quit' AppleEventO7Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:quitapps:P?Dev.CD Nov 00 TC Disk 2
  11926.  - Sample Code
  11927.  - Processes
  11928.  - quitappsV
  11929. 69216X
  11930. Nov 00^    TC Disk 2
  11931. e    No Change
  11932. 69752X
  11933. Nov 00^    TC Disk 2
  11934. --set theItem to choose file -- uncomment to test in an AS editor
  11935.     tell application "Finder"
  11936.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Text:TypeServicesForUnicode:"
  11937.         activate
  11938.     end tell
  11939. on error errMsg number errNum
  11940.     --enter statements to perform when no records are found such as...
  11941.     display dialog "Sorry, the item you selected could not be found."
  11942.     return
  11943. end try
  11944. e    No Changef=Unicode
  11945. Imaging
  11946. Bi-directional
  11947. Rotation
  11948. Double-byteq
  11949. Dev.CD Nov 00 TC Disk 2
  11950. All Packages
  11951. UFailureI
  11952. UFailure (or Signals) is a set of exception handling routines suitable for use with MacApp, MPW C, and MPW Pascal. It is a jazzed-up version of the MacApp UFailure unit. There is a set of C interfaces to it as well.J0UFailure.a
  11953. UFailure.h
  11954. UFailure.inc1.p
  11955. UFailure.pN&UFailure, Exception, Handler, UFailureO6Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:UFailure:V
  11956. 69753X
  11957. 1e    No Change
  11958. e    No ChangefDvideo device modes
  11959. bit depth
  11960. timings
  11961. multisync displays
  11962. DisplayVideoq
  11963. Dev.CD Nov 00 TC Disk 1
  11964. All Packages
  11965. DisposeResource 2.0
  11966. Summary:  DisposeResource is an extension that catches a common programming error: passing a resource handle to DisposeHandle.
  11967. Version 2.0 correctly deals with ROM resource handles. This avoids an erroneous report during boot with Sound Manager 3.1 installed.
  11968. Memory Management.imgK
  11969. Sep 92L
  11970. Sep 95N*DisposeResource debugging resource handlesOIDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Memory Management:PQDev.CD Nov 00 TC Disk 1
  11971.  - Tool Chest
  11972.  - Testing & Debugging
  11973.  - Memory ManagementV
  11974. 68498X
  11975. Nov 00^    TC Disk 1
  11976. e    No Change
  11977. - Music and Sound
  11978.  - QTSndTween
  11979. macsbug
  11980. macros/templates
  11981. macros/templates
  11982. nameandaddress
  11983. namingtableaccess
  11984. navigable
  11985. navigable
  11986. movie
  11987. toolkit
  11988. navigation
  11989. navigation
  11990. services
  11991. navigator
  11992. netsprockettest
  11993. network
  11994. network
  11995. management
  11996. network
  11997. server
  11998. developer's
  11999. guide
  12000. network
  12001. services
  12002. location
  12003. network
  12004. stream
  12005. network
  12006. watch
  12007. networking
  12008. audio
  12009. features
  12010. newgworld
  12011. tokenizer
  12012. newgworld
  12013. newsz
  12014. nocopyreceives
  12015. nopoweroffkey
  12016. noresdialog
  12017. nosound
  12018. notesT
  12019. nubus
  12020. nubus
  12021. tester
  12022. numbers
  12023. object
  12024. object
  12025. pascal
  12026. objective-c
  12027. objectsupportlib
  12028. objectsupportlib
  12029. 1.1.4
  12030. offscreen
  12031. offscreencontrolupda
  12032. onescannerx
  12033. ooptesample
  12034. inidicators
  12035. init/controlh
  12036. initial
  12037. initialization
  12038. initialize
  12039. initializing
  12040. initiallyy
  12041. initiate
  12042. initiatives{
  12043. initport
  12044. initprojector
  12045.   display dialog "Sorry, the item you selected could not be found."
  12046.     return
  12047. end try
  12048. e    No Changef#MacsBug
  12049. AppleEvent
  12050. apple event
  12051. dcmdq
  12052. Dev.CD Nov 00 TC Disk 1
  12053. *D!All Packages
  12054. Mac OS SDK Edition
  12055.     rs demo 1.0.1
  12056. Virtual Sphere Sample Code 1.1K
  12057. Mar 93L
  12058. Jun 93M=Must have Color QuickDraw.  Will run in System 6 or System 7.OBDev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:PJDev.CD Nov 00 TC Disk 1
  12059.  - Tool Chest
  12060.  - QuickDraw
  12061.  - Virtual Sphere 1.0.1V
  12062. 66520X
  12063. Nov 00^    TC Disk 1
  12064. e    No Change
  12065. token
  12066. tokenizer
  12067. callfinder
  12068. 69805X
  12069. Apr 98^
  12070. --set theItem to choose file -- uncomment to test in an AS editor
  12071.     tell application "Finder"
  12072.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Word Services SDK 1.0.8:"
  12073.         activate
  12074.     end tell
  12075. on error errMsg number errNum
  12076.     --enter statements to perform when no records are found such as...
  12077.     display dialog "Sorry, the item you selected could not be found."
  12078.     return
  12079. end try
  12080. e    No Changef8Apple Events Spell Grammar Writeswell Spellswell Workingq
  12081. Dev.CD Apr 98 SDK2
  12082. D(All Packages
  12083. Reference Library Edition
  12084. Word Services Suite 1.0.7
  12085.     hentication
  12086. pbvolumemount
  12087. pass@
  12088. appleevent
  12089. interaction
  12090. aeinteractwithuser@
  12091. and is much faster. Any guide file information found is cached for performance.
  12092. JbApple Guide 2.1.1
  12093. Apple Guide 2.1.1 Read Me First
  12094. Authoring
  12095. Engineering
  12096. Goodies
  12097. Japanese ResourcesK
  12098. Dec 95L
  12099. Jul 97M
  12100. MacOS 7.0 or greater.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Guide:-ers
  12101. 69793X
  12102. Nov 00^    TC Disk 1
  12103. --set theItem to choose file -- uncomment to test in an AS editor
  12104.     tell application "Finder"
  12105.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:WDEFColorSample:"
  12106.         activate
  12107.     end tell
  12108. on error errMsg number errNum
  12109.     --enter statements to perform when no records are found such as...
  12110.     display dialog "Sorry, the item you selected could not be found."
  12111.     return
  12112. end try
  12113. e    No Changeq
  12114. Dev.CD Nov 00 TC Disk 1
  12115. All Packages
  12116. F WebObjects Categories and Posers
  12117. 4WebObjects Categories and Posers by Theresa Ray of Tensor Information Systems
  12118. Categories and posers are powerful mechanisms for extending and/or replacing the behavior of classes for which you cannot update the source. These techniques are essential tools that every WebObjects programmer should understand.
  12119. Feb 98L
  12120. Apr 99V
  12121. 69794X
  12122. Deleted
  12123. wprocasm
  12124. xcmds&xfcns@
  12125. 68699X
  12126. Nov 99^
  12127. --set theItem to choose file -- uncomment to test in an AS editor
  12128.     tell application "Finder"
  12129.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:"
  12130.         activate
  12131.     end tell
  12132. on error errMsg number errNum
  12133.     --enter statements to perform when no records are found such as...
  12134.     display dialog "Sorry, the item you selected could not be found."
  12135.     return
  12136. end try
  12137. Deletedq
  12138. Dev.CD Nov 99 TC
  12139. All Packages
  12140. MacApp R13u5 
  12141. MacApp Release 13 is a significant new release of the venerable MacApp application framework. It has been thoroughly modernized and enhanced in preparation for the computing demands of the next millennium. The advent of more capable C++ compilers has finally allowed the MacApp team to incorporate many new capabilities which you, the MacApp developers, have requested for months or years.
  12142. Install MacApp R13U5K
  12143. Apr 00L
  12144. Apr 00
  12145. 8700X
  12146. Deleted
  12147. uO7Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R13u5:P?Dev.CD Aug 00 TC Disk 1
  12148.  - Tool Chest
  12149.  - MacApp
  12150.  - MacApp R13u5V
  12151. 68700X
  12152. Aug 00^    TC Disk 1
  12153. --set theItem to choose file -- uncomment to test in an AS editor
  12154.     tell application "Finder"
  12155.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R13u5:"
  12156.         activate
  12157.     end tell
  12158. on error errMsg number errNum
  12159.     --enter statements to perform when no records are found such as...
  12160.     display dialog "Sorry, the item you selected could not be found."
  12161.     return
  12162. end try
  12163. Deletedf$MacApp
  12164. Framework
  12165. Object-oriented
  12166. /A(http://developer.apple.com/tools/macapp/
  12167. Dev.CD Aug 00 TC Disk 1
  12168. All Packages
  12169. MacApp R14 b1
  12170. 68701X
  12171.     end tell
  12172. on error errMsg number errNum
  12173.     --enter statements to perform when no records are found such as...
  12174.     display dialog "Sorry, the item you selected could not be found."
  12175.     return
  12176. end try
  12177. ec JITC
  12178.  from the 
  12179. MRJ Libraries
  12180.  folder into the folder 
  12181. MRJ 2.2.3 Disabled Pieces
  12182. 6. Drag the file 
  12183. MRJLib
  12184.  and the folder 
  12185. MRJClasses
  12186.  from this debug package into the 
  12187. MRJ Libraries
  12188.  folder.
  12189. MRJ 2.2.3 Debug.smiK
  12190. Aug 97L
  12191. Nov 00N*MRJ, MRJ Debug, Debug, Java, SDK, Java SDKOPDev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ 2.2.3 Debug:P^Dev.CD Nov 00 TC Disk 1
  12192.  - What's New?
  12193.  - Development Kits
  12194.  - Mac OS
  12195.  - MRJ
  12196.  - MRJ 2.2.3 Debug
  12197. All Packages
  12198. QuickDraw GXO
  12199. Dev.CD Jun 97 SSWP
  12200. Dev.CD Jun 97 SSV
  12201. 65857X
  12202. Jun 97
  12203. f--set theItem to choose file -- uncomment to test in an AS editor
  12204.     tell application "Finder"
  12205.         open item "Dev.CD Jun 97 SSW"
  12206.         activate
  12207.     end tell
  12208. on error errMsg number errNum
  12209.     --enter statements to perform when no records are found such as...
  12210.     display dialog "Sorry, the item you selected could not be found."
  12211.     return
  12212. end try
  12213. All Packages
  12214. QuickDraw GXO
  12215. Dev.CD Jun 97 SSWV
  12216. 65858X
  12217. }OEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  12218.  - Tool Chest
  12219.  - Testing & Debugging
  12220.  - General toolsV
  12221. 68964X
  12222. Nov 00^    TC Disk 1
  12223. --set theItem to choose file -- uncomment to test in an AS editor
  12224.     tell application "Finder"
  12225.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  12226.         activate
  12227.     end tell
  12228. on error errMsg number errNum
  12229.     --enter statements to perform when no records are found such as...
  12230.     display dialog "Sorry, the item you selected could not be found."
  12231.     return
  12232. end try
  12233. e    No Changeq
  12234. Dev.CD Nov 00 TC Disk 1
  12235. All Packages
  12236. ProgressBars
  12237. 68965X
  12238. - Sample Code
  12239.  - QuickTime
  12240.  -  All Macintosh
  12241.  - Goodies
  12242.  - AIFFWriter
  12243. music
  12244. musicmixer
  12245. mycomponent
  12246. mydeviceloop
  12247. myhelpmenu
  12248. myregistercomponent
  12249. onescannerx
  12250. opp's
  12251. oracle
  12252. --set theItem to choose file -- uncomment to test in an AS editor
  12253.     tell application "Finder"
  12254.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:"
  12255.         activate
  12256.     end tell
  12257. on error errMsg number errNum
  12258.     --enter statements to perform when no records are found such as...
  12259.     display dialog "Sorry, the item you selected could not be found."
  12260.     return
  12261. end try
  12262. bN)PicComments, QuickDraw bottleneck, CarbonOBDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CustomPicComments:PJDev.CD Nov 00 TC Disk 1
  12263.  - Sample Code
  12264.  - Graphics 2D
  12265.  - CustomPicComments
  12266. devtools
  12267. dialogs
  12268. dialogs
  12269. dialogstuff
  12270. dialogstuff
  12271. dialogstuff
  12272. dialogtest
  12273. dialogtest
  12274. dialogtest
  12275. dialogtest
  12276. dialogutils
  12277. dialogutils
  12278. dialogutils
  12279. dialogutils
  12280. dialogwindow
  12281. dialogwindow
  12282. dialogwindow
  12283. dictionary
  12284. Dear MacApp users!
  12285. First of all, I would like to introduce myself. My name is Ricardo Gonzalez, and I am the Application Frameworks Product Marketing Manager at Apple Computer (e.g. MacApp, OPF-OpenDoc Parts Framework, and potentially other future products). As you can imagine, I will be playing a key role in define future directions for MacApp and new plans regarding framework-based development tools that developers will use to incorporate new Apple technologies into their applications (
  12286. e.g. OpenDoc, AppleScript, etc.). In order to do that, I would like to get a sense of who is using MacApp in the market place, what applications are being developed with it (for commercial or in-house use), and what are your priorities in terms of support for specific features that we should take into consideration for future products.
  12287. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  12288. ed with MacApp. Please be as concrete as possible with your answers, so that I can analyze the feedback and be able to make concrete recommendations regarding our framework product strategy.
  12289. Please fill free to forward this document to any other developer, company, and/or integrator who you might know is using MacApp. Also, since many of you will prefer your answers to be kept confidential, please answer directly to me using one of the following mechanisms (e-mail is highly recommended):
  12290. -   AppleLink:  GONZALEZ3
  12291. -   Internet:   gonzalez3@applelink.apple.com
  12292. -   Fax:        (408) 974-9456
  12293. Yes, this will take a couple of minutes, but your feedback is very important and will help us understand more your needs and provide you with better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  12294. Thanks for your feedback.
  12295. Regards,
  12296. Ricardo G
  12297. All Packages
  12298. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  12299. Dev.CD Jan 94
  12300. Dev.CD Oct 93
  12301. Dev.CD Jul 93P6Dev.CD Apr 94
  12302. Dev.CD Jan 94
  12303. Dev.CD Oct 93
  12304. Dev.CD Jul 9V
  12305. 69622X
  12306. Apr 94
  12307. --set theItem to choose file -- uncomment to test in an AS editor
  12308.     tell application "Finder"
  12309.         open item "Dev.CD Apr 94
  12310. Dev.CD Jan 94
  12311. Dev.CD Oct 93
  12312. Dev.CD Jul 93"
  12313.         activate
  12314.     end tell
  12315. on error errMsg number errNum
  12316.     --enter statements to perform when no records are found such as...
  12317.     display dialog "Sorry, the item you selected could not be found."
  12318.     return
  12319. end try
  12320. All Packages
  12321. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  12322. Dev.CD Jan 94
  12323. Dev.CD Oct 93
  12324. Dev.CD Jul 93
  12325. Dev.CD Apr 93PDDev.CD Apr 94
  12326. Dev.CD Jan 94
  12327. Dev.CD Oct 93
  12328. Dev.CD Jul 93
  12329. Dev.CD Apr 9V
  12330. 69623X
  12331. Apr 94
  12332. integral
  12333. integrate
  12334. integrated
  12335. integrates
  12336. integrating
  12337. integrating
  12338. computer-based
  12339. media
  12340. broadcast
  12341. environment
  12342. integration
  12343. Summary: This folder contains revised Acrobat versions of Inside Macintosh volumes Advanced Color Imaging on the Mac OS and its companion, Advanced Color Imaging Reference with hypertext links to new and modified material in those books. For an overview of these changes, see the document What's New in ACI.
  12344. Advanced Color Imaging on the Mac OS describes how to enhance your application
  12345. s color capabilities using the Palette Manager, the Color Picker Manager, the ColorSync Manager, and the CB
  12346. olor Manager. It
  12347. s companion book, Advanced Color Imaging Reference, documents the constants, data types, and functions your application uses to provide color support.
  12348. JCAdvanced Color Imaging
  12349. Advanced Color Imaging Ref
  12350. What's New in ACIK
  12351. Jan 97O:Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:P?Dev.CD Dec 99 RL
  12352.  - Technical Documentation
  12353.  - Inside Macintoshregistration
  12354. registry~
  12355. release
  12356. reporting
  12357. reports
  12358. requests
  12359. resedit
  12360. resources
  12361. --set theItem to choose file -- uncomment to test in an AS editor
  12362.     tell application "Finder"
  12363.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:MouseInfo:"
  12364.         activate
  12365.     end tell
  12366. on error errMsg number errNum
  12367.     --enter statements to perform when no records are found such as...
  12368.     display dialog "Sorry, the item you selected could not be found."
  12369.     return
  12370. end try
  12371.  number errNum
  12372.     --enter statements to perform when no records are found such as...
  12373.     display dialog "Sorry, the item you selected could not be found."
  12374.     return
  12375. end try
  12376. Updatedf
  12377. srcCopy
  12378. PenMode
  12379. invert
  12380. Carbon
  12381. o&http://developer.apple.com/samplecode/q
  12382. Dev.CD Nov 00 TC Disk 1
  12383. DrawSprocket SDKI
  12384. This is the SDK for DrawSprocket which provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.d other features.
  12385.     EMonzalez
  12386. Application Frameworks Product Marketing Manager
  12387. Apple Computer, Inc.
  12388. MacApp Developer Survey
  12389. Nov 94O-Dev.CD Nov 99 TC:Tool Chest:Development Kits:P2Dev.CD Nov 99 TC
  12390.  - Tool Chest
  12391.  - Development Kitsets to Enhance Business Performance, published in cooperation with Apple Computer Inc. Developer Relations Group for the Apple Media Program and Random House Reference & Information Publishing.
  12392. The book demonstrates through real life case studies that it is possible to 
  12393. correlate technology investments to measurable results by relating their impacts in business processes.  Business processes, which operate along horizontal lines in business, tend to have measurable business goals, unlike vertical organizational structures. 
  12394. This Success Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  12395. SetLED.c
  12396. SetLED.mcp
  12397. SetLED.PPCK
  12398. Jun 98M
  12399. ADB, Apple Extended KeyboardN
  12400. keyboard, ADB, LEDs, SetLEDODDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:SetLED:PODev.CD Nov 00 TC Disk 1
  12401.  - Sample Code
  12402.  - Devices and Hardware
  12403.  - ADB
  12404.  - SetLEDV
  12405. 69282X
  12406. Nov 00^    TC Disk 1
  12407. --set theItem to choose file -- uncomment to test in an AS editor
  12408.     tell application "Finder"
  12409.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:SetLED:"
  12410.         activate
  12411.     end tell
  12412. on error errMsg number errNum
  12413.     --enter statements to perform when no records are found such as...
  12414.     display dialog "Sorry, the item you selected could not be found."
  12415.     return
  12416. end try
  12417. e    No Changef
  12418. keyboard
  12419. SetLEDq
  12420. Dev.CD Nov 00 TC Disk 1
  12421. All Packages
  12422. SetPDiMCIGAn MPW tool to set the 'Printer Driver is MultiFinder Compatible' flag.J.SetPDiMC
  12423. SetPDiMC.make
  12424. SetPDiMC.p
  12425. SetPDiMC.p.oM
  12426. MPWO6Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:SetPDiMC:V
  12427. 69283X
  12428. 1e    No Change
  12429. fastdither
  12430. fastditherusingqt
  12431. fastditherusingqt
  12432. fastditherusingqt
  12433. fatbrain
  12434. fatsimpletext
  12435. fatsimpletext
  12436. fdputilities
  12437. fdputilities
  12438. fdputilities
  12439. feature
  12440. feature
  12441. files
  12442. developer
  12443. synchronization
  12444. guide
  12445. system
  12446. manager
  12447. filecopy
  12448. filecopy
  12449. filehelpers
  12450. filehelpers
  12451. filehelpers
  12452. fileisopen
  12453. fileisopen
  12454. filelogging
  12455. filelogging
  12456. filelogging
  12457. filemaker
  12458. filemaker
  12459. files
  12460. tag Manual.txt
  12461. PopTag
  12462. PopTag Manual
  12463. PopTag Manual.txt
  12464. PTags
  12465. Ptags Manual
  12466. Ptags Manual.txt
  12467. READ ME
  12468. READ ME.txt
  12469. Sample Startup
  12470. Tags.Help 
  12471. generators
  12472. generic
  12473. generically
  12474. genericness
  12475. geometric
  12476. geometries
  12477. geoport{
  12478. german
  12479. germany
  12480. gestaltB
  12481. gestaltequ
  12482. gestalticonutilities
  12483. gestaltnativecputype
  12484. gestalttable
  12485. events
  12486. needs
  12487. events
  12488. get1resource
  12489. getadevtype
  12490. getdctlentry
  12491. getdraghilite
  12492. getfinfo
  12493. getgraphicsimporterf
  12494. gethideonswitch
  12495. getindstring
  12496. getinfo
  12497. hierarchical
  12498. menus
  12499. level
  12500. toolbox
  12501. morefiles
  12502. moreisbetter
  12503. wrapper
  12504. hinting
  12505. hooper
  12506. hotspot\
  12507. hp-ux
  12508. htmlrenderinglib
  12509. packages
  12510. htmlrenderinglib
  12511. human
  12512. hwindowide
  12513. hwindowide
  12514. draghook
  12515. hypercardn
  12516. hypercard
  12517. update
  12518. hypercard
  12519. balloons
  12520. hypercard
  12521. player
  12522. stacks
  12523. hypercard
  12524. variable
  12525. button
  12526. field
  12527. instance
  12528. variables
  12529. global
  12530. hypercard
  12531. showballoon
  12532. n "Finder"
  12533.         open item "Dev.CD Jun 97 SSW"
  12534.         activate
  12535.     end tell
  12536. on error errMsg number errNum
  12537.     --enter statements to perform when no records are found such as...
  12538.     display dialog "Sorry, the item you selected could not be found."
  12539.     return
  12540. end try
  12541. All Packages
  12542. F    QuickTimeO
  12543. Dev.CD Jun 97 SSWP
  12544. Dev.CD Jun 97 SSV
  12545. 65951X
  12546. pthreads
  12547. pub/pccts
  12548. public
  12549. publications
  12550. published
  12551. publisherw
  12552. publishers
  12553. publishing{
  12554. publishing
  12555. second
  12556. edition
  12557. pulled
  12558. punctuation
  12559. punjabi
  12560. puntuation
  12561. puppetstrings
  12562. purchase
  12563. purdue
  12564. purevoice
  12565. purge
  12566. purgeable
  12567. purged
  12568. purposeu
  12569. purposeful
  12570. purposes
  12571. putawayvolumes
  12572. lication Communication:AE Tools:"
  12573.         activate
  12574.     end tell
  12575. on error errMsg number errNum
  12576.     --enter statements to perform when no records are found such as...
  12577.     display dialog "Sorry, the item you selected could not be found."
  12578.     return
  12579. end try
  12580. e    No Change
  12581. 66532X
  12582. issuesU
  12583. issues
  12584. utility
  12585. compatible
  12586. system
  12587. it's`
  12588. itemU
  12589. items
  12590. itself
  12591. iv-24
  12592. james
  12593. jamie
  12594. january{
  12595. japan{
  12596. japanese{
  12597. jasik's
  12598. javao
  12599. jdirect
  12600. What's New
  12601. ===========
  12602. Carbon Porting Guide [Revised]
  12603. This latest version of the Carbon Porting Guide contains additional porting guidelines and corrects some errors in previous
  12604. drafts. See the Version History in the Appendix for a full list of changes.
  12605. Carbon Documentation
  12606. =====================
  12607. Significant additions and revisions have been incorporated into this suite.
  12608. All reference material has been updated to include 
  12609.        clarified Carbon availability information 
  12610.        update
  12611. d Carbon inclusion status 
  12612.        additional Carbon porting notes 
  12613.        fixes to broken links 
  12614. Several new documents have added to this suite:
  12615.       *Carbon Menu Manager Preliminary Reference, which supplements previously published Menu Manager Reference documentation
  12616.       
  12617.       *URL Services Preliminary Reference 
  12618.        *XML Services 
  12619.        *Preferences Services 
  12620. Several other documents have been substantially revised, including:
  12621.        *Multilingual Text Engine Reference [Preli
  12622. e    No Changef+SCSI
  12623. SCSI Manager
  12624. asynchronous
  12625. SCSI DriveIDq
  12626. Dev.CD Nov 00 TC Disk 1
  12627. All Packages
  12628. SCSI Driver Example
  12629. SCSI Driver Example is a sample disk driver that supports the asynchronous SCSI Manager (SCSI Manager 4.3). It is written in MPW C with a small amount of assembler interface "glue." It was compiled  under MPW 3.3.1 (ETO 13).
  12630. It correctly demonstrates asyncronous I/O, simple completion routine state machines,  the transition from one SCSI Manager to another, using the new driver rules and so on.  On the other hand it doesn't do much error handling and doesn't work on the Mac Plus.  No provB
  12631. ision is made to support vendor- or version-specific disk hardware or firmware. In particular, note that this sample does not use the automatic Request Sense capability of the asynchronous SCSI Manager.
  12632. 69263X
  12633. client
  12634. interface
  12635. client
  12636. first
  12637. paper
  12638. papworkstation
  12639. papworkstation
  12640. --set theItem to choose file -- uncomment to test in an AS editor
  12641.     tell application "Finder"
  12642.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:txRatio PICT:"
  12643.         activate
  12644.     end tell
  12645. on error errMsg number errNum
  12646.     --enter statements to perform when no records are found such as...
  12647.     display dialog "Sorry, the item you selected could not be found."
  12648.     return
  12649. end try
  12650.  found."
  12651.     return
  12652. end try
  12653. e    No Changef
  12654. QuickTime
  12655. Effect
  12656. Customq
  12657. Dev.CD Nov 00 TC Disk 2
  12658. All Packages
  12659. New & RevisedF
  12660. Direct Pixel Access
  12661. This sample has been updated for the Carbon API.  This sample shows one example of how to directly change the pixel values stored in a pixel image. The original pixel image is obtained from a 'icl8' resource.  Only the first 20 columns of the first 20 rows of the 'icl8' image is used.
  12662. Updated
  12663. kages
  12664. QuickDraw 3DO
  12665. Dev.CD Jan 96 SSWP
  12666. Dev.CD Jan 96 SSV
  12667. 64140X
  12668. Jan 96
  12669. N!srcCopy, PenMode, invert, Carbon
  12670. O9Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:DrawLine:PADev.CD Nov 00 TC Disk 1
  12671.  - Sample Code
  12672.  - Graphics 2D
  12673.  - DrawLineV
  12674. 68504X
  12675. Nov 00^    TC Disk 1b
  12676. Revised
  12677. --set theItem to choose file -- uncomment to test in an AS editor
  12678.     tell application "Finder"
  12679.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:DrawLine:"
  12680.         activate
  12681.     end tell
  12682. on error errMsg number errNum
  12683.     --enter statements to perform when no records are found such as...
  12684.     display dialog "Sorry, the item you selected could not be found."
  12685.     return
  12686. end try
  12687. Updatedf
  12688. srcCopy
  12689. PenMode
  12690. invert
  12691. Carbon
  12692. o&http://developer.apple.com/samplecode/q
  12693. Dev.CD Nov 00 TC Disk 1
  12694. DrawSprocket SDKI
  12695. This is the SDK for DrawSprocket which provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.d other features.    
  12696. apple
  12697. workgroup
  12698. serversT
  12699. appleeventhandling
  12700. appleeventhandling
  12701. appleeventhandling
  12702. appleevents
  12703. appleevents
  12704. appleeventstuff
  12705. appleeventstuff
  12706. appleeventstuff
  12707. appleeventtypesd
  12708. appleeventtypes
  12709. appleglot
  12710. appleglot
  12711. appleglot
  12712. users
  12713. guide
  12714. appleglot
  12715. whats
  12716. appleglot
  12717. 2.4b6
  12718. appleguide
  12719. appleguideglue
  12720. appleguideglue
  12721. xcoff
  12722. appleii
  12723. appleii
  12724. auxiliary
  12725. applejack
  12726. applejack
  12727. applemodemtool
  12728. applemodemtool
  12729. v1.5.3
  12730. building
  12731. samplesZ
  12732. buildxcmd
  12733. capturing
  12734. carbonprefixr
  12735. carbonprefix
  12736. carbonresr
  12737. carbonres
  12738. rsrcr
  12739. cd-romw
  12740. change
  12741. change
  12742. history
  12743. change
  12744. history
  12745. changesj
  12746. codev
  12747. codecs
  12748. codewarrior
  12749. codewarrior
  12750. coercionc
  12751. coercionsf
  12752. acting the App
  12753. Communications Toolbox
  12754. Contributed
  12755. Devices and Hardware
  12756. Files
  12757. Games
  12758. Graphics 2D
  12759. Graphics 3D
  12760. Help Systems
  12761. Human Interface Toolbox
  12762. Interapplication Comm
  12763. Memory
  12764. Networking
  12765. OS Utilities
  12766. Overview
  12767. Platforms and Tools
  12768. Printing
  12769. Processes
  12770. QuickTime
  12771. Runtime Architecture
  12772. Sound
  12773. uch as...
  12774.     display dialog "Sorry, the item you selected could not be found."
  12775.     return
  12776. end try
  12777. e processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  12778. N8QuickTime, AIFF, Sound, Mixer, Output, Device, ComponentOEDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:ChromaKeyMovie:PPDev.CD Nov 00 TC Disk 2
  12779.  - Sample Code
  12780.  - QuickTime
  12781.  - Goodies
  12782.  - ChromaKeyMovie
  12783. stringservices
  12784. strip
  12785. stripped
  12786. stripunits
  12787. stroke
  12788. stroll
  12789. stronger
  12790. strongest{
  12791. strongly
  12792. structure
  12793. structured
  12794. structures
  12795. O`Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:PkDev.CD Nov 00 TC Disk 1
  12796.  - Tool Chest
  12797.  - Development Kits
  12798.  - MPW Related
  12799.  - Maximizing Quadra FloatingPointV
  12800. 68734X
  12801. Nov 00^    TC Disk 1
  12802. --set theItem to choose file -- uncomment to test in an AS editor
  12803.     tell application "Finder"
  12804.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:"
  12805.         activate
  12806.     end tell
  12807. on error errMsg number errNum
  12808.     --enter statements to perform when no records are found such as...
  12809.     display dialog "Sorry, the item you selected could not be found."
  12810.     return
  12811. end try
  12812. e    No Changeq
  12813. Dev.CD Nov 00 TC Disk 1
  12814. All Packages
  12815. MCComponentI
  12816. A sample QuickTime component.J
  12817. FadeScreen.c
  12818. FadeScreen.h
  12819. HideMenuBar.c
  12820. HideMenuBar.h
  12821. MCComponent(PPC)
  12822. MCComponent.mcp
  12823. MyComponent.c
  12824. MyComponent.h
  12825. MyComponent.rsrc
  12826. MyComponentRoutines.c
  12827. MyComponentRoutines.hM    QuickTimeN
  12828. QuickTime, component
  12829. All Packages
  12830. System Enabler 003 (LC III)OEDev.CD Apr 94
  12831. Dev.CD Jan 94
  12832. Dev.CD Oct 93
  12833. Dev.CD Jul 93
  12834. Dev.CD Apr 93PDDev.CD Apr 94
  12835. Dev.CD Jan 94
  12836. Dev.CD Oct 93
  12837. Dev.CD Jul 93
  12838. Dev.CD Apr 9V
  12839. 69491X
  12840. Apr 94
  12841. --set theItem to choose file -- uncomment to test in an AS editor
  12842.     tell application "Finder"
  12843.         open item "Dev.CD Apr 94
  12844. Dev.CD Jan 94
  12845. Dev.CD Oct 93
  12846. Dev.CD Jul 93
  12847. Dev.CD Apr 93"
  12848.         activate
  12849.     end tell
  12850. on error errMsg number errNum
  12851.     --enter statements to perform when no records are found such as...
  12852.     display dialog "Sorry, the item you selected could not be found."
  12853.     return
  12854. end try
  12855. All Packages
  12856. System Enabler 003 (LC III)OEDev.CD Apr 94
  12857. Dev.CD Jan 94
  12858. Dev.CD Oct 93
  12859. Dev.CD Jul 93
  12860. Dev.CD Apr 93PDDev.CD Apr 94
  12861. Dev.CD Jan 94
  12862. Dev.CD Oct 93
  12863. Dev.CD Jul 93
  12864. Dev.CD Apr 9V
  12865. 69492X
  12866. Apr 94
  12867. tocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  12868. Issues:Specifications only
  12869. Nov 94
  12870. lications. They will simply be able to provide components that transparently interoperate with the other parts of the system. 
  12871. As always, this architecture, like Apple's QuickTime, provides complete system level interoperability ensuring ease-of-use and true plug-and-play operation. 
  12872. Sample code showing how to create a QuickTime
  12873.  IC-savvy application, as well as sample code showing how to create a panel component.  Complete API documentation is included as well.
  12874. Mac OS-only at this time
  12875. , SDK includes components which allow QTIC-savvy applications to deal with QuickTake 150 and 200 digital cameras. Applications will work with other cameras, if the vendor provides a QuickTime IC camera component.
  12876. Does not work with the original Apple QuickTake 100 digital camera.
  12877. JbDocumentation:
  12878. Interfaces&Libraries:
  12879. QuickTime
  12880.  IC SDK 1.0 contents
  12881. Sample Code:
  12882. Supporting Files:K
  12883. Jul 97ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  12884.  IC SDK 1.01:
  12885. otpingsample
  12886. otsimpledownloadhttp
  12887. otsimpleserverhttp
  12888. otstreamlogviewer
  12889. ion "Finder"
  12890.         open item "Dev.CD May 00 TC:Language Kits:Chinese Language Kits 2.0:"
  12891.         activate
  12892.     end tell
  12893. on error errMsg number errNum
  12894.     --enter statements to perform when no records are found such as...
  12895.     display dialog "Sorry, the item you selected could not be found."
  12896.     return
  12897. end try
  12898. -set theItem to choose file -- uncomment to test in an AS editor
  12899.     tell application "Finder"
  12900.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:SuspendAppleEvent:"
  12901.         activate
  12902.     end tell
  12903. on error errMsg number errNum
  12904.     --enter statements to perform when no records are found such as...
  12905.     display dialog "Sorry, the item you selected could not be found."
  12906.     return
  12907. end try
  12908. e    No Changef:AppleEvent Manager
  12909. suspend/resume
  12910. AESuspendTheCurrentEventq
  12911. Dev.CD Nov 00 TC Disk 1
  12912. All Packages
  12913. SWAt 2.0b6
  12914. 66123X
  12915. Summary:  This code sample demonstrates how to use a palette when drawing into a GWorld. The trick is understanding that while setting a palette to a GWorld is permitted, doing so does not change the GWorld
  12916. s color table. 
  12917. The solution is to make a palette from the color table ( or the color table from a palette) and to use that color table to create or update the GWorld. After then doing a SetGWorld you can either draw with Index2Color and RGBForeColor, or you can set the palette to the 
  12918. .GWorld and draw with PmForeColor. These techniques are shown in the procedures createRGBForeColorImage and createPmForeColorImage in Palette&GWorld.c. 
  12919. Features:  Contains fat version of demo app (Palette&GWorld), Read Me, Metrowerks 68K project, PPC project, associated resource files, and SYM files.
  12920. Nov 00e commando interface requires no knowledge or understanding of AppleEvents to operate.
  12921. Features: Uses AppleEvents to have the Finder execute common actions.K
  12922. Vol IXV
  12923. 66714X
  12924. Feb 92L
  12925. May 96O
  12926. Dev.CD Nov 99 TC:Sample Code:P
  12927. Dev.CD Nov 99 TC
  12928.  - Sample CodeV
  12929. 69336X
  12930. Nov 99^
  12931. r--set theItem to choose file -- uncomment to test in an AS editor
  12932.     tell application "Finder"
  12933.         open item "Dev.CD Nov 99 TC:Sample Code:"
  12934.         activate
  12935.     end tell
  12936. on error errMsg number errNum
  12937.     --enter statements to perform when no records are found such as...
  12938.     display dialog "Sorry, the item you selected could not be found."
  12939.     return
  12940. end try
  12941. Deletedq
  12942. Dev.CD Nov 99 TC
  12943. D!All Packages
  12944. Tool Chest Edition
  12945. Snippets - Toolbox
  12946.     audio palette developer documentation contains descriptions of features of the audio palette accessible by HyperTalk scripting only.  These include messages that the palette sends to the current stack as well as a list of messages the palette will respond to. This information is crucial if developers want to take advantage of the audio palette in their own stacks.
  12947. 65054X
  12948. Deleted
  12949. 69761X
  12950. Nov 00^    TC Disk 2
  12951. --set theItem to choose file -- uncomment to test in an AS editor
  12952.     tell application "Finder"
  12953.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Installer:UserFunction Gestalt:"
  12954.         activate
  12955.     end tell
  12956. on error errMsg number errNum
  12957.     --enter statements to perform when no records are found such as...
  12958.     display dialog "Sorry, the item you selected could not be found."
  12959.     return
  12960. end try
  12961. e    No Changef2Installer
  12962. CheckGestalt
  12963. script
  12964. UserFunction Gestaltq
  12965. Dev.CD Nov 00 TC Disk 2
  12966. D!All Packages
  12967. Mac OS SDK Edition
  12968. F    UtilitiesI
  12969. This package contains AppleShare 3.6.5, Disk Copy, Disk First Aid, Drive Setup, and Simple Text as shipped with Mac OS 8.6 International version.J
  12970. 5xxx/6xxx Tester 1.1
  12971. About the Utilities
  12972. Acrobat Reader 4.0.1
  12973. AppleShare 3.6.5
  12974. Disk Copy
  12975. Disk First Aid
  12976. Drive Utilities
  12977. HyperCard Player
  12978. Macintosh CD-ROM Setup 5.3.2
  12979. SimpleTextK
  12980. Jul 99K1:Utilities:V
  12981. 69762X
  12982. 1e    No Change
  12983. addvractions\
  12984. --set theItem to choose file -- uncomment to test in an AS editor
  12985.     tell application "Finder"
  12986.         open item "Dev.CD May 00 TC:Language Kits:Hebrew Language Kit 1.0.1:"
  12987.         activate
  12988.     end tell
  12989. on error errMsg number errNum
  12990.     --enter statements to perform when no records are found such as...
  12991.     display dialog "Sorry, the item you selected could not be found."
  12992.     return
  12993. end try
  12994. .CD Nov 00 TC Disk 1
  12995.  - Tool Chest
  12996.  - Devices
  12997.  - NuBus/Slot Manager
  12998.  - NuBusTesterV
  12999. 67190X
  13000. Nov 00^    TC Disk 1
  13001. --set theItem to choose file -- uncomment to test in an AS editor
  13002.     tell application "Finder"
  13003.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:"
  13004.         activate
  13005.     end tell
  13006. on error errMsg number errNum
  13007.     --enter statements to perform when no records are found such as...
  13008.     display dialog "Sorry, the item you selected could not be found."
  13009.     return
  13010. end try
  13011. e    No Changeq
  13012. Dev.CD Nov 00 TC Disk 1
  13013. D!All Packages
  13014. Tool Chest Edition
  13015. Macintosh PowerBook Qualified
  13016. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  13017. The Kit includes:
  13018. Guide to Macintosh PowerBook Qualified Program
  13019. Program Technical Specifications
  13020. Program Pre-testing Guidelines
  13021. Legal Documentation for licensing and program participation
  13022. yperCard application icon
  13023.  a new Link to URL butto
  13024. n task and HyperTalk command for connecting to a web site
  13025.  ability to manipulate QuickTime movies using HyperTalk
  13026.  keyboard navigation of QuickTime VR movies
  13027.  ability to open a nearly unlimited number of files using HyperTalk
  13028.  enhanced script editor window for easier navigation
  13029.  improved Picture XCMD
  13030.  more script commands and new syntax
  13031. For more information on these features and how to use them, see Using HyperCard 2.4.
  13032. Sep 97L
  13033. Jul 98figuration
  13034. consumer
  13035. 68821X
  13036. Nov 00^    TC Disk 2
  13037. --set theItem to choose file -- uncomment to test in an AS editor
  13038.     tell application "Finder"
  13039.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:Offscreen.win:"
  13040.         activate
  13041.     end tell
  13042. on error errMsg number errNum
  13043.     --enter statements to perform when no records are found such as...
  13044.     display dialog "Sorry, the item you selected could not be found."
  13045.     return
  13046. end try
  13047. e    No Changeq
  13048. Dev.CD Nov 00 TC Disk 2
  13049. All Packages
  13050. OffScreenControlUpdateI
  13051. A simple code sample which demonstrates how to draw controls into an off-screen GWorld so you can draw them back to the screen without flicker.
  13052. Works under Appearance.J
  13053. OffscreenControl(PPC)
  13054. OffScreenControlUpdate READ ME
  13055. OffScreenControlUpdate.c
  13056. OffscreenControlUpdate.mcp
  13057. OffScreenControlUpdate.rsrcK
  13058. Aug 97N
  13059. appearance, gworld, off-screenOGDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:OffScreenControlUpdate:V
  13060. 68822X
  13061. 1e    No Change
  13062. --set theItem to choose file -- uncomment to test in an AS editor
  13063.     tell application "Finder"
  13064.         open item "Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:"
  13065.         activate
  13066.     end tell
  13067. on error errMsg number errNum
  13068.     --enter statements to perform when no records are found such as...
  13069.     display dialog "Sorry, the item you selected could not be found."
  13070.     return
  13071. end try
  13072. forwarders
  13073. forwards
  13074. found^
  13075. foundation
  13076. foundation
  13077. reference
  13078. foundation's
  13079. fourg
  13080. four-banger
  13081. four-byte
  13082. four-color
  13083. four-dimensional
  13084. fourier
  13085. fourth
  13086. fpoint
  13087. simple
  13088. application
  13089. designed
  13090. allow
  13091. fragments
  13092. e    No Changef$'odoc' Apple Event
  13093. opening documentsq
  13094. Dev.CD Nov 00 TC Disk 1
  13095. All Packages
  13096. F    Offscreen
  13097. 1. About Offscreen
  13098. Offscreen is a sample application that demonstrates how to use
  13099. the Quicktime for Windows 3.0 NewGWorldFromHBITMAP function. The code "wraps"
  13100. an offscreen GWorld around an existing DIB (created with the Win32 CreateDIBSection function)
  13101. using NewGWorldFromHBITMAP, and then by draws a movie frame-by-frame into the offscreen GWorld.
  13102. 2. Specifics
  13103. The code first creates a memory device context and DIB (using CreateDIBSection)
  13104. to use with the NewGWorldFromHBITMAP 
  13105. 68821X
  13106. ve a number one position.
  13107. If the user keeps holding down on the arrow, the number will continue to
  13108. increase.  I'm delaying 8 ticks between numeric increases (the traditional
  13109. control-invert delay time), you may want to modify that.  In products
  13110. I usually make this variable, the longer the user holds down the faster the
  13111. number will continue to change
  13112. 2) Arrow keys
  13113. Hittin the le
  13114. color
  13115. locator
  13116. color
  13117. marquee
  13118. color
  13119. picker
  13120. colorcdef
  13121. coloredcheckbox
  13122. colorizepict
  13123. colorpicker
  13124. colorpicker
  13125. 2.1.1
  13126. colorpopupmenus
  13127. colorsync
  13128. colorsync
  13129. colorsync
  13130. photoshop
  13131. plugins
  13132. communication
  13133. communications
  13134. communications
  13135. toolbox
  13136. component
  13137. erridetool
  13138. hacked
  13139. hackers
  13140. hacks
  13141. hacktv
  13142. hacktv
  13143. illustrates
  13144. video
  13145. digitizing
  13146. under
  13147. hairlines
  13148. hairlines
  13149. pascal
  13150. sample
  13151. demonstrates
  13152. hairy
  13153. half-way
  13154. halves
  13155. hammerhead-based
  13156. handlersf
  13157. handles
  13158. handling
  13159. handoff
  13160. b--set theItem to choose file -- uncomment to test in an AS editor
  13161.     tell application "Finder"
  13162.         open item "Dev.CD Jul 93"
  13163.         activate
  13164.     end tell
  13165. on error errMsg number errNum
  13166.     --enter statements to perform when no records are found such as...
  13167.     display dialog "Sorry, the item you selected could not be found."
  13168.     return
  13169. end try
  13170. microphone
  13171. macintosh
  13172. powerbook
  13173. qualified
  13174. socket
  13175. applescript
  13176. toolkit
  13177. jdirect
  13178. appleevent
  13179. receive
  13180. multisync
  13181. multithreaded
  13182. mutable
  13183. native
  13184. needs
  13185. netsprocket
  13186. networkR
  13187. network
  13188. setup
  13189. network
  13190. preferences
  13191. dumpnetworksetup
  13192. networking
  13193. newgworldr
  13194. finderdragpro
  13195. finderdragpro
  13196. finderevents
  13197. finderevents
  13198. finderevents
  13199. release
  13200. notes
  13201. finderlaunch
  13202. finderlaunch
  13203. finderlaunch
  13204. finderlaunch
  13205. finderregistry
  13206. finderregistry
  13207. findeverything
  13208. findeverything
  13209. amilies
  13210. findfamilies
  13211. findhammerhead
  13212. findhammerhead
  13213. findlurkers
  13214. findprinter
  13215. findprinter
  13216. findprinter
  13217. findserialports
  13218. findserialports
  13219. findserialports
  13220. findserialports
  13221. findsysfolder
  13222. findsysfolder
  13223. findsysfolder
  13224. findsysfolder
  13225. finland
  13226. finland
  13227. distributors/localiz
  13228. first
  13229. fishtanks
  13230. fishtank
  13231. picts
  13232. fkeys
  13233. fkeys
  13234. clipboard
  13235. magican
  13236. floatingwindow
  13237. floatingwindow
  13238. floatingwindow
  13239. floatingwindow
  13240. pbproj
  13241. floattolong
  13242. macintosh
  13243. powerbook
  13244. qualified
  13245. socket
  13246. compilers
  13247. assemblers
  13248. linkers
  13249. tools
  13250. debuggers
  13251. performance
  13252. version
  13253. numbers
  13254. remove
  13255. version
  13256. numbers
  13257. pplescript
  13258. toolkit
  13259. jdirect
  13260. appleevent
  13261. receive
  13262. redistribution
  13263. debug
  13264. debug
  13265. msdos
  13266. multi-player
  13267. multi-processing
  13268. multi-processing
  13269. pascal
  13270. multicast
  13271. multifinder
  13272. multihoming
  13273. multilingual
  13274. multilingual
  13275. editor
  13276. multimedia
  13277. multiplay
  13278. multiple
  13279. multiprocessing
  13280. lF'Technical Publications: Mac OS X Server
  13281. Mac OS X Server Developer Documentation
  13282. Updated conceptual and reference documentation for Mac OS X Server and Yellow Box. 
  13283. What's New/Updated:
  13284. AppKit
  13285. The Application Kit is a framework containing all the objects you need to implement your graphical, event-driven user interface.
  13286. Foundation
  13287. The Foundation Framework defines a base layer of Objective-C classes for OpenStep. In addition to providing a set of useful primitive object classes, it introduces several paradigms that define funB3ctionality not covered by the Objective-C language.
  13288. AppKit
  13289. Foundation
  13290. Mar 99L
  13291. Jul 99M"Project Builder, Interface BuilderNDMacOSXServer, AppKit, Foundation, Project Builder, Interface BuilderOTDev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:P_Dev.CD Jul 99 SDK1
  13292.  - What's New
  13293.  - Reference Library
  13294.  - Technical Publications
  13295.  - MacOSXServerV
  13296. 69715X
  13297. Jul 99^
  13298. Jul 99^
  13299. e    No Change
  13300. e    No Changef5override QuickDraw GX tool jump table 'over' resourceq
  13301. Dev.CD Nov 00 TC Disk 1
  13302. All Packages
  13303. HackTV
  13304. 7HackTV illustrates how to use do Video Digitizing under QuickTime.
  13305. Refer to develop Issue 14 for details on this code.
  13306. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  13307. JFBuilding QT Samples
  13308. common.c
  13309. common.h
  13310. globals.c
  13311. globals.h
  13312. hacktv.r
  13313. macN"QuickTime, Video, Digitizing, vDigO?Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:HackTV:PJDev.CD Nov 00 TC Disk 2
  13314.  - Sample Code
  13315.  - QuickTime
  13316.  - Capturing
  13317.  - HackTVV
  13318. 68577X
  13319. Nov 00^    TC Disk 2
  13320. e    No Change
  13321. ework:PPDev.CD Jan 97 SDK2
  13322.  - Development Kits (Disc 2)
  13323.  - OpenDoc Development Framework
  13324. 69376X
  13325. Nov 00^    TC Disk 1
  13326. --set theItem to choose file -- uncomment to test in an AS editor
  13327.     tell application "Finder"
  13328.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:SWAt 2.0b6:"
  13329.         activate
  13330.     end tell
  13331. on error errMsg number errNum
  13332.     --enter statements to perform when no records are found such as...
  13333.     display dialog "Sorry, the item you selected could not be found."
  13334.     return
  13335. end try
  13336. e    No Changef
  13337. Finder Windows
  13338. Hackq
  13339. Dev.CD Nov 00 TC Disk 1
  13340. All Packages
  13341. Switch StackI8Demonstrates how to switch to a private stack correctly.J
  13342. Read Me About Switch Stack
  13343. Switch Stack CW
  13344. Switch Stack CW.
  13345. Switch Stack MPW
  13346. Switch Stack MPW.make
  13347. Switch Stack THINK
  13348. Switch Stack.c
  13349. Switch Stack.r
  13350. Switch Stack.
  13351. Switch Stack.
  13352. .rsrcK
  13353. Apr 98M
  13354. Only compiles for 68K.N
  13355. private, stack, switch, snifferO8Dev.CD Nov 00 TC Disk 1:Sample Code:Memory:Switch Stack:P@Dev.CD Nov 00 TC Disk 1
  13356.  - Sample Code
  13357.  - Memory
  13358.  - Switch StackV
  13359. 69377X
  13360. 1e    No Change
  13361. audio
  13362. compression
  13363. playback
  13364. codec
  13365. auntie
  13366. authentication
  13367. autoguest
  13368. automated
  13369. automation
  13370. autopush
  13371. aware
  13372. backbuffer
  13373. backcolor
  13374. background
  13375. background
  13376. color
  13377. window
  13378. background-only
  13379. background-only
  13380. applications
  13381. pbcatsearch
  13382. applescript
  13383. subrout
  13384. etsda
  13385. eventi
  13386. eventsb
  13387. example
  13388. exception
  13389. exchange
  13390. expansion
  13391. export
  13392. exporters
  13393. exporting
  13394. extension
  13395. external
  13396. extractor
  13397. faceless
  13398. family
  13399. fcode
  13400. features
  13401. fetch
  13402. field
  13403. sample
  13404. b--set theItem to choose file -- uncomment to test in an AS editor
  13405.     tell application "Finder"
  13406.         open item "Dev.CD Aug 93"
  13407.         activate
  13408.     end tell
  13409. on error errMsg number errNum
  13410.     --enter statements to perform when no records are found such as...
  13411.     display dialog "Sorry, the item you selected could not be found."
  13412.     return
  13413. end try
  13414. worldscript
  13415. wrapper
  13416. writerk
  13417. writeswell
  13418. writing
  13419. yellow
  13420. zanzibar
  13421. zaptcp
  13422. zeroscrap
  13423. zones
  13424. carbon
  13425. zoomtowindowdevice
  13426. stack@
  13427. stress@
  13428. tedocument
  13429. telephony@
  13430. testmagic@
  13431. textchanger
  13432. 2.0.1@
  13433. transitions
  13434. themes@
  13435. updates@
  13436. userstartup
  13437. goodies@
  13438. validator
  13439. 1.11@
  13440. working
  13441. webobjects
  13442. wprocasm
  13443. xcmds&xfcns@
  13444. PLDev.CD Nov 00 TC Disk 2
  13445.  - Sample Code
  13446.  - Overview
  13447.  - Sample (Traffic Light)V
  13448. 69246X
  13449. Nov 00^    TC Disk 2
  13450. --set theItem to choose file -- uncomment to test in an AS editor
  13451.     tell application "Finder"
  13452.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:Sample (Traffic Light):"
  13453.         activate
  13454.     end tell
  13455. on error errMsg number errNum
  13456.     --enter statements to perform when no records are found such as...
  13457.     display dialog "Sorry, the item you selected could not be found."
  13458.     return
  13459. end try
  13460. e    No Changef
  13461. Framework
  13462. Traffic Lightq
  13463. Dev.CD Nov 00 TC Disk 2
  13464. All Packages
  13465. SampleMakeEffectMovieI}This application takes the video tracks from zero, one, or two movies and creates a new movie with an effects track for them.V
  13466. 69247X
  13467. 1e    No Change
  13468. restore
  13469. restore
  13470. retrievepictinfo
  13471. retrievepictinfo
  13472. reuse
  13473. rfc1332
  13474. rfc1332
  13475. rfc1334
  13476. diagrams
  13477. dialog
  13478. dialog
  13479. popups
  13480. dialogbits
  13481. dialogbits
  13482. dialogbits
  13483. dialogbits
  13484. dialogbits
  13485. dialogcode
  13486. dialogcode
  13487. dialogs
  13488. dialogs
  13489. dialogstuff
  13490. dialogstuff
  13491. dialogstuff
  13492. dialogtest
  13493. dialogtest
  13494. dialogtest
  13495. dialogtest
  13496. dialogutils
  13497. dialogutils
  13498. dialogutils
  13499. dialogutils
  13500. dialogwindow
  13501. dialogwindow
  13502. dialogwindow
  13503. dictionary
  13504. rPC G4 processor with Altivec; an ATI RAGE 128
  13505.    graphics controller; built-in Zip and DVD drives; built-in
  13506.    Ethernet, USB, and FireWire ports; and an optional AirPort Card
  13507.    wireless LAN module.
  13508.    The developer note includes information about
  13509.    - the features of the Power Mac G4
  13510.    - compatibility issues
  13511.    - the internal logic of the Power Mac G4
  13512.    - the I/O ports and built-in I/O devices
  13513.    - the RAM expansion DIMM
  13514.    - the PCI expansion slots
  13515.    - the system software that comes
  13516.  with the Power Mac G4
  13517. =============
  13518. MAC OS 8 and 9:
  13519. =============
  13520. Apple Type Services for Unicode Imaging Reference [UPDATE]  
  13521. This document describes the complete API reference for ATSUI and is  updated for ATSUI 1.2. New features in ATSUI 1.2 include a linguistically based breakline and added tab character handling. The document also contains an appendix detailing the API elements from other technologies that are also used by ATSUI.
  13522. ------------------------------------------------
  13523. cfm-68k
  13524. cfm-68k
  13525. changer
  13526. cheap
  13527. cheap
  13528. studio
  13529. chinese
  13530. chinese
  13531. dictation
  13532. chinese
  13533. dictation
  13534. Wcompressmoviesmain
  13535. compressmoviesmain
  13536. compressorm
  13537. compresspictfile
  13538. compresspictfile
  13539. concordia
  13540. concordia
  13541. concordia
  13542. concordia
  13543. concordia
  13544. concordia
  13545. concordia
  13546. concordia
  13547. concordia
  13548. conferencing
  13549. config
  13550. config
  13551. config&interleave
  13552. configs
  13553. configuration
  13554. contents
  13555. extensions
  13556. contents
  13557. bootvol
  13558. context
  13559. contextualu
  13560. contextual
  13561. development
  13562. contextual
  13563. machack
  13564. goodies
  13565. contextual
  13566. manageru
  13567. contrast
  13568. --set theItem to choose file -- uncomment to test in an AS editor
  13569.     tell application "Finder"
  13570.         open item "Dev.CD Apr 94
  13571. Dev.CD Jan 94
  13572. Dev.CD Oct 93
  13573. Dev.CD Jul 93
  13574. Dev.CD Apr 93"
  13575.         activate
  13576.     end tell
  13577. on error errMsg number errNum
  13578.     --enter statements to perform when no records are found such as...
  13579.     display dialog "Sorry, the item you selected could not be found."
  13580.     return
  13581. end try
  13582. depth
  13583. designing
  13584. detection
  13585. detectory
  13586. detector
  13587. contextual
  13588. apple
  13589. detectors
  13590. detectorsy
  13591. developerz
  13592. developer
  13593. documentation
  13594. publications
  13595. technical
  13596. document
  13597. macintalk
  13598. macintoshR
  13599. macintosh
  13600. powerbook
  13601. series
  13602. developers
  13603. powerpc
  13604. backside
  13605. macintosh
  13606. technotes
  13607. macodbc
  13608. macosxserver
  13609. macosxserver
  13610. appkit
  13611. foundation
  13612. project
  13613. builder
  13614. interface
  13615. macsbugi
  13616. macsbug
  13617. appleevent
  13618. apple
  13619. event
  13620. dcmdi
  13621. macsbug
  13622. debugger
  13623. debugging
  13624. assembly
  13625. mactcp
  13626. mactcp
  13627. communications
  13628. toolbox
  13629. serial
  13630. ports
  13631. audio
  13632. mactcp
  13633. development
  13634. transport
  13635. zaptcp
  13636. mactcp
  13637. tcp/ip
  13638. magic
  13639. suite
  13640. apple
  13641. events
  13642. applescript
  13643. email
  13644. makeicon
  13645. management
  13646.   This was limited to Mac OS 8 only.  Now, developers can write new detectors and actions and deliver this functionality to users who are running Mac OS 7.6 because the extension and control panel for the SDK (1.0.2) have been qualified to work on Mac OS 7.6 or later.  Note that developers will als
  13647. Communications Toolbox
  13648. Contributed
  13649. Devices and Hardware
  13650. Files
  13651. Games
  13652. Graphics 2D
  13653. Graphics 3D
  13654. Help Systems
  13655. Human Interface Toolbox
  13656. Interapplication Comm
  13657. Memory
  13658. Networking
  13659. OS Utilities
  13660. Overview
  13661. Platforms and Tools
  13662. Printing
  13663. Processes
  13664. QuickTime
  13665. Runtime Architecture
  13666. Sound
  13667. nter statements to perform when no records are found such as...
  13668.     display dialog "Sorry, the item you selected could not be found."
  13669.     return
  13670. end try
  13671. e    No ChangefSAppleTalk
  13672. EtherTalk
  13673. TokenTalk
  13674. Network
  13675. Ethernet
  13676. Token Ring
  13677. LaserWriter Bridge
  13678. A/ROSEq
  13679. Dev.CD Apr 98 SDK1
  13680. All Packages
  13681. F    IPCLister
  13682. 67007X
  13683. No Changef Windows
  13684. QuickTime
  13685. Playerq
  13686. Dev.CD Nov 00 TC Disk 2
  13687. All Packages
  13688. MFC SimpleEditIRA Microsoft MFC application that plays a movie with QuickTime and enables editing
  13689. 65492X
  13690. 1e    No Change
  13691.  This sample allows an application to tell the Finder to open a folder, launch an application, or open a document.
  13692. Nov 99V
  13693. 63665X
  13694. 1e    No Change
  13695. bility
  13696.  easi
  13697. snippets
  13698. processes
  13699. snippets
  13700. quickdraw
  13701. snippets
  13702. quicktime
  13703. snippets
  13704. sound
  13705. snippets
  13706. testing
  13707. debugging
  13708. snippets
  13709. snippets
  13710. toolbox
  13711. development
  13712. softvdig
  13713. software
  13714. somobjects
  13715. somobjects
  13716. sonofsillyballs
  13717. sound
  13718. sound
  13719. manager
  13720. sound
  13721. premixer
  13722. effect
  13723. soundapp
  13724. soundboard
  13725. soundconvert
  13726. soundconverter
  13727. soundlevel
  13728. soundmemrecord
  13729. soundrecord
  13730. soundsnippets
  13731. soundsprockettest
  13732. source
  13733. sourcebug
  13734. sourceobj
  13735. sources
  13736. spain
  13737. spain
  13738. distribution
  13739. guide
  13740. 1.0.1
  13741. specific
  13742. speech
  13743. speech
  13744. recognition
  13745. manager
  13746. speech
  13747. recognition
  13748. sample
  13749. speech
  13750. synthesis
  13751. manager
  13752. pooler
  13753. spriteworld
  13754. sprocket
  13755. sprocketinvaders
  13756. squarewave
  13757. stack
  13758. standard
  13759. standard
  13760. samples
  13761. notesR
  13762. nothing
  13763. noticable
  13764. notice
  13765. noticed
  13766. notification
  13767. notifications
  13768. notifier
  13769. notifies
  13770. notify
  13771. notions
  13772. novell
  13773. november{
  13774. novice
  13775. nsa/commerce
  13776. nsarray
  13777. nshost
  13778. manager
  13779. library
  13780. plug-ins
  13781. network
  13782. administrator's
  13783. guide
  13784. second
  13785. edition
  13786. nsstring
  13787. nsthread
  13788. river version 1.0.2 for the Token Ring 4/16 NB and Token Ring NB/c Card
  13789.  A/ROSE 1.2.1, for use in some token ring configurations
  13790. See the document "NSI 1.5.1 - Read Me First" for details.
  13791. Aug 92L
  13792. Jul 95c
  13793. ews (1 million Power Macs; Apple Licenses MacOS; QuickTime Conferencing; AppleShare and AppleSearch for Windows; MessagePad 120; Motorola Newton Wireless Device); Strategy Mosaic (Blueprint for Future: Communications and Collaboration); Editor's Note (Delays); IndustryWatch.
  13794. Technology: News (develop issue 21); CD Highlights;  Human Interface (Disambiguator, pt 1); OpenDoc HI Q&A, pt 3; QuickDraw 3D.
  13795. Business & Marketing:  Market Research Monthly (Server Software); Special Market Report 
  13796. (Newton Vertical Market); Marketing Feature (User Group Marketing).
  13797. This is final draft copy from the February Apple Directions, 
  13798.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  13799. February 1995 Apple Directions Articles
  13800. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  13801. aetec
  13802. aetrackerh
  13803. aeutd
  13804. aevti
  13805. affect
  13806. affected
  13807. affects
  13808. affordable
  13809. affordance
  13810. afloat
  13811. aforementioned
  13812. afterN
  13813. again
  13814. against
  13815. age-old
  13816. agent
  13817. agents
  13818. aggregate
  13819. aggressive{
  13820. aglfont
  13821. understand
  13822. understanding
  13823. understands
  13824. understood
  13825. undocumented
  13826. unexpected
  13827. unfamiliar
  13828. unfortunately
  13829. unfriendly
  13830. unicode
  13831. unified{
  13832. uniform
  13833. uninitiated
  13834. unique
  13835. Integrating Computer-Based Media in a Broadcast Environment by Laurence Tietz
  13836. Are you an expert graphic designer working in the desktop publishing market and want to expand your work into the exciting area of broadcast design? What special concerns do you need to understand in order to succeed in this field? In this paper we will look at the requirements of the broadcast environment and explain how to use your Macintosh system to create broadcast-ready graphics.
  13837. CompbasedMediaBroadcastEnv.pdfK
  13838. May 99L
  13839. Jul 99M
  13840. Acrobat Reader 3.0N5Computer Based Media, Television, Broadcast, GraphicsONDev.CD Mar OO RLDisk 1:Interactive Media Resources:CompbasedMediaBroadcastEnv:PSDev.CD Mar OO RLDisk 1
  13841.  - Interactive Media Resources
  13842.  - CompbasedMediaBroadcastEnvy Macintosh applications, namely the standard progress bar and the barber pole.
  13843. readLocation:  This snippet shows how to retrieve the Map control panel settings for longitude and latitude and the time offset from GMT
  13844. Reinstalla
  13845. opengl
  13846. drawsprocket
  13847. multiple
  13848. monitor
  13849. renderer
  13850. opening
  13851. openpicture
  13852. openstep
  13853. opentransport
  13854. cache
  13855. display
  13856. dumparpcache
  13857. opentransport
  13858. control
  13859. strip
  13860. module
  13861. opentransport
  13862. server
  13863. thread
  13864. manager
  13865. tcp/ip
  13866. iostreams
  13867. optimization
  13868. optimization
  13869. buffered
  13870. system
  13871. cache
  13872. cacheline
  13873. optimizati
  13874. optimizing
  13875. option
  13876. oracle
  13877. ordered
  13878. oriented
  13879. ot/ppp
  13880. ot/ppp
  13881. control
  13882. strip
  13883. ot/ppp
  13884. control
  13885. strip
  13886. sample
  13887. ot/ppp
  13888. transport
  13889. getpppstatus
  13890. ot/ppp
  13891. otbuffer
  13892. otbufferinfo
  13893. otdumpinternetstatus
  13894. otdumpportregistry
  13895. otendpointinfo
  13896. otfifo
  13897. otfindserialports
  13898. otgetendpointinfo
  13899. otgetindexedport
  13900. otgetuserportnamefro
  13901. otlifo
  13902. otlink
  13903. otllctest
  13904. otlookup
  13905. otlookupnametest
  13906. otoptionmanagment
  13907. otpapsampleserver
  13908. 68396X
  13909. Nov 99^
  13910. --set theItem to choose file -- uncomment to test in an AS editor
  13911.     tell application "Finder"
  13912.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  13913.  Other Platforms:Convert
  13914. Projects 1.0b5:"
  13915.         activate
  13916.     end tell
  13917. on error errMsg number errNum
  13918.     --enter statements to perform when no records are found such as...
  13919.     display dialog "Sorry, the item you selected could not be found."
  13920.     return
  13921. end try
  13922. Deletedq
  13923. Dev.CD Nov 99 TC
  13924. All Packages
  13925. ConvertToMovie Jr.I
  13926. ConvertToMovie Jr. is an example application to recompress QuickTime
  13927. movies and is based heavily on the venerable ConvertToMovie
  13928. .  It shows
  13929. how to use various parts of the Movie Toolbox, Image Compression Manager, and Standard Compression Component.JPConvertToMovie Jr.(PPC)
  13930. ConvertToMovie Jr.c
  13931. ConvertToMovie.mcp
  13932. Rotate Cube SmallM    QuickTimeOYDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:ConvertToMovie Jr.:V
  13933. 68397X
  13934. 1e    No Change
  13935. ow Copy
  13936. controlledO
  13937. controllerA
  13938. controllingA
  13939. controlrgn
  13940. controlsu
  13941. controls/events
  13942. controlstrip
  13943. convenience
  13944. convenient
  13945. conveniently
  13946. conventions
  13947. conversion^
  13948. conversions
  13949. convertf
  13950. converted
  13951. convertery
  13952. converting
  13953. convertmovie
  13954. convertmovie
  13955. makes
  13956. movie
  13957. converting
  13958. converts
  13959. converttomovie
  13960. converttomovie
  13961. example
  13962. application
  13963. recompress
  13964. convolution
  13965. convolution/correlat
  13966. cookbook
  13967. Summary:  PCCTS (The Purdue Compiler-Construction Tool Set) is a public domain tool set consisting of a parser generator called ANTLR and a lexical analyzer called DLG. ANTLR accepts a grammatical description for an input language and generates a recursive-descent parser in C or C++ to recognize sentences in that input language; DLG is used to break up the input stream of characters into a token stream.
  13968. ANTLR combines the flexibility of hand-coded parsing with the convenience of a parser 
  13969. generator. ANTLR has many features that make it easier to use than other language tools. Most important, ANTLR provides PREDICATES which let the programmer systematically direct the parse via arbitrary expressions using semantics and syntactic context; in practice, the use of predicates eliminates the need to hand-tweak the ANTLR output, even for difficult parsing problems. ANTLR also integrates the description of lexical and syntactic analysis, accepts LL(k) grammars for k>1 with extended
  13970. e    No Changef
  13971. grab icon desktopq
  13972. Dev.CD Nov 00 TC Disk 1
  13973. D!All Packages
  13974. Tool Chest Edition
  13975.  is an application that directs whatever Macintosh it is running on to examine each AppleTalk packet it is about to write to the network.   If it meets operator-defined criteria, the packet can be altered and controlled in a variety of ways.
  13976. Features: 
  13977. Packets can have their size changed, data altered, protocol parameters changed, or their transmission delayed or repeated.  
  13978. The user-defined criteria currently includes matching such traits for the AppleTalk Protocols
  13979. : ASP, ATP, ADSP, DDP, LLAP, NBP, and PAP.
  13980. A distribution scenario can be set up to introduce random and selective snarfing of packets.
  13981. Files can be saved to hold the user-defined critieria and actions that users create.
  13982. The Snarfer can run on Internet Routers and handle multiple ports.
  13983. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  13984.  riority patent.
  13985. simpleeditsdi
  13986. simpleeditsdi
  13987. simpleeditsdi
  13988. simpleeditsdi
  13989. simpleeditsdi
  13990. simpleeditsdi
  13991. simpleeditsdi
  13992. simplehelp
  13993. simplehelp
  13994. simplehelp
  13995. pbproj
  13996. simpleinit
  13997. simpleinit
  13998. simpleinit
  13999. simpleinit
  14000. simpleplayermfc
  14001. simpleplayermfc
  14002. simpleplayermfc
  14003. simpleplayermfc
  14004. simpleplayermfc
  14005. simpleplayermfc
  14006. simpleplayermfc
  14007. simpleplayermfc
  14008. Jan 94
  14009. p--set theItem to choose file -- uncomment to test in an AS editor
  14010.     tell application "Finder"
  14011.         open item "Dev.CD Jan 94
  14012. Dev.CD Oct 93"
  14013.         activate
  14014.     end tell
  14015. on error errMsg number errNum
  14016.     --enter statements to perform when no records are found such as...
  14017.     display dialog "Sorry, the item you selected could not be found."
  14018.     return
  14019. end try
  14020. All Packages
  14021. F    QuickTimeO
  14022. Dev.CD Jan 94
  14023. Dev.CD Oct 93P
  14024. Dev.CD Jan 94
  14025. Dev.CD Oct 9V
  14026. 65897X
  14027. Jan 94
  14028. 68255X
  14029. Jul 99^
  14030. --set theItem to choose file -- uncomment to test in an AS editor
  14031.     tell application "Finder"
  14032.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Color OneScanner SDK:"
  14033.         activate
  14034.     end tell
  14035. on error errMsg number errNum
  14036.     --enter statements to perform when no records are found such as...
  14037.     display dialog "Sorry, the item you selected could not be found."
  14038.     return
  14039. end try
  14040. Deletedq
  14041. Dev.CD Jul 99 SDK1
  14042. 9D!All Packages
  14043. Mac OS SDK Edition
  14044. Apple Data Detectors SDK
  14045.     ICT file with a PICT containing the txRatio opcode. J<My PICT File
  14046. txRatio Pict.mcp
  14047. txRatioPict(PPC)
  14048. txRatioPict.cM    QuickDrawN
  14049. txRatio, PICTO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:txRatio PICT:PEDev.CD Nov 00 TC Disk 1
  14050.  - Sample Code
  14051.  - Graphics 2D
  14052.  - txRatio PICTV
  14053. 68123X
  14054. Nov 00^    TC Disk 1
  14055. e    No Change
  14056. boolean
  14057. boost
  14058. booth
  14059. MacGamma is code that one can drop into their application which provides easy access to gamma control for all system displays.  It provides safe saving and restoring of original system gamma so one does not upset users and/or other applications.
  14060. The code is based on a simple 3 channel, 256 entry, 8 bit gamma ramp.  This ramp is basically an array of 256 byte size element red, green and blue channels.  All routines provided use this structure to pass information to and from the systems dis
  14061. plays, this was chosen to simplify application usage.  Some displays may represent gamma data differently, gamma ramps are internally converted internally to what ever format the monitor requires.
  14062. A few usage notes for the source:
  14063. SetDeviceGammaRampXX may not return until the VBL following the call, depending on the display driver, this is due to the handling of the Control call by the driver.
  14064. Startup and Shutdown:
  14065. GetSystemGammas (...) must be called to save the system gammas prior to u
  14066. 69359X
  14067. Oct 00^
  14068. --set theItem to choose file -- uncomment to test in an AS editor
  14069.     tell application "Finder"
  14070.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Speech Synthesis Manager:"
  14071.         activate
  14072.     end tell
  14073. on error errMsg number errNum
  14074.     --enter statements to perform when no records are found such as...
  14075.     display dialog "Sorry, the item you selected could not be found."
  14076.     return
  14077. end try
  14078. e    No Changef3Speech
  14079. Synthesis
  14080. Text-to-Speech
  14081. MacinTalk
  14082. PlainTalkq
  14083. Dev.CD Oct 00 SDK1
  14084. All Packages
  14085. Splasher
  14086. A very simple application that displays a "modal" window that goes away as soon as you click the mouse or press a key.  This is how many splash screens behave -- but as long as the window is displayed, the Process Manager won't switch your application from being frontmost.
  14087. J3Splasher(PPC)
  14088. Splasher.mcp
  14089. Splasher.rsrc
  14090. Template.cOEDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Splasher:V
  14091. 69360X
  14092. 1e    No Change
  14093. notation
  14094. note_
  14095. standardgetfolder
  14096. replaces
  14097. customgetfile
  14098. apple
  14099. guide
  14100. intended
  14101. those
  14102. developers
  14103. noted
  14104. est.c
  14105. MeterTest.mcpM
  14106. Sound Manager 3.2.1 or laterN
  14107. sound, record, MeterTestO4Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:MeterTest:P<Dev.CD Nov 00 TC Disk 2
  14108.  - Sample Code
  14109.  - Sound
  14110.  - MeterTest6N
  14111. printer, current, find
  14112. O9Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:FindPrinter:PADev.CD Nov 00 TC Disk 2
  14113.  - Sample Code
  14114.  - Printing
  14115.  - FindPrinterV
  14116. 63667X
  14117. Nov 00^    TC Disk 2
  14118. e    No Change
  14119. b) using a different font, and (c) using an internal buffer.
  14120. 62379X
  14121. 1e    No Change
  14122. Aug 00MRPower PC with 64 megs of Ram, Mac OS 8.5 or later, MRJ 2.1 or later, QuickTime 4.xN>QuickTime, Java, Tutorial, MRJ, QTZoo, Zoo, QuickTime for JavaONDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Zoo Tutorial:PYDev.CD Nov 00 TC Disk 2
  14123.  - Sample Code
  14124.  - QuickTime
  14125.  - QuickTime for Java
  14126.  - Zoo TutorialV
  14127. 69822X
  14128. Nov 00^    TC Disk 2
  14129. --set theItem to choose file -- uncomment to test in an AS editor
  14130.     tell application "Finder"
  14131.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Zoo Tutorial:"
  14132.         activate
  14133.     end tell
  14134. on error errMsg number errNum
  14135.     --enter statements to perform when no records are found such as...
  14136.     display dialog "Sorry, the item you selected could not be found."
  14137.     return
  14138. end try
  14139. e    No Changef8QuickTime
  14140. Tutorial
  14141. QTZoo
  14142. QuickTime for Javao&http://developer.apple.com/samplecode/q
  14143. Dev.CD Nov 00 TC Disk 2
  14144. D!All Packages
  14145. Mac OS SDK Edition
  14146. Zoomed Video Driver v1.0 SDK
  14147.     D] 7.0 and are fully explained in the Technical Note "Toolbox - TB 37 - Pending Update Perils".
  14148.  Read Me Chromakey Movie
  14149.  Read Me Rotate Cube Movie
  14150. ChromaKeyMovie
  14151. ChromaKeyMovie.h
  14152. ChromaKeyMovie.mcp
  14153. ChromaKeyMovie.rsrc
  14154. doevent.c
  14155. eventloop.c
  14156. menu.c
  14157. moviecontrol.c
  14158. Rotate Cube Small
  14159. start.c
  14160. windows.cK
  14161. Jan 96M
  14162. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  14163. N8QuickTime, AIFF, Sound, Mixer, Output, Device, ComponentOEDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:ChromaKeyMovie:PPDev.CD Nov 00 TC Disk 2
  14164.  - Sample Code
  14165.  - QuickTime
  14166.  - Goodies
  14167.  - ChromaKeyMovieLDefProc0.A
  14168. mdefproc.a
  14169. rdocproc.a
  14170. Read Me 
  14171.  DefProcs
  14172. Read Me 
  14173.  DefProcs.txt
  14174. sbarcdef.a
  14175. wprocasm.aK
  14176. Aug 93O4Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:DefProcs:P<Dev.CD Nov 00 TC Disk 1
  14177.  - Tool Chest
  14178.  - Toolbox
  14179.  - DefProcspenz
  14180. browser
  14181. beginz
  14182. opp's
  14183. orientedS
  14184. Summary:  The Control Strip is a control panel that provides the operating environment for Control Strip modules. It runs on any Macintosh PowerBook computer with System 7.0 or later.
  14185. We discuss Control Strip modules and how to write a new module. This information originally appeared in the PowerBook 520, 520c, 540, 540c Developer Note. It is being published as a Technical Note for ease of access. The information in the PowerBook 520, 520c, 540, 540c Developer Note is obsolete. All futureB
  14186.  updates to this documentation will happen within this Technical Note.
  14187. MacCalendar is a complete snippet that illustrates how to write a module for the Control Strip Manager that is available for PowerBook Macintoshes.
  14188. JMControl Strip
  14189. Control Strip Sample
  14190. Control Strip Technical Note
  14191. MacCalendar 
  14192. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Oct 00 SDK1
  14193.  - Development Kits
  14194.  - Mac OS
  14195.  - Control Stripimple applicat
  14196. --set theItem to choose file -- uncomment to test in an AS editor
  14197.     tell application "Finder"
  14198.         open item "Dev.CD Apr 94
  14199. Dev.CD Jan 94
  14200. Dev.CD Oct 93
  14201. Dev.CD Jul 93
  14202. Dev.CD Apr 93"
  14203.         activate
  14204.     end tell
  14205. on error errMsg number errNum
  14206.     --enter statements to perform when no records are found such as...
  14207.     display dialog "Sorry, the item you selected could not be found."
  14208.     return
  14209. end try
  14210. informational
  14211. informixeoadaptor
  14212. infrared
  14213. inherit
  14214. inheritance
  14215. color
  14216. imaging`
  14217. advanced
  14218. color
  14219. imaging
  14220. advanced
  14221. technique
  14222. D Jul 96 SSWV
  14223. 63306X
  14224. package
  14225. contains
  14226. drive
  14227. setup
  14228. v1.7.2
  14229. program
  14230. package
  14231. contains
  14232. processor
  14233. emulator
  14234. extensions
  14235. package
  14236. compatible
  14237. package
  14238. system
  14239. compatible
  14240. program
  14241. demonstrates
  14242. easily
  14243. capture
  14244. program
  14245. displays
  14246. memory
  14247. configuration
  14248. program
  14249. shows
  14250. pixmap
  14251. scale
  14252. program
  14253. shows
  14254. readlocation
  14255. function
  14256. release
  14257. keychain
  14258. focuses
  14259. password
  14260. storage
  14261. sample
  14262. application
  14263. demonstrates
  14264. serial
  14265. sample
  14266. accompanies
  14267. optimization
  14268. strategies
  14269. sample
  14270. creates
  14271. sprite
  14272. movie
  14273. containing
  14274. sprite
  14275. sample
  14276. demonstrates
  14277. quicktime
  14278. sprit
  14279. sample
  14280. illustrates
  14281. tracks
  14282. sample
  14283. illustrates
  14284. compress
  14285. decompress
  14286. ems, Inc. recommended
  14287. der Mac OS. (This is not an endorsement.)
  14288. It's also a C code sample which shows how easy it is to make a scriptable application for a specific use. It doesn't use the object model and it doesn't have a huge feature set. (Its functionality fills a specific need in Developer Relations, namely aiding an AppleScript called SeedBuilder to make uniform seed archives and segments.) This is a drawback in at least one sense, but also an advantage in another in that it may demystify scriptable applDfications for some number of developers by exposing scripting support in terms they already understand.
  14289. J<Project
  14290. ScriptableStuffItEngine
  14291. ScriptableStuffItEngine.htmlK
  14292. Feb 99M
  14293. Universal Headers 3.2, System 7N0AppleScript, StuffIt, Engine, scriptable, scriptOZDev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:PbDev.CD Nov 00 TC Disk 1
  14294.  - Tool Chest
  14295.  - Interapplication Communication
  14296.  - ScriptableStuffItEngine
  14297. arpsample
  14298. arrangement
  14299. sample
  14300. design
  14301. Dev.CD Apr 93PDDev.CD Apr 94
  14302. Dev.CD Jan 94
  14303. Dev.CD Oct 93
  14304. Dev.CD Jul 93
  14305. Dev.CD Apr 9V
  14306. 68007X
  14307. Apr 94
  14308. --set theItem to choose file -- uncomment to test in an AS editor
  14309.     tell application "Finder"
  14310.         open item "Dev.CD Apr 94
  14311. Dev.CD Jan 94
  14312. Dev.CD Oct 93
  14313. Dev.CD Jul 93
  14314. Dev.CD Apr 93"
  14315.         activate
  14316.     end tell
  14317. on error errMsg number errNum
  14318.     --enter statements to perform when no records are found such as...
  14319.     display dialog "Sorry, the item you selected could not be found."
  14320.     return
  14321. end try
  14322. All Packages
  14323. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  14324. Dev.CD Jan 94
  14325. Dev.CD Oct 93
  14326. Dev.CD Jul 93
  14327. Dev.CD Apr 93PDDev.CD Apr 94
  14328. Dev.CD Jan 94
  14329. Dev.CD Oct 93
  14330. Dev.CD Jul 93
  14331. Dev.CD Apr 9V
  14332. 68008X
  14333. Apr 94
  14334. d such as...
  14335.     display dialog "Sorry, the item you selected could not be found."
  14336.     return
  14337. end try
  14338. e    No Changef
  14339. vRefNum
  14340. DirID
  14341. pcted conditions. But C programmers can take advantage of them as well, since C is (mostly) a subset of C++.
  14342. Country Stringing: Localized Strings for the Newton by Maurice Sharp. Although version 1.5 of the Newton Toolkit provides some built-in support for localizing strings, organizing the different sets of strings is still problematic. Or rather, it was until now.
  14343. JBdevelop Issue 25
  14344. develop Issue 25 code
  14345. develop Issue 25 referencesK
  14346. Mar 96L
  14347. Mar 96OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 25:PQDev.CD Sep 00 RL Disk 1
  14348.  - Technical Documentation
  14349.  - Develop
  14350.  - develop Issue 25pplescript
  14351. apple
  14352. events
  14353. appleevents
  14354. finder
  14355. ample Code:Communications Toolbox:FindSerialPorts:PSDev.CD Nov 00 TC Disk 1
  14356.  - Sample Code
  14357.  - Communications Toolbox
  14358.  - FindSerialPortsV
  14359. 63668X
  14360. Nov 00^    TC Disk 1
  14361. e    No Change
  14362. background
  14363. technicalT
  14364. technical
  14365. publications
  14366. technical
  14367. publications
  14368. carbon
  14369. technical
  14370. publications
  14371. foundation
  14372. technical
  14373. publications
  14374. documentation
  14375. technical
  14376. publications
  14377. enterprise
  14378. technical
  14379. publications
  14380. function
  14381. index
  14382. technical
  14383. publications
  14384. hardware
  14385. technical
  14386. publications
  14387. technical
  14388. publications
  14389. technical
  14390. publications
  14391. technical
  14392. publications
  14393. technical
  14394. publications
  14395. server
  14396. technical
  14397. publications
  14398. quicktime
  14399. technical
  14400. publications
  14401. rhapsody
  14402. technical
  14403. publications
  14404. webobjects
  14405. techniques
  14406. technotes
  14407. telephone
  14408. telephone
  14409. manager
  14410. terminologyd
  14411. tesample
  14412. textedit
  14413. thingies
  14414. threaded
  14415. CardBus,  PCMCIA,  PC Carde file -- uncomment to test in an AS editor
  14416.     tell application "Finder"
  14417.         open item "Dev.CD Jul 95"
  14418.         activate
  14419.     end tell
  14420. on error errMsg number errNum
  14421.     --enter statements to perform when no records are found such as...
  14422.     display dialog "Sorry, the item you selected could not be found."
  14423.     return
  14424. end try
  14425. saving{
  14426. dulesS
  14427. scheme
  14428. schemes
  14429. schneider
  14430. school
  14431. science
  14432. scoop
  14433. score
  14434. scoring
  14435. scott
  14436. scrambling
  14437. scrap
  14438. screenB
  14439. screen's
  14440. screens
  14441. scripty
  14442. scriptability
  14443. scriptableO
  14444. scripted
  14445. scripter
  14446. ,PYDev.CD Nov 00 TC Disk 2
  14447.  - Sample Code
  14448.  - QuickTime
  14449.  - Basics
  14450.  - Inside Mac Movie TB CodeV
  14451. 68627X
  14452. Nov 00^    TC Disk 2
  14453. --set theItem to choose file -- uncomment to test in an AS editor
  14454.     tell application "Finder"
  14455.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:Inside Mac Movie TB Code:"
  14456.         activate
  14457.     end tell
  14458. on error errMsg number errNum
  14459.     --enter statements to perform when no records are found such as...
  14460.     display dialog "Sorry, the item you selected could not be found."
  14461.     return
  14462. end try
  14463. e    No Changef
  14464. QuickTime
  14465. movie
  14466. toolbox
  14467. Dev.CD Nov 00 TC Disk 2
  14468. -D(All Packages
  14469. Reference Library Edition
  14470. Inside Macintosh - QuickDraw GX
  14471.      7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  14472. PS 1.1.3:PFDev.CD Nov 99 TC
  14473.  - Tool Chest
  14474.  - Developer Utilities
  14475.  - Drop
  14476. PS 1.1.3C
  14477. applet
  14478. demonstrates
  14479. stream
  14480. movie
  14481. program
  14482. shows
  14483. select
  14484. create
  14485. movie
  14486. little
  14487. snippet
  14488. adapted
  14489. inside
  14490. macinto@
  14491. sample
  14492. illustrates
  14493. stand
  14494. alone
  14495. accessorie@
  14496. produces
  14497. template
  14498. building
  14499. balloon
  14500. into@
  14501. using
  14502. enterprise
  14503. objects
  14504. framework
  14505. openstep@
  14506. developing
  14507. drivers
  14508. sometimes
  14509. resedit@
  14510. a/rose@
  14511. carbonsndplaydb@
  14512. cwpro2@
  14513. developer@
  14514. fastdither
  14515. rsrc@
  14516. info@
  14517. mwprefixrezppc
  14518. install
  14519. image@
  14520. parser@
  14521. play1
  14522. privateconditionals@
  14523. quickstart@
  14524. renderinglib@
  14525. sample
  14526. applescripts@
  14527. sites@
  14528. watcher@
  14529. whats@
  14530. working
  14531. webobjects
  14532. applescript
  14533. apple
  14534. events
  14535. recordable
  14536. scriptable
  14537. script@
  14538. backscrap@
  14539. foreground
  14540. color@
  14541. a world of new possibilities, a
  14542. allowed
  14543. allowing
  14544.     EK    3. This notice may not be removed or altered from any source distribution.
  14545. J[About these folders
  14546. Documentation
  14547. ResEdit RLE Editor
  14548. SpriteWorld Examples
  14549. SpriteWorld FilesL
  14550. Nov 00M$System 7.0 or later, 68020 or later.N,Sprite, SpriteWorld, blit, blitter, GraphicsO<Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:SpriteWorld:PDDev.CD Nov 00 TC Disk 1
  14551.  - Sample Code
  14552.  - Contributed
  14553.  - SpriteWorldy
  14554. functional
  14555. opentransport
  14556. sample
  14557. imple
  14558. summary
  14559. graphical
  14560. representation
  14561. maximum
  14562. summary
  14563. definition
  14564. procedure
  14565. source
  14566. summary
  14567. series
  14568. tools
  14569. source
  14570. allow
  14571. summary
  14572. xcmds
  14573. xfcns
  14574. perform
  14575. summary
  14576. three
  14577. tools
  14578. written
  14579. hardwar
  14580. summary
  14581. simple
  14582. window
  14583. based
  14584. debugger
  14585. kernel
  14586. summary
  14587. prgram
  14588. guide
  14589. macintosh
  14590. power
  14591. b--set theItem to choose file -- uncomment to test in an AS editor
  14592.     tell application "Finder"
  14593.         open item "Dev.CD Jul 95"
  14594.         activate
  14595.     end tell
  14596. on error errMsg number errNum
  14597.     --enter statements to perform when no records are found such as...
  14598.     display dialog "Sorry, the item you selected could not be found."
  14599.     return
  14600. end try
  14601. "Sorry, the item you selected could not be found."
  14602.     return
  14603. end try
  14604. e    No Changef1detector
  14605. contextual menu
  14606. Apple Data Detectors
  14607. Dev.CD Oct 00 SDK1
  14608. Apple Developer News archive
  14609. This folder contains the archives (in HTML format) of Apple Computer's weekly newsletter to developers, Apple Developer News. The navigation links and graphics at the top and bottom of each page do not work, but the body of each page (and relevant links to the Internet) are complete. This folder is a mirror image of the ADN content on Apple's web site and is included for those developers who do not have web access. have web access. 
  14610. sphere
  14611. splasher
  14612. spooler
  14613. spriteworld
  14614. sprocket
  14615. sprocketinvaders
  14616. squarewave
  14617. stack
  14618. standard
  14619. standard
  14620. samples
  14621. nchronization
  14622. synthesis
  14623. popupcdef
  14624. sysconfig
  14625. sysconfig
  14626. 1.5b16
  14627. system
  14628. This package consists of text files that provide information about the various text encodings used for different languages in the Mac OS, including tables showing how the characters in each encoding are mapped to Unicode by the Text Encoding Converter.
  14629. 1 ReadMe file describing general mapping principles and listing all of the Mac OS text encodings.
  14630. 1 file describing Apple
  14631. s use of the Unicode private use area.
  14632. 24 files - one for each encoding - providing specific information about that B
  14633. encoding and specifying the encoding by showing how it maps to Unicode.
  14634. The text encodings and/or the mappings may change from time to time. Changes to a file are noted in a change history at the beginning of the file.
  14635. Apr 98L
  14636. Nov 99m 7.0N4File System Manager, PC Exchange, File Exchange, FSMOCDev.CD Nov 00 TC Disk 1:Sample Code:Files:Is PC Exchange Installed:PKDev.CD Nov 00 TC Disk 1
  14637.  - Sample Code
  14638.  - Files
  14639.  - Is PC Exchange InstalledV
  14640. 67008X
  14641. Nov 00^    TC Disk 1
  14642. e    No Change
  14643. subjects
  14644. sublaunch
  14645. submission
  14646. submit
  14647. subprocesses
  14648. subroutine
  14649. subroutines
  14650. subsampling
  14651. subsection
  14652. subsequent
  14653. subset
  14654. subspace
  14655. substantially
  14656. substitute
  14657. substitution
  14658. subtle
  14659. subtleties
  14660. subtype
  14661. succeed
  14662. success
  14663. successfulw
  14664. successfully
  14665. suchR
  14666. suddenly
  14667. suffer
  14668. suffix
  14669. suggested
  14670. suggestions
  14671. suit{
  14672. suitability
  14673. suitable
  14674. suitcase
  14675. oJOCIncludes
  14676. ComponentIncludes
  14677. Libraries
  14678. QuickTime SDK Read Me.txt
  14679. RIncludes
  14680. ToolsK
  14681. Aug 94L
  14682. Jul 00M=Windows 95, 98, NT or Win2000, and an Intel Pentium ProcessorN"QuickTime, video, streaming, audioOODev.CD Oct 00 SDK1:Development Kits:Cross Platform:QuickTime 4.1.2 Windows SDK:PWDev.CD Oct 00 SDK1
  14683.  - Development Kits
  14684.  - Cross Platform
  14685.  - QuickTime 4.1.2 Windows SDKV
  14686. 69206X
  14687. Oct 00^
  14688. --set theItem to choose file -- uncomment to test in an AS editor
  14689.     tell application "Finder"
  14690.         open item "Dev.CD Oct 00 SDK1:Development Kits:Cross Platform:QuickTime 4.1.2 Windows SDK:"
  14691.         activate
  14692.     end tell
  14693. on error errMsg number errNum
  14694.     --enter statements to perform when no records are found such as...
  14695.     display dialog "Sorry, the item you selected could not be found."
  14696.     return
  14697. end try
  14698. e    No Changef
  14699. QuickTime
  14700. video
  14701. streaming
  14702. audioo)http://developer.apple.com/sdk/index.htmlq
  14703. Dev.CD Oct 00 SDK1
  14704. pD!All Packages
  14705. Mac OS SDK Edition
  14706. QuickTime Conferencing
  14707. e    No Changef
  14708. PostScript
  14709. print
  14710. clip. scaleq
  14711. Dev.CD Nov 00 TC Disk 2
  14712. All Packages
  14713. Scrap Color 1.0
  14714. Summary:  Have you ever noticed that there isn't an effective way to transfer color information from one program to another without resorting to writing down the actual values of a color and then typing them back in where you want them?  It's annoying to say the least.  Especially if you want to move or keep track of a number of colors.  Also, if the information could be moved from one application to another, programs could work together better and in a more integrated fashion.
  14715. At least t
  14716. 69252X
  14717. radiostation
  14718. radiostation
  14719. ramcdev
  14720. ramcdev
  14721. ramdisk
  14722. ramdisk
  14723. ramdiskcdev
  14724. ramdiskcdev
  14725. ramdiskcommon
  14726. ramdiskcommon
  14727. ramdiskdrivermain
  14728. ramdiskdrivermain
  14729. ramdiskdrvr
  14730. f(** = new, * = revised)
  14731. FindSerialPorts:  This is a little snippet from the "Inside the Macintosh Communications Toolbox" which demonstrates the correct method for detecting which serial ports are present.
  14732. Get Tool Config:  This sample shows how to accumulate into a TEXT file the config strings of Connection Tools that have been configured with CMChoose.
  14733. Archive
  14734. Communications Toolbox
  14735. Contributed
  14736. Devices and Hardware
  14737. Files
  14738. Games
  14739. Graphics 2D
  14740. Graphics 3D
  14741. Help Systems
  14742. Human Interface Toolbox
  14743. Interapplication Comm
  14744. Memory
  14745. Networking
  14746. OS Utilities
  14747. Overview
  14748. Platforms and Tools
  14749. Printing
  14750. Processes
  14751. QuickTime
  14752. Runtime Architecture
  14753. Sound
  14754. Feb 92L
  14755. Apr 97O
  14756. Dev.CD Nov 99 TC:Sample Code:P
  14757. Dev.CD Nov 99 TC
  14758.  - Sample Codeied
  14759. 2-1.1.3
  14760. chinese
  14761. traditional
  14762. 1.1.3
  14763. choose
  14764. choosecolor
  14765. choosecolor
  14766. chooser
  14767. chooser
  14768. cihui
  14769. cincludes
  14770. claris
  14771. claris
  14772. files
  14773. classes
  14774.  QT3DTween.c. 
  14775. The remaining files in this folder are part of the general 
  14776. Mac and Windows support code.
  14777. USING QT3DTween
  14778. Launch the application and select either "Use Camera Tweening" 
  14779. or "Use Rotation Tweening" (or both) from the Test menu. 
  14780. Then select the menu item "Create 3D Tween Movie". 
  14781. A window will appear asking you to select a 3DMF file 
  14782. (a sample 3DMF file is included, but you can choose any 3DMF file). 
  14783. Once a 3DMF file is selected, the selection window will go awaD
  14784. you'll then be asked to select a destination for the new movie. 
  14785. Open the newly created movie and play the movie.
  14786. Enjoy,
  14787. QuickTime Team
  14788. Application Files
  14789. Common Files
  14790. QT3DTween.c
  14791. QT3DTween.dsp
  14792. QT3DTween.dsw
  14793. QT3DTween.exe
  14794. QT3DTween.h
  14795. QT3DTween.mak
  14796. README.txt
  14797. Red Chair.3dmfODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT3DTween.win:PODev.CD Nov 00 TC Disk 2
  14798.  - Sample Code
  14799.  - QuickTime
  14800.  - Goodies
  14801.  - QT3DTween.winbandwidth
  14802. cache
  14803. rates
  14804. printer@
  14805. 8-bit
  14806. clearbutton
  14807. clearbutton
  14808. clent
  14809. clent
  14810. richardson
  14811. message
  14812. client
  14813. clipboard
  14814. clipboard
  14815. clipboard
  14816. clipboard
  14817. magician
  14818. clipboard
  14819. clipinfo
  14820. clipinfo
  14821. clipping
  14822. clipping
  14823. extension
  14824. clippings
  14825. cliptopict
  14826. cliptopict
  14827. clutbuilder
  14828. clutbuilder
  14829. clutbuilder
  14830. cluts
  14831. cmqueenmate
  14832. cmqueenmate
  14833. cmrookmate
  14834. cmrookmate
  14835. codev
  14836. ercionc
  14837. coercionsf
  14838. involved
  14839. involves
  14840. involving
  14841. iokitlib
  14842. iostreams
  14843. iotracer
  14844. ipclister
  14845. ipclistports
  14846. Wt Tool Config
  14847. +This sample shows how to use CMChoose and CMGetConfig to get the configuration string out of a connection tool and write it to a file.  By saving and restoring a connection tool's configuration your application can avoid having to use the configuration alerts every time a connection tool is opened.
  14848. asian
  14849. print
  14850. security
  14851. protocol
  14852. registry
  14853. server
  14854. controls/events
  14855. authentication
  14856. module
  14857. askyesno
  14858. 2.0.1
  14859. licensing
  14860. debugging
  14861. tools
  14862. developer
  14863. tools
  14864. documentation
  14865. examples
  14866. installer
  14867. installer
  14868. image
  14869. symfiles
  14870. assertions
  14871. assertions
  14872. asset
  14873. assistant
  14874. associated
  14875. associated
  14876. documentation
  14877. async
  14878. asyncdrivercommon
  14879. asyncdrivercommon
  14880. asyncdrivermain
  14881. asyncdrivermain
  14882. asyncdriversample
  14883. asyncdriversample
  14884. asyncdriversample
  14885. asyncdriversampledrv
  14886. asyncdriversampledrv
  14887. asynch
  14888. asyncpb
  14889. asyncpb
  14890. asyncpb
  14891. asyncpb
  14892. asyncpb
  14893. asyncpb
  14894. asyncpbppc
  14895. asyncpbppc
  14896. error
  14897. detection
  14898. error
  14899. detector
  14900. error
  14901. detector
  14902. compressmovies
  14903. computer-based
  14904. computer-based
  14905. media
  14906. broadcast
  14907. concordia
  14908. conferencing
  14909. config
  14910. config&interleave
  14911. contacts
  14912. content
  14913. context
  14914. contextualmenumanage
  14915. contextualmenumanage
  14916. 1.0.3
  14917. control
  14918. control
  14919. strip
  14920. controlbackground
  14921. controlkeypatch
  14922. controlrgn
  14923. controlstrip
  14924. controlstrip
  14925. controlstripsample
  14926. convert
  14927. convert
  14928. projects
  14929. 1.0b5
  14930. converter
  14931. converttomovie
  14932. converttomovie
  14933. copybits
  14934. copybits
  14935. copymask
  14936. copybitsspeedpalette
  14937. copydeepmask
  14938. copying
  14939. copymask
  14940. corefoundation
  14941. coresample
  14942. cplustesample
  14943. cpugestalt
  14944. createdirwcusticon
  14945. createmovie
  14946. createpictfile
  14947. creator
  14948. creator
  14949. changer
  14950. 00 TC Disk 1
  14951. D!All Packages
  14952. Tool Chest Edition
  14953. processes
  14954. processing
  14955. processmgr
  14956. processorZ
  14957. processor-based{
  14958. processorsu
  14959. procs
  14960. prodos
  14961. produce
  14962. produced
  14963. producer
  14964. producer/consumer
  14965. produces
  14966. produces
  14967. module
  14968. producing
  14969. y dialog "Sorry, the item you selected could not be found."
  14970.     return
  14971. end try
  14972. e    No Changef    QuickTimeq
  14973. Dev.CD Nov 00 TC Disk 2
  14974. All Packages
  14975. All WindowsI2A collection of all the Windows QuickTime samples.J
  14976. Basics
  14977. Capturing
  14978. Codecs
  14979. Effects
  14980. Goodies
  14981. Importers and Exporters
  14982. Music and Sound
  14983. QuickTime for Java
  14984. QuickTime Text
  14985. QuickTime VR
  14986. Streaming
  14987. TimeCodes
  14988. Vectors
  14989. Wired Movies and SpritesO?Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Windows.win:V
  14990. 66621X
  14991. 1e    No Change
  14992. OqDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:P
  14993. Dev.CD Jan 00 SDK1
  14994.  - What's New
  14995.  - Technical Documentation
  14996.  - Technical Publications
  14997.  - DeveloperDocumentation
  14998.  - macos8_and_9 no records are found such as...
  14999.     display dialog "Sorry, the item you selected could not be found."
  15000.     return
  15001. end try
  15002. LSummary:  WindowPicker is a System 7 extension that provides you with a convenient/simple way to bring any open window to the front.
  15003. Features:
  15004. - WindowPicker Menu next to the Help Menu
  15005. - popup WindowPicker Menu
  15006. - arrow keys to switch between open windows and applications
  15007. - customizable modifier keys
  15008. - help for setting preferences
  15009. J Read Me
  15010. Read Me.txt
  15011. WindowPickerK
  15012. Jul 92L
  15013. Aug 93M
  15014. System 7 & Any MacintoshO<Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:WindowPicker 1.1:PDDev.CD Nov 00 TC Disk 1
  15015.  - Tool Chest
  15016.  - Toolbox
  15017.  - WindowPicker 1.1r
  15018. apple
  15019. events@
  15020. finderevents@
  15021. applescript
  15022. toolkit@
  15023. multithreaded
  15024. networking@
  15025. mutable
  15026. string@
  15027. transport@
  15028. panel@
  15029. card@
  15030. pcmcia@
  15031. process
  15032. manager@
  15033. profile
  15034. specification@
  15035. property
  15036. list@
  15037. recordable@
  15038. rssc@
  15039. setting@
  15040. stdbits@
  15041. summary@
  15042. toolkit@
  15043. utilities@
  15044. webobjects@
  15045. window
  15046. arrangement@
  15047. information
  15048. initc
  15049. initialize
  15050. initialize
  15051. initmac
  15052. initmac
  15053. initmac
  15054. initprojector
  15055. inlineinputsample
  15056. input
  15057. inputdialog
  15058. inputdialog
  15059. inputsprocket
  15060. inputsprocket
  15061. inputsprocket
  15062. extension
  15063. inputsprocket
  15064. inputsprocket
  15065. release
  15066. notes
  15067. inputsprocket
  15068. inputsprocketsimplet
  15069. inputsprocketsimplet
  15070. inputsprocketsimplet
  15071. inputsprocketsimplet
  15072. inputsprockettest
  15073. inputsprockettest
  15074. inputsprockettest
  15075. inquiry
  15076. inside
  15077. inside
  15078. install]
  15079. install
  15080. windoidrez
  15081. window
  15082. window
  15083. window
  15084. window
  15085. windowcolors
  15086. windowcolors
  15087. windowcolors
  15088. windowcolors
  15089. windowdialog
  15090. windowdialog
  15091. windowed
  15092. windowpalette
  15093. windowpalette
  15094. windowpicker
  15095. windowpositioner
  15096. windowpositioner
  15097. windowpositioner
  15098. windows
  15099. windows
  15100. windows
  15101. windows
  15102. system
  15103. files
  15104. windowsmenu
  15105. windowsmenu
  15106. windowsmenu
  15107. windowsmenu
  15108. windowutilities
  15109. windowutilities
  15110. windowutilities
  15111. windstuff
  15112. windstuff
  15113. PSDev.CD Nov 00 TC Disk 1
  15114.  - Tool Chest
  15115.  - OS Utilities
  15116.  - Gestalt Selectors List 4.3ing
  15117. OTSimpleServerHTTPq
  15118. Dev.CD Nov 00 TC Disk 1
  15119. All Packages
  15120. OTStreamLogViewer
  15121. ZOTStreamLogViewer is both a sample and a developer tool.  As a sample, it shows how to use the OT raw streams API to communication with modules in the OT kernel. As a tool, it allows you to view the output of the STREAMS logging facility (strlog).  This is extremely helpful when developing OT kernel plug-ins: modules drivers, and port scanners.
  15122. FileLogging.c
  15123. FileLogging.h
  15124. IC Libraries
  15125. LogEngine
  15126. OTStreamLogViewer(PPC)
  15127. OTStreamLogViewer.c
  15128. OTStreamLogViewer.mcp
  15129. OTStreamLogViewer.rsrc
  15130. Read Me 
  15131.  OTStreamLogViewer
  15132. StreamLogResources.hK
  15133. May 98L
  15134. Sep 98M
  15135. Open Transport 1.1.1 or higherNKOpen Transport, kernel, log, strlog, debug, raw, streams, OTStreamLogViewerOADev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTStreamLogViewer:V
  15136. 67229X
  15137. 1e    No Change
  15138. uage Kits:Chinese Dictation Kit 1.5:
  15139. participation
  15140. Apr 98L
  15141. Nov 99M
  15142. Any text editor.NDtext encoding, character set, Text Encoding Converter, font encodingO
  15143. Dev.CD Nov 99 TC:Sample Code:P
  15144. Dev.CD Nov 99 TC
  15145.  - Sample Codelist. Click on one of the machines, and the other list will display all the PPC port names currently open on that machine. This is all the IAC capable applications, plus all the PPC ports that have been open for other reasons (unless they were opened non-Network capable).
  15146. It's what the PPC browsers does, but this shows you how yoB2u can do it silently, without putting up a dialog.
  15147. JlIPCListCode.c
  15148. IPCListCode.h
  15149. IPCLister(PPC)
  15150. IPCLister.main.c
  15151. IPCLister.mcp
  15152. IPCLister.rsrc
  15153. Read Me 
  15154.  IPCListerM
  15155. System 7.0N:ICPListPorts, PPC Toolbox, PPCBrowser, network AppleEventsODDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:IPCLister:PLDev.CD Nov 00 TC Disk 1
  15156.  - Sample Code
  15157.  - Interapplication Comm
  15158.  - IPCListerer Script App
  15159. FW ReceiverK
  15160. Apr 96L
  15161. May 97M
  15162. System 7.1, AppleScript
  15163. 68241X
  15164. Oct 00^
  15165. --set theItem to choose file -- uncomment to test in an AS editor
  15166.     tell application "Finder"
  15167.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:AIAT:"
  15168.         activate
  15169.     end tell
  15170. on error errMsg number errNum
  15171.     --enter statements to perform when no records are found such as...
  15172.     display dialog "Sorry, the item you selected could not be found."
  15173.     return
  15174. end try
  15175. e    No Changef
  15176. search
  15177. index
  15178. vtwin
  15179. summaryq
  15180. Dev.CD Oct 00 SDK1
  15181. All Packages
  15182. AIFF writer sdevI0Sound hardware output ('sdev') component sample.J
  15183. AIFF writer sdev.mcp
  15184. AIFF writer(PPC)
  15185. AIFF_writer.c
  15186. AIFF_writer.h
  15187. AIFF_writer.r
  15188. AIFF_writer.rsrc
  15189. ComponentDispatch.c
  15190. ComponentDispatch.h
  15191. ComponentPrototypes.h
  15192. Hardware.c
  15193. Hardware.h
  15194. Structures.hM
  15195. Sound Manager 3.0 or laterN(Sound, component, sdev, AIFF writer sdevO;Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:AIFF writer sdev:PCDev.CD Nov 00 TC Disk 2
  15196.  - Sample Code
  15197.  - Sound
  15198.  - AIFF writer sdevV
  15199. 68242X
  15200. Nov 00e    No Change
  15201. Summary: This is the electronic version of develop magazine.
  15202.  Issue 13 highlights:
  15203. Asynchronous Routines on the Macintosh  by Jim Luther.   How to avoid the pitfalls of calling routines asynchronously.
  15204. Inside QuickTime and Component-Based Managers   by Bill Guschwan.   Useful debugging and tracing techniques for QuickTime and the Component Manager.
  15205. Macintosh Debugging: The Belly of the Beast Revisited  by Fred Huxham and Greg Marriott.   A supplement to the Belly of the Beast debuggin
  15206. g article in Issue 8: four new tools explained.
  15207. Adventures in Color Printing  by Dave Hersey.   A general strategy for printing color images that ensures the best possible quality.
  15208. DeviceLoop Meets the Interface Designer  by John Powers   This little-known System 7 routine can help you deal with multiple screen environments.
  15209. Somewhere in QuickTime: Top 10 QuickTime Tips  by John Wang.   The first installment of a new column on QuickTime: hot tips from the masters.
  15210. Print Hints: Looking 
  15211. N2ESD, AppleSearch, AppleShare, ARA, AWS, IP GatewayckTimeIntro:WiredSprites:PUDev.CD Nov 00 TC Disk 2
  15212.  - Sample Code
  15213.  - QuickTime
  15214.  - QuickTimeIntro
  15215.  - WiredSpritesV
  15216. 68177X
  15217. Nov 00^    TC Disk 2b
  15218. --set theItem to choose file -- uncomment to test in an AS editor
  15219.     tell application "Finder"
  15220.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:WiredSprites:"
  15221.         activate
  15222.     end tell
  15223. on error errMsg number errNum
  15224.     --enter statements to perform when no records are found such as...
  15225.     display dialog "Sorry, the item you selected could not be found."
  15226.     return
  15227. end try
  15228. New Packagef
  15229. QuickTime
  15230. Spriteso&http://developer.apple.com/samplecode/q
  15231. Dev.CD Nov 00 TC Disk 2
  15232. D!All Packages
  15233. Mac OS SDK Edition
  15234. Word Services SDK 1.0.8
  15235. This document lists all selectors, known to the creator, for use with the Gestalt Manager. They can include selector codes installed by Apple (system) software or by software from third parties (your software?). The information in this list is useful for programmers who use the Gestalt Manager with their software (even using externals, as with HyperCard, 4th Dimension and so on).
  15236. NOTE: This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis.  Apple is not responsible for any probleB!ms you may encounter in it's use.
  15237. Jk6th Anniversary
  15238. Gestalt Selectors List 4.3
  15239. Gestalt Submission Form
  15240. gestalt.html
  15241. GSL View (EasyView)
  15242. UpdatesK
  15243. May 95L
  15244. Dec 98M7Any word processor capable of reading a 400K text file.N
  15245. Gestalt Selector Codes, Gestalt Manager, Machine Identification, System Identification, System Software Release, Version, Capabilities, System FeaturesOKDev.CD Nov 00 TC Disk 1:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:98V
  15246. 67230X
  15247. 1e    No Change
  15248. What Chines
  15249. 68305X
  15250. Nov 00^    TC Disk 1
  15251. --set theItem to choose file -- uncomment to test in an AS editor
  15252.     tell application "Finder"
  15253.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  15254.         activate
  15255.     end tell
  15256. on error errMsg number errNum
  15257.     --enter statements to perform when no records are found such as...
  15258.     display dialog "Sorry, the item you selected could not be found."
  15259.     return
  15260. end try
  15261. e    No Changeq
  15262. Dev.CD Nov 00 TC Disk 1
  15263. kD!All Packages
  15264. Tool Chest Edition
  15265. Audio Palette Developer Doc
  15266. {Summary: The audio palette developer documentation contains descriptions of features of the audio palette accessible by HyperTalk scripting only.  These include messages that the palette sends to the current stack as well as a list of messages the palette will respond to. This information is crucial if developers want to take advantage of the audio palette in their own stacks.
  15267. 68306X
  15268. Deleted
  15269. createcustomlist
  15270. created
  15271. createdibsection
  15272. createdirwithcustomi
  15273. m to choose file -- uncomment to test in an AS editor
  15274.     tell application "Finder"
  15275.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  15276.         activate
  15277.     end tell
  15278. on error errMsg number errNum
  15279.     --enter statements to perform when no records are found such as...
  15280.     display dialog "Sorry, the item you selected could not be found."
  15281.     return
  15282. end try
  15283. e    No Changef
  15284. debuggerq
  15285. Dev.CD Nov 00 TC Disk 1
  15286. All Packages
  15287. F    SourceObj
  15288. 67727X
  15289. testc
  15290. test/demo
  15291. testaccelration
  15292. testarbitraryallocat
  15293. testarbitraryallocat
  15294. ze    No Changef
  15295. MIDIq
  15296. Dev.CD Nov 00 TC Disk 2
  15297. All Packages
  15298. RAMDisk
  15299. <Summary:  This sample demonstrates how to write a simple Mac OS block device driver, in this case a RAM disk.  It also demonstrates how to bundle a system extension (INIT), driver (DRVR) and control panel (cdev) in one file, to achieve maximum functionality while minimising the number of items in the System Folder.
  15300. Documentation
  15301. Metrowerks Build Script
  15302. RamCDev.c
  15303. RamDisk (CW)
  15304. RAMDiskCDEV.rsrc
  15305. RAMDiskCDEV.
  15306. RamDiskCommon.h
  15307. RAMDiskDriverMain.c
  15308. RAMDiskDRVR.out
  15309. RAMDiskDRVR.
  15310. RAMDiskINIT.out
  15311. RAMDiskINIT.
  15312. RamDRVR.c
  15313. RamINIT.c
  15314. Read Me 
  15315.  RAM Disk Sample
  15316. ShowInitIcon
  15317. TradDriverLoaderLib
  15318. Nov 94L
  15319. May 97M
  15320. System 7.0NVdisk device driver, RAM disk, Driver Gestalt, INIT, cdev, DRVR, control panel, RAMDiskOGDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:RAMDisk:PRDev.CD Nov 00 TC Disk 1
  15321.  - Sample Code
  15322.  - Devices and Hardware
  15323.  - Disks
  15324.  - RAMDiskV
  15325. 69218X
  15326. Nov 00^    TC Disk 1
  15327. e    No Change
  15328. tn91testcode
  15329. tn91testcode
  15330. tnetworkstream
  15331. tnetworkstream
  15332. tnetworkstream
  15333. configurey
  15334. configured
  15335. configures
  15336. configuringA
  15337. confines
  15338. confirm
  15339. confirmation
  15340. confirmed
  15341. conflict
  15342. conform
  15343. conforming
  15344. confused
  15345. confuses
  15346. confusing
  15347. confusion
  15348. conjunction
  15349. contentz
  15350. contentsi
  15351. context
  15352. context-sensitive
  15353. contextualy
  15354. continue_
  15355. continuing
  15356. --set theItem to choose file -- uncomment to test in an AS editor
  15357.     tell application "Finder"
  15358.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Archive:Graphics:QuickDraw GX:GX->PostScript Sample:"
  15359.         activate
  15360.     end tell
  15361. on error errMsg number errNum
  15362.     --enter statements to perform when no records are found such as...
  15363.     display dialog "Sorry, the item you selected could not be found."
  15364.     return
  15365. end try
  15366. e    No Changef#TextEdit
  15367. TESample
  15368. CPlusTESampleq
  15369. Dev.CD Nov 00 TC Disk 2
  15370. All Packages
  15371. CPU SE 406O
  15372. Dev.CD Jul 95P
  15373. Dev.CD Jul 9V
  15374. 65151X
  15375. Jul 95
  15376. b--set theItem to choose file -- uncomment to test in an AS editor
  15377.     tell application "Finder"
  15378.         open item "Dev.CD Jul 95"
  15379.         activate
  15380.     end tell
  15381. on error errMsg number errNum
  15382.     --enter statements to perform when no records are found such as...
  15383.     display dialog "Sorry, the item you selected could not be found."
  15384.     return
  15385. end try
  15386. All Packages
  15387. 65152X
  15388. launchB
  15389. launchaplication
  15390. launchapplication
  15391. launched
  15392. launcher
  15393. launches
  15394. launching{
  15395. launchwithdoc
  15396. launchwithdoc2
  15397. launchwithsize
  15398. laurence
  15399. lavoie
  15400. layer
  15401. layering
  15402. layers
  15403. layout
  15404. layouts
  15405. lclick
  15406. ldefproc0
  15407. leading
  15408. leading-edge
  15409. leads{
  15410. leaks
  15411. legal
  15412. length
  15413. lengths
  15414. less{
  15415. lesser
  15416. lessons
  15417. letters
  15418. letting_
  15419. levela
  15420. a-lawm
  15421. a-law
  15422. compressor
  15423. a-law
  15424. decompressor
  15425. a-law
  15426. a-law
  15427. a-law
  15428. rsrcm
  15429. keyboardcontroller@
  15430. keychain
  15431. language
  15432. launchwithdoc
  15433. opp's@
  15434. play1
  15435. popuptkl
  15436. powerbookg3series@
  15437. programming
  15438. information
  15439. qd3d@
  15440. quickstart@
  15441. quit@
  15442. rdocproc@
  15443. aecdev-aedaemon@
  15444. readme
  15445. readme
  15446. dcmd@
  15447. renderinglib@
  15448. rfc1334
  15449. authentication@
  15450. sample
  15451. applescripts@
  15452. schedule@
  15453. sites@
  15454. support
  15455. systemfolder@
  15456. testfinderlaunch
  15457. testprinterclass
  15458. textchanger
  15459. 2.0.1@
  15460. transitions
  15461. themes@
  15462. ueenie@
  15463. updates@
  15464. userstartup
  15465. goodies@
  15466. validator
  15467. 1.11@
  15468. e:  This snippet shows how to use the QuickDraw pattern modes to invert the intersection of two colored lines.
  15469. FindFamilies:  An MPW tool for examining font dependencies.  You tell FindFamilies what installed font family you're interested in, and it finds all the bitmap and outline fonts referenced by that family and tells you what other families also reference them.  Helps to check "Style-linking" so you can see that the plain variant of "MyFont Bold" is really also the bold variant of "
  15470. MyFont Plain", etc.  Shows how to manipulate FOND resources and make the GetNextFOND call under System 7.1 and later.
  15471. GDevVideo:  This code shows how to get the parameters out of GDevice records.
  15472. GrayishOutline:  This snippet was written in reply to a developer question on how to draw the "best possible gray" across several screens of various depth (see the related Q&A in a recent  d e v e l o p   near you).
  15473. icl8 To cicn:  This snippet converts a 'icl8' and 'ICN#' resource to a 'cicn' r
  15474. 69374X
  15475. Nov 00^    TC Disk 1b
  15476. --set theItem to choose file -- uncomment to test in an AS editor
  15477.     tell application "Finder"
  15478.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Super Snapshot:"
  15479.         activate
  15480.     end tell
  15481. on error errMsg number errNum
  15482.     --enter statements to perform when no records are found such as...
  15483.     display dialog "Sorry, the item you selected could not be found."
  15484.     return
  15485. end try
  15486. New Packagef'Snapshot
  15487. screen shot
  15488. pixmap
  15489. Carbon
  15490. PICTo&http://developer.apple.com/samplecode/q
  15491. Dev.CD Nov 00 TC Disk 1
  15492. All Packages
  15493. SuspendAppleEventI
  15494. This sample illustrates how to suspend and resume and AppleEvent.  This technique is appropriate when processing Apple events that cannot be handled immediately or must be deferred until additional user input or processing has taken place.V
  15495. 69375X
  15496. 1e    No Change
  15497. Nov 99M
  15498. PowerPlantNecounter, windows, introduction, document, menu, modal dialog, printing, about, Win2MacCounterSamples
  15499. OCDev.CD Nov 00 TC Disk 2:Sample Code:Overview:Win2MacCounterSamples:PKDev.CD Nov 00 TC Disk 2
  15500.  - Sample Code
  15501.  - Overview
  15502.  - Win2MacCounterSamplesf
  15503. packages
  15504. ticles@
  15505. as-is@
  15506. association@
  15507. asynchronous
  15508. background
  15509. networking
  15510. macintosh
  15511. harry@
  15512. audience@
  15513. audited@
  15514. august@
  15515. authors@
  15516. avoid@
  15517. avoided@
  15518. balloons@
  15519. bases@
  15520. because@
  15521. before@
  15522. being@
  15523. beused@
  15524. bezier@
  15525. bjorklund@
  15526. tnetworkstream
  15527. tnetworkstream
  15528. gation Services to select packages.
  15529. tasks illustrated B
  15530. include:
  15531. - how to create a package,
  15532. - how to detect a package,
  15533. includes a 'package document aware'  application sample (HTMLSample)
  15534. MakeFile
  15535. PackageTool
  15536. PackageTool.c
  15537. PackageTool.h
  15538. PackageTool.prj
  15539. PackageTool.r
  15540. PackageTool.rsrc
  15541. PackageUtils.c
  15542. PackageUtils.h
  15543. PackageWindow.c
  15544. PackageWindow.h
  15545. Re- C/F Registration Request
  15546. ReadMe
  15547. Sample Package
  15548. SimplePrefs.c
  15549. SimplePrefs.h
  15550. Utilities.c
  15551. Utilities.h
  15552. Dec 99OHDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PackageTool:
  15553. iting an external file system.
  15554. SCSI Inquiry:  This MPW tool shows how to make a SCSI inquiry command to an HD80SC.
  15555. SCSI Simple Sample:  A simple sample that can deal with both the old and new SCSI Managers.
  15556. Serial Driver Arbitration:  This is an example of how to correctly arbitrate the serial ports.  It's taken from tech note DV 11 - Opening the Serial Ports.
  15557. SlotVInstall:  This little program installs a slot VBL task for the main screen, even if the main screen uses built-in video, bK
  15558. y getting the gdRefNum and calling GetDctlEntry to find the slot number.
  15559. Wake100:  Wake100 resets the wake up time on PowerBooks that support it (PB 100, Portable) so that it wakes up at the same time everyday.
  15560. Communications Toolbox
  15561. Contributed
  15562. Devices and Hardware
  15563. Files
  15564. Games
  15565. Graphics 2D
  15566. Graphics 3D
  15567. Help Systems
  15568. Human Interface Toolbox
  15569. Interapplication Comm
  15570. Memory
  15571. Networking
  15572. OS Utilities
  15573. Overview
  15574. Platforms and Tools
  15575. Printing
  15576. Processes
  15577. QuickTime
  15578. Runtime Architecture
  15579. Sound
  15580. directions{
  15581. directpixelaccess
  15582. directpixelaccess
  15583. discipline
  15584. discipline
  15585. 2.0.2
  15586. disclaimer
  15587. discoveringopenstepb
  15588. discoveringopenstepb
  15589. disinfectant
  15590. 6.3.3
  15591. quick
  15592. reference
  15593. first
  15594. diskimagecore
  15595. diskimagecore
  15596. diskrestore
  15597. display
  15598. display
  15599. display
  15600. device
  15601. driver
  15602. guide
  15603. display
  15604. displaying
  15605. displaymanager
  15606. displaymanager
  15607. displayvideo
  15608. displayvideo
  15609. displayvideo
  15610. displayvideo
  15611. displayvideo
  15612. dispnamereg
  15613. distribution
  15614. distributors/localiz
  15615. dk-danish
  15616. raggingsprites
  15617. draggingsprites
  15618. draggingspritesapple
  15619. draggingspritesapple
  15620. dragwindowgrid
  15621. Summary: This folder contains the following localized versions of QuickDraw GX version 1.1.3:
  15622. Catalan 1.1.3
  15623. Chinese, Simplified 2-1.1.3
  15624. Chinese, Traditional 1.1.3
  15625. Czech 1.1.3
  15626. Danish 1.1.3
  15627. Dutch 1.1.3
  15628. English, British 1.1.3
  15629. English, Int'l 1.1.3
  15630. English, U.S. 1.1.3
  15631. Finnish 1.1.3
  15632. French 1.1.3
  15633. German 1.1.3
  15634. Italian 1.1.3
  15635. Kanji 1.1.3
  15636. Korean 1.1.3
  15637. Polish 2-1.1.3
  15638. Portuguese, Brazilian 1.1.3
  15639. Russian 1.1.3
  15640. Spanish 1.1.3
  15641. Swedish 1.1.3
  15642. Turkish 1.1.3
  15643. Ukranian 1.1.3
  15644. Catalan 1.1.3:
  15645. Chinese, Simplified 2-1.1.3:
  15646. Chinese, Traditional 1.1.3:
  15647. Czech 1.1.3:
  15648. Danish 1.1.3:
  15649. Dutch 1.1.3:
  15650. English, British 1.1.3:
  15651. English, Int'l 1.1.3:
  15652. English, U.S. 1.1.3:
  15653. Finnish 1.1.3:
  15654. French 1.1.3:
  15655. German 1.1.3:
  15656. Italian 1.1.3:
  15657. Kanji 1.1.3:
  15658. Korean 1.1.3:
  15659. Polish 2-1.1.3:
  15660. Portuguese, Brazilian 1.1.3:
  15661. Russian 1.1.3:
  15662. Spanish 1.1.3:
  15663. Swedish 1.1.3:
  15664. Turkish 1.1.3:
  15665. Ukranian 1.1.3:
  15666. Jan 96L
  15667. Aug 96O8Dev.CD Nov 99 TC:System Software:Worldwide QuickDraw GX:
  15668. quick
  15669. start
  15670. quicksort
  15671. quicksort
  15672. macintoshp
  15673. windowsq
  15674. alternatebufferdispl
  15675. alwayspreview
  15676. analysis
  15677. analyzerU
  15678. anima
  15679. appearanceu
  15680. appearance
  15681. 1.0.2u
  15682. appearance
  15683. 1.0.4v
  15684. applew
  15685. apple
  15686. cd-rom
  15687. handbookw
  15688. apple
  15689. color
  15690. onescanner
  15691. apple
  15692. detectors
  15693. apple
  15694. developer
  15695. archivez
  15696. apple
  15697. directions
  15698. 1995{
  15699. apple
  15700. directions
  15701. 1996|
  15702. apple
  15703. directions
  15704. 1997}
  15705. apple
  15706. event
  15707. registry
  15708. suites~
  15709. apple
  15710. event
  15711. xcmds
  15712. 1.0b3
  15713. apple
  15714. grayscale
  15715. appearance
  15716. apple
  15717. guide
  15718. apple
  15719. apple
  15720. monitor
  15721. apple
  15722. international
  15723. glossaries
  15724. apple
  15725. location
  15726. manager
  15727. apple
  15728. publications
  15729. style
  15730. guide
  15731. apple
  15732. shared
  15733. library
  15734. manager
  15735. apple
  15736. standards
  15737. developers
  15738. apple
  15739. system
  15740. profiler
  15741. appleevent
  15742. detectorsy
  15743. developerS
  15744. developers
  15745. directions{
  15746. Change
  15747. --set theItem to choose file -- uncomment to test in an AS editor
  15748.     tell application "Finder"
  15749.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE User Terminology 3/92:"
  15750.         activate
  15751.     end tell
  15752. on error errMsg number errNum
  15753.     --enter statements to perform when no records are found such as...
  15754.     display dialog "Sorry, the item you selected could not be found."
  15755.     return
  15756. end try
  15757. .0 QTVR movie; you select the version using the Test menu.
  15758. Application Files
  15759. Building QT Samples
  15760. Common Files
  15761. README
  15762. VRMakePano 68k
  15763. VRMakePano 68k.mcp
  15764. VRMakePano PPC
  15765. VRMakePano PPC.mcp
  15766. VRMakePano Win.mcp
  15767. VRMakePano.c
  15768. VRMakePano.exe
  15769. VRMakePano.h
  15770. VRMakePano.makM
  15771. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.OFDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRMakePano:V
  15772. 68155X
  15773. 1e    No Change
  15774. All Packages
  15775. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  15776. Dev.CD Jan 94
  15777. Dev.CD Oct 93
  15778. Dev.CD Jul 93
  15779. Dev.CD Apr 93PDDev.CD Apr 94
  15780. Dev.CD Jan 94
  15781. Dev.CD Oct 93
  15782. Dev.CD Jul 93
  15783. Dev.CD Apr 9V
  15784. 69662X
  15785. Apr 94
  15786. --set theItem to choose file -- uncomment to test in an AS editor
  15787.     tell application "Finder"
  15788.         open item "Dev.CD Apr 94
  15789. Dev.CD Jan 94
  15790. Dev.CD Oct 93
  15791. Dev.CD Jul 93
  15792. Dev.CD Apr 93"
  15793.         activate
  15794.     end tell
  15795. on error errMsg number errNum
  15796.     --enter statements to perform when no records are found such as...
  15797.     display dialog "Sorry, the item you selected could not be found."
  15798.     return
  15799. end try
  15800. All Packages
  15801. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  15802. Dev.CD Jan 94
  15803. Dev.CD Oct 93
  15804. Dev.CD Jul 93
  15805. Dev.CD Apr 93PDDev.CD Apr 94
  15806. Dev.CD Jan 94
  15807. Dev.CD Oct 93
  15808. Dev.CD Jul 93
  15809. Dev.CD Apr 9V
  15810. 69663X
  15811. Apr 94
  15812. e    No Changef    INIT
  15813. iconq
  15814. Dev.CD Nov 00 TC Disk 1
  15815. All Packages
  15816. F    SICN LDEFIzThis LDEF displays small icons to the left of text in a list.
  15817. The small icon is stored in the first 16 bytes of each cell.J&mylistdef.c
  15818. ppcsicn.rsrc
  15819. SICN LDEF.mcpOFDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:SICN LDEF:PNDev.CD Nov 00 TC Disk 1
  15820.  - Sample Code
  15821.  - Human Interface Toolbox
  15822.  - SICN LDEFV
  15823. 69299X
  15824. Nov 00^    TC Disk 1
  15825. --set theItem to choose file -- uncomment to test in an AS editor
  15826.     tell application "Finder"
  15827.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:SICN LDEF:"
  15828.         activate
  15829.     end tell
  15830. on error errMsg number errNum
  15831.     --enter statements to perform when no records are found such as...
  15832.     display dialog "Sorry, the item you selected could not be found."
  15833.     return
  15834. end try
  15835. e    No Changeq
  15836. Dev.CD Nov 00 TC Disk 1
  15837. All Packages
  15838. SignalsV
  15839. 69300X
  15840. apple
  15841. ethernet
  15842. apple
  15843. video
  15844. OKDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:FormatAsDOS:PVDev.CD Nov 00 TC Disk 1
  15845.  - Sample Code
  15846.  - Devices and Hardware
  15847.  - Disks
  15848.  - FormatAsDOSV
  15849. 68552X
  15850. Nov 00^    TC Disk 1
  15851. --set theItem to choose file -- uncomment to test in an AS editor
  15852.     tell application "Finder"
  15853.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:FormatAsDOS:"
  15854.         activate
  15855.     end tell
  15856. on error errMsg number errNum
  15857.     --enter statements to perform when no records are found such as...
  15858.     display dialog "Sorry, the item you selected could not be found."
  15859.     return
  15860. end try
  15861. e    No ChangefFformat
  15862. foreign file system
  15863. floppy
  15864. DIXZero
  15865. FormatAsDOSq
  15866. Dev.CD Nov 00 TC Disk 1
  15867. All Packages
  15868. Fragment Tool
  15869. 68553X
  15870. s purposeful to you then great, otherwise it's just documentation.
  15871. May 96V
  15872. 67239X
  15873. Deleted
  15874. his package is System 7.0 compatible. 
  15875. Vol VL
  15876. Vol VIIV
  15877. 65082X
  15878. 1e    No Change
  15879. anese
  15880. macodbc
  15881. All Packages
  15882. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  15883. Dev.CD Jan 94
  15884. Dev.CD Oct 93
  15885. Dev.CD Jul 93
  15886. Dev.CD Apr 93PDDev.CD Apr 94
  15887. Dev.CD Jan 94
  15888. Dev.CD Oct 93
  15889. Dev.CD Jul 93
  15890. Dev.CD Apr 9V
  15891. 69523X
  15892. Apr 94
  15893. --set theItem to choose file -- uncomment to test in an AS editor
  15894.     tell application "Finder"
  15895.         open item "Dev.CD Apr 94
  15896. Dev.CD Jan 94
  15897. Dev.CD Oct 93
  15898. Dev.CD Jul 93
  15899. Dev.CD Apr 93"
  15900.         activate
  15901.     end tell
  15902. on error errMsg number errNum
  15903.     --enter statements to perform when no records are found such as...
  15904.     display dialog "Sorry, the item you selected could not be found."
  15905.     return
  15906. end try
  15907. All Packages
  15908. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  15909. Dev.CD Jan 94
  15910. Dev.CD Oct 93
  15911. Dev.CD Jul 93
  15912. Dev.CD Apr 93PDDev.CD Apr 94
  15913. Dev.CD Jan 94
  15914. Dev.CD Oct 93
  15915. Dev.CD Jul 93
  15916. Dev.CD Apr 9V
  15917. 69524X
  15918. Apr 94
  15919. newton-related
  15920. nextx
  15921. nicest
  15922. nichols
  15923. august{
  15924. auntiedialog
  15925. auntiedialog
  15926. module
  15927. provided
  15928. source
  15929. which
  15930. aurp-speaking
  15931. authenticate
  15932. authenticated
  15933. authentication
  15934. authenticator
  15935. author
  15936. authoring
  15937. authorized
  15938. ation "Finder"
  15939.         open item "Dev.CD Apr 94
  15940. Dev.CD Jan 94
  15941. Dev.CD Oct 93
  15942. Dev.CD Jul 93"
  15943.         activate
  15944.     end tell
  15945. on error errMsg number errNum
  15946.     --enter statements to perform when no records are found such as...
  15947.     display dialog "Sorry, the item you selected could not be found."
  15948.     return
  15949. end try
  15950. All Packages
  15951. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  15952. Dev.CD Jan 94
  15953. Dev.CD Oct 93
  15954. Dev.CD Jul 93P6Dev.CD Apr 94
  15955. Dev.CD Jan 94
  15956. Dev.CD Oct 93
  15957. Dev.CD Jul 9V
  15958. 67976X
  15959. Apr 94
  15960. interactively
  15961. interacts
  15962. interapplication
  15963. intercept
  15964. intercepts
  15965. interchange
  15966. interest
  15967. interested
  15968. interesting
  15969. interfaceR
  15970. internal
  15971. logic
  15972. internally
  15973. internals
  15974. international
  15975. internationalization
  15976. internety
  15977. interoperability
  15978. interoperate
  15979. --set theItem to choose file -- uncomment to test in an AS editor
  15980.     tell application "Finder"
  15981.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:"
  15982.         activate
  15983.     end tell
  15984. on error errMsg number errNum
  15985.     --enter statements to perform when no records are found such as...
  15986.     display dialog "Sorry, the item you selected could not be found."
  15987.     return
  15988. end try
  15989. as that incorrect OF code was being matched up with 
  15990. certain PCI cards that contained PCI-PCI bridges.
  15991. All PCI devices are identified by hardware (vendor ID, class code) registers.  Apple's OF implementation has a number of OF drivers and other code that are designed to execute on those PCI devices' behalf.  Upon detection of what PCI cards are plugged in and obtaining their (vendor ID, class code) tags, a table of OF drivers with corresponding tags is searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  15992. pascalinterfaces
  15993. pasmatit
  15994. password
  15995. password
  15996. password
  15997. password
  15998. interface
  15999. password
  16000. password
  16001. password
  16002. patch
  16003. patches
  16004. patchlistldef
  16005. patchlistldef
  16006. patchpoweroff
  16007. patchpoweroff
  16008. patchpoweroff
  16009. patchpoweroff
  16010. patchpoweroff
  16011. patchpoweroff68k
  16012. 5300ramcard
  16013. pbclock
  16014. pbproj
  16015. manager
  16016. manager
  16017. pccardnetworksample
  16018. picker
  16019. picts
  16020. pictinfotest
  16021. pitfalls
  16022. pixel
  16023. platformsQ
  16024. platforms
  16025. toolsQ
  16026. play1
  16027. ample Code:
  16028. 69279X
  16029. Nov 00^    TC Disk 1
  16030. --set theItem to choose file -- uncomment to test in an AS editor
  16031.     tell application "Finder"
  16032.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw GX:SetDefaultDTP:"
  16033.         activate
  16034.     end tell
  16035. on error errMsg number errNum
  16036.     --enter statements to perform when no records are found such as...
  16037.     display dialog "Sorry, the item you selected could not be found."
  16038.     return
  16039. end try
  16040. e    No Changef8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolq
  16041. Dev.CD Nov 00 TC Disk 1
  16042. All Packages
  16043. SetDeskCPatDemoI
  16044. Simple code sample which demonstrates how to call SetDeskCPat properly.  
  16045. Be careful to co-exist gracefully with Desktop Pictures in Mac OS 8.  Se the Mac OS 8 technote for details.J
  16046. MoveableModalDialog.c
  16047. MoveableModalDialog.h
  16048. SetDeskCPat(PPC)
  16049. SetDeskCPat.c
  16050. SetDeskCPat.mcp
  16051. SetDeskCPat.rsrc
  16052. SetDeskCPatDemo READ MEK
  16053. Aug 97O@Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:SetDeskCPatDemo:V
  16054. 69280X
  16055. 1e    No Change
  16056. 68466X
  16057. Sep 00^    RL Disk 1
  16058. --set theItem to choose file -- uncomment to test in an AS editor
  16059.     tell application "Finder"
  16060.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 26:"
  16061.         activate
  16062.     end tell
  16063. on error errMsg number errNum
  16064.     --enter statements to perform when no records are found such as...
  16065.     display dialog "Sorry, the item you selected could not be found."
  16066.     return
  16067. end try
  16068. e    No Changeq
  16069. Dev.CD Sep 00 RL Disk 1
  16070. All Packages
  16071. develop Issue 27
  16072. 68467X
  16073. CardBus DDK
  16074. Read Me
  16075. Read Me.txt
  16076. rfc1332 (PPP IPCP)
  16077. rfc1334 (PPP Authentication)
  16078. rfc1378 (PPP ATCP)
  16079. rfc1570 (PPP LCP)
  16080. rfc1618 (PPP ISDN)
  16081. rfc1661 (PPP)
  16082. rfc1662 (PPP HDLC)
  16083. Dev.CD Oct 93
  16084. Dev.CD Jul 93
  16085. Dev.CD Apr 9V
  16086. 68033X
  16087. Apr 94
  16088. --set theItem to choose file -- uncomment to test in an AS editor
  16089.     tell application "Finder"
  16090.         open item "Dev.CD Apr 94
  16091. Dev.CD Jan 94
  16092. Dev.CD Oct 93
  16093. Dev.CD Jul 93
  16094. Dev.CD Apr 93"
  16095.         activate
  16096.     end tell
  16097. on error errMsg number errNum
  16098.     --enter statements to perform when no records are found such as...
  16099.     display dialog "Sorry, the item you selected could not be found."
  16100.     return
  16101. end try
  16102. All Packages
  16103. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  16104. Dev.CD Jan 94
  16105. Dev.CD Oct 93
  16106. Dev.CD Jul 93
  16107. Dev.CD Apr 93PDDev.CD Apr 94
  16108. Dev.CD Jan 94
  16109. Dev.CD Oct 93
  16110. Dev.CD Jul 93
  16111. Dev.CD Apr 9V
  16112. 68034X
  16113. Apr 94
  16114. winprefix
  16115. wiredp
  16116. wired
  16117. movies
  16118. spritesp
  16119. withv
  16120. workgroupT
  16121. working
  16122. --set theItem to choose file -- uncomment to test in an AS editor
  16123.     tell application "Finder"
  16124.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:Process:"
  16125.         activate
  16126.     end tell
  16127. on error errMsg number errNum
  16128.     --enter statements to perform when no records are found such as...
  16129.     display dialog "Sorry, the item you selected could not be found."
  16130.     return
  16131. end try
  16132. y, the item you selected could not be found."
  16133.     return
  16134. end try
  16135. e    No Changef
  16136. Alias
  16137. HyperCard
  16138. System 7q
  16139. Dev.CD Nov 00 TC Disk 1
  16140. All Packages
  16141. All JavaI3A collection of all the QuickTime for Java samples.J
  16142. QuickTime for Java
  16143. - Common
  16144.     - Sun Compliant Java Runtime Environment 1.1
  16145.     - QuickTime 3 
  16146.     - QTJava.zip
  16147.     - QTJava media samples
  16148. - Mac OS:
  16149.     - System 8 or later
  16150.     - Macintosh Runtime for Java (MRJ) 2.1
  16151. - Windows 95, 98, or NT::
  16152.     - JRE/JDK from Sun Microsystems, Inc. recommended
  16153. O8Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:V
  16154. 66619X
  16155. 1e    No Change
  16156. About the CTB folder
  16157. AppleModemTool v1.5.3
  16158. AppleTalk-DECnet Tool 1.1
  16159. Basic Connectivity Set 1.1.1
  16160. CommToolbox 1.1
  16161. Communications 1
  16162. CTB Sample Code 1.0b16
  16163. LAT 1.1K
  16164. Aug 93L
  16165.  OBDev.CD Oct 00 SDK1:Development Kits:Mac OS:Communications Toolbox:PJDev.CD Oct 00 SDK1
  16166.  - Development Kits
  16167.  - Mac OS
  16168.  - Communications Toolbox no records are found such as...
  16169.     display dialog "Sorry, the item you selected could not be found."
  16170.     return
  16171. end try
  16172. e    No Changeq
  16173. Dev.CD Apr 98 SDK2
  16174. All Packages
  16175. New & RevisedF
  16176. SonOfSillyBallsI
  16177. This sample is a port of a classic Mac OS sample, Silly Balls, whose sole purpose is to draw a bunch of randomly coloured, randomly placed, silly balls in a window on the screen.
  16178. .DS_Store
  16179. build
  16180. English.lproj
  16181. MainMenu.nib
  16182. ReadMe.rtf
  16183. SillyBallView.h
  16184. SillyBallView.m
  16185. SonOfSillyBalls.app
  16186. SonOfSillyBalls.pbproj
  16187. SonOfSillyBalls_main.mK
  16188. Nov 00M
  16189. Mac OS X or later00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:SonOfSillyBalls:V
  16190. 67714X
  16191. New Package
  16192. Summary:  HotSauce is a technology demonstration based on MCF (Meta Content Format). MCF is a format for representing information about content.
  16193. The goal of MCF is to provide an adequate language for representing a wide range of information about content. The content targeted includes web pages, gopher and ftp files, desktop files, email and structured (i.e., relational and object oriented) databases, etc. The corresponding meta-content includes indices such as Yahoo!, gopher and ftp direB
  16194. ctory structures, email headers, data dictionaries, etc. 
  16195. ProjectX (aka HotSauce) is just one of the applications that is enabled by the MCF. It should be possible for many different applications to use the meta-content represented in the MCF. 
  16196. HotSauce standalone app FAQ
  16197. Meta-Content Format
  16198. Project X Large 68K:
  16199. Project X Large PPC:
  16200. Project X Quick Start Guide
  16201. ProjectXPlugIn68K
  16202. ProjectXPlugIn68KNFPU
  16203. ProjectXPlugInPPC
  16204. Standalone App Quick StartK
  16205. Nov 96pple.com/samplecode/
  16206. DE 2.1
  16207. 68263X
  16208. Sep 00^    RL Disk 1
  16209. --set theItem to choose file -- uncomment to test in an AS editor
  16210.     tell application "Finder"
  16211.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Human Interface:Apple Grayscale Appearance:"
  16212.         activate
  16213.     end tell
  16214. on error errMsg number errNum
  16215.     --enter statements to perform when no records are found such as...
  16216.     display dialog "Sorry, the item you selected could not be found."
  16217.     return
  16218. end try
  16219. e    No Changeq
  16220. Dev.CD Sep 00 RL Disk 1
  16221. AD!All Packages
  16222. Mac OS SDK Edition
  16223. Apple Guide
  16224. ignore
  16225. sample
  16226. applescripts
  16227. sample
  16228. applications
  16229. sample
  16230. sample
  16231. sample
  16232. sample
  16233. readme
  16234. sample
  16235. componentss
  16236. sample
  16237. documents
  16238. sample
  16239. driver
  16240. sample
  16241. factorizations
  16242. sample
  16243. sample
  16244. source
  16245. sample
  16246. images
  16247. sample
  16248. secondary
  16249. addresses
  16250. sample
  16251. makefiles
  16252. sample
  16253. sample
  16254. movieY
  16255. sample
  16256. sample
  16257. output
  16258. sample
  16259. outputs
  16260. sample
  16261. sample
  16262. package
  16263. sample
  16264. sample
  16265. sampledriver
  16266. samplefilter
  16267. sampleheader
  16268. sampleheader
  16269. sampleinit
  16270. sampleinit
  16271. samplerateavail
  16272. samplerateavail
  16273. samplerateavail
  16274. samplerateavail
  16275. samplesZ
  16276. 7D(All Packages
  16277. Reference Library Edition
  16278. Apple CD-ROM Handbook
  16279. Summary: The Apple CD-ROM Handbook provides an overview of the CD-ROM development process, from defining the product to creating an actual CD-ROM for the Macintosh.
  16280. Features: Targeting an audience ranging from the information publisher to the software programmer, this book gives you the information to create an exciting, successful CD-ROM-based product. It also provides tips on project managment and  building a development team.
  16281. batteries
  16282. battery
  16283. bbedit
  16284. W - QuickDraw
  16285.  - Virtual Sphere 1.0.1V
  16286. 63270X
  16287. Nov 00^    TC Disk 1
  16288. e    No Change
  16289. 4400/200
  16290. D!All Packages
  16291. Mac OS SDK Edition
  16292. DrawSprocket SDKI
  16293. This is the SDK for DrawSprocket which provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features. use graphics import components (of component type 'grip') to open and perform other operations on image files. Essentially, you can use the graphics import routines to insulate your application from the n
  16294. mitty gritty details of image file format and compression used in the image.
  16295. In this sample code, we allow the user to open an image file; then we draw it into a window on the screen. Your application, of course, will probably want to do more interesting things with the image. We also allow the user to save an image using JPEG compression.
  16296. Enjoy,
  16297. QuickTime Team
  16298. J4Building QT Samples
  16299. QTGraphImp.c
  16300. QTGraphImp.h
  16301. READMEOADev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtgraphimp:
  16302. About Rinaldi Collection 95/02
  16303. Align 2.7 (US)
  16304. ArchiveContent 1.1 (US)
  16305. ATalkZones 1.5 (US)
  16306. Calendoid 1.6 (US)
  16307. CapsLock 1.0 (US)
  16308. Chartoid 1.4 (US)
  16309. ChooseColor 1.1 (US)
  16310. Chooser 2.2 (US)
  16311. ClipInfo 1.0 (US)
  16312. ClipToPict 1.5 (US)
  16313. CompressPictFile 1.2 (US)
  16314. CopyFolder 2.5 (US)
  16315. CopyRes 2.1 (US)
  16316. CreateAlias 1.0 (US)
  16317. CreateCustomIcon 1.1 (US)
  16318. CreateFolder 1.2 (US)
  16319. CreateMenuHelp 1.0 (US)
  16320. CreateThumbnail 1.2 (US)
  16321. DataMaster 1.3 (US)
  16322. DateConverter 1.2 (US)
  16323. DocCreator 1.5 (US)
  16324. DocTypes 1.6 (US)
  16325. DoMenu 1.0 
  16326. EraseFile 1.2 (US)
  16327. ExtractItems 1.4 (US)
  16328. FileCopy 2.7 (US)
  16329. FileIsOpen 1.2 (US)
  16330. FileMaker 1.3 (US)
  16331. FileSharingMaster 1.0 (US)
  16332. FindFolder 1.1 (US)
  16333. FolderSize 1.5 (US)
  16334. FontMaster 1.3 (US)
  16335. FormatNum 1.0 (US)
  16336. FullBalloons 1.0 (US)
  16337. FullDrag 1.3 (US)
  16338. FullFind 1.5 (US)
  16339. FullHPop 1.7 (US)
  16340. FullMove 1.2 (US)
  16341. FullOffset 1.0 (US)
  16342. FullRemove 1.1 (US)
  16343. FullRename 1.4 (US)
  16344. FullReplace 1.1 (US)
  16345. FullResList 2.2 (US)
  16346. FullSFPack 1.7 (US)
  16347. FullSort 3.9 (US)
  16348. FullText 2.1 (US)
  16349. GetBootVol 1.1 (US)
  16350. GetDInfo 1.1 
  16351. --set theItem to choose file -- uncomment to test in an AS editor
  16352.     tell application "Finder"
  16353.         open item "Dev.CD Apr 94
  16354. Dev.CD Jan 94
  16355. Dev.CD Oct 93
  16356. Dev.CD Jul 93
  16357. Dev.CD Apr 93"
  16358.         activate
  16359.     end tell
  16360. on error errMsg number errNum
  16361.     --enter statements to perform when no records are found such as...
  16362.     display dialog "Sorry, the item you selected could not be found."
  16363.     return
  16364. end try
  16365. outdated
  16366. outer
  16367. outgoing
  16368. outline
  16369. outlined
  16370. ev.CD Nov 00 TC Disk 1
  16371.  - Sample Code
  16372.  - Human Interface Toolbox
  16373.  - Menu 'cicn' funV
  16374. 65487X
  16375. Nov 00^    TC Disk 1
  16376. e    No Change
  16377. -ROM Validator 1.1:V
  16378. 60282X
  16379. 1e    No Change
  16380. 69256X
  16381. Nov 00^    TC Disk 1
  16382. --set theItem to choose file -- uncomment to test in an AS editor
  16383.     tell application "Finder"
  16384.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:"
  16385.         activate
  16386.     end tell
  16387. on error errMsg number errNum
  16388.     --enter statements to perform when no records are found such as...
  16389.     display dialog "Sorry, the item you selected could not be found."
  16390.     return
  16391. end try
  16392. e    No Changef,AppleScript
  16393. StuffIt
  16394. Engine
  16395. scriptable
  16396. scriptq
  16397. Dev.CD Nov 00 TC Disk 1
  16398. All Packages
  16399. ScriptSwitcher
  16400. ScriptSwitcher8 is a quick way to modify all the resources needed to switch the primary script (e.g Roman, Japanese, Chinese, etc.) of your system. It is useful for testing and avoids having to use resedit to change resources. It works on versions of Mac OS 7.0 and 8.0.
  16401. ScriptSwitcher.imgK
  16402. Oct 92L
  16403. Jan 98O?Dev.CD Nov 00 TC Disk 1:Tool Chest:Localization:ScriptSwitcher:V
  16404. 69257X
  16405. 1e    No Change
  16406. OUDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:ImageFile:PcDev.CD Nov 00 TC Disk 2
  16407.  - Sample Code
  16408.  - QuickTime
  16409.  -  All Java
  16410.  - QuickTime for Java
  16411.  - ImageFileV
  16412. 68612X
  16413. Nov 00^    TC Disk 2
  16414. --set theItem to choose file -- uncomment to test in an AS editor
  16415.     tell application "Finder"
  16416.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:ImageFile:"
  16417.         activate
  16418.     end tell
  16419. on error errMsg number errNum
  16420.     --enter statements to perform when no records are found such as...
  16421.     display dialog "Sorry, the item you selected could not be found."
  16422.     return
  16423. end try
  16424. e    No Changef
  16425. QuickTime
  16426. Dev.CD Nov 00 TC Disk 2
  16427. All Packages
  16428. ImageProducingIfThis demo program shows how to display any QuickTime drawing object using Java's ImageProducing model.J7ImageProducing
  16429. ImageProducing.zip
  16430. ip.bat
  16431. README.txt
  16432. Feb 00
  16433. 8613X
  16434. 1e    No Change
  16435. starmax
  16436. state
  16437. statements
  16438. status
  16439. imagewriter
  16440. 2-1.1.3
  16441. 2-335
  16442. 2-341
  16443. 2-364
  16444. 2-byte
  16445. 2-source
  16446. 2-way
  16447. 2.0.1
  16448. 2.0.2
  16449. 2.0.4
  16450. 2.0.6
  16451. 2.0.7
  16452. 2.0.8
  16453. 2.0a1
  16454. 2.0v2
  16455. PHDev.CD Nov 00 TC Disk 1
  16456.  - Sample Code
  16457.  - Graphics 2D
  16458.  - BufferedWindowsV
  16459. 68329X
  16460. Nov 00^    TC Disk 1b
  16461. --set theItem to choose file -- uncomment to test in an AS editor
  16462.     tell application "Finder"
  16463.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:BufferedWindows:"
  16464.         activate
  16465.     end tell
  16466. on error errMsg number errNum
  16467.     --enter statements to perform when no records are found such as...
  16468.     display dialog "Sorry, the item you selected could not be found."
  16469.     return
  16470. end try
  16471. New Packagef6Buffered
  16472. Window
  16473. Drawing
  16474. Quickdraw
  16475. Offscreen
  16476. Animation
  16477. o&http://developer.apple.com/samplecode/q
  16478. Dev.CD Nov 00 TC Disk 1
  16479. D(All Packages
  16480. Reference Library Edition
  16481. Bug Reporting
  16482. pertinent
  16483. peter
  16484. pgpuam
  16485. pgpuam
  16486. enhancement
  16487. standard
  16488. appleshare
  16489. phase
  16490. philip
  16491. phone
  16492. phonetic
  16493. photo
  16494. installer
  16495. 4.0.8
  16496. installer
  16497. drivers
  16498. installer
  16499. licensing
  16500. installer
  16501. 1.2.3
  16502. installer
  16503. source
  16504. installers
  16505. installing
  16506. installing
  16507. opendoc
  16508. instance
  16509. instance
  16510. variable
  16511. instance
  16512. variables
  16513. instructions
  16514. instrumenpicker
  16515. instrumenpicker
  16516. instrument
  16517. instrument
  16518. editor
  16519. instrument
  16520. editor
  16521. instrument
  16522. picker
  16523. instrument
  16524. picker
  16525. instrumentation
  16526. instrumentation
  16527. stuff
  16528. media
  16529. writer
  16530. resources
  16531. int'l
  16532. int'l
  16533. contacts
  16534. integrated
  16535. integrated
  16536. quicktime
  16537. commQ
  16538. interfaceQ
  16539. interfacelib
  16540. interfaces
  16541. interfaces
  16542. libraries
  16543. interfaces&libraries
  16544. imaging
  16545. implementation
  16546. import
  16547. importer
  16548. importers
  16549. inactive
  16550. indexj
  16551. index2color
  16552. indian
  16553. indication
  16554. information
  16555. infoscrap
  16556. system
  16557. system
  16558. extension
  16559. inputsprocket
  16560. drawsprocket
  16561. soundsprocket
  16562. sound
  16563. inputsprocket
  16564. needs
  16565. elements
  16566. buttons
  16567. inputsprocket
  16568. joystick
  16569. keyboard
  16570. mouse
  16571. inquiry
  16572. installer
  16573. installer
  16574. lockfile
  16575. instance
  16576. instrumentation
  16577. instrumentation
  16578. performance
  16579. analysis
  16580. instruments
  16581. interactiona
  16582. interactive
  16583. interface
  16584. interfaces
  16585. interleaving
  16586. international
  16587. international
  16588. glossaries
  16589. internationalization
  16590. internet
  16591. interrupt
  16592. invert
  16593. investment
  16594. iostreams
  16595. .2t, USBNo Change
  16596. demo's
  16597. demonstartion
  16598. demonstartion
  16599. manual
  16600. drawing
  16601. resources
  16602. demonstates
  16603. demonstation
  16604. demonstrateb
  16605. calvacom
  16606. camera
  16607. cameras
  16608. cameron
  16609. campaign
  16610. campaigns
  16611. campfire
  16612. ed Color Imaging Reference, documents the constants, data types, and functions your application uses to provide color support.
  16613. JCAdvanced Color Imaging
  16614. Advanced Color Imaging Ref
  16615. What's New in ACIK
  16616. Jan 97O:Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:P?Dev.CD Dec 99 RL
  16617.  - Technical Documentation
  16618.  - Inside Macintosh
  16619. enhance`
  16620. enhanced
  16621. enhancementi
  16622. analyzes
  16623. analyzing
  16624. Wde one possible solution.
  16625. olution.
  16626. Nov 00W
  16627. apple
  16628. cd-rom
  16629. apple
  16630. detectors
  16631. apple
  16632. directions
  16633. 01/95{
  16634. apple
  16635. directions
  16636. 01/96|
  16637. apple
  16638. directions
  16639. 01/97}
  16640. apple
  16641. directions
  16642. 02/95{
  16643. apple
  16644. directions
  16645. 02/96|
  16646. apple
  16647. directions
  16648. 02/97}
  16649. apple
  16650. directions
  16651. 03/95{
  16652. apple
  16653. directions
  16654. 03/96|
  16655. apple
  16656. directions
  16657. 03/97}
  16658. apple
  16659. directions
  16660. 04/95{
  16661. apple
  16662. directions
  16663. 04/96|
  16664. apple
  16665. directions
  16666. 04/97}
  16667. apple
  16668. directions
  16669. 05/95{
  16670. apple
  16671. directions
  16672. 05/96|
  16673. or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  16674. BltMacros.h
  16675. Building QT Samples
  16676. Dimmer2Effect.mcp
  16677. Dimmer2Effect68K
  16678. Dimmer2EffectPPC
  16679. Effect.c
  16680. Effect.mak
  16681. Effect.r
  16682. EffectDefinitions.h
  16683. EffectDispatch.h
  16684. EffectFilter16.c
  16685. EffectFilter32.c
  16686. EffectUtilities.c
  16687. EffectUtilities.h
  16688. MWPrefix68K.h
  16689. MWPrefixRez68K.h
  16690. MWPrefixRezPPC.h
  16691. README
  16692. QuickTime, Effect, CustomODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:Dimmer2Effect:PODev.CD Nov 00 TC Disk 2
  16693.  - Sample Code
  16694.  - QuickTime
  16695.  - Effects
  16696.  - Dimmer2Effect,
  16697. override
  16698. 68596X
  16699. Nov 00^    TC Disk 1
  16700. --set theItem to choose file -- uncomment to test in an AS editor
  16701.     tell application "Finder"
  16702.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Archive:Networking:Http Server:"
  16703.         activate
  16704.     end tell
  16705. on error errMsg number errNum
  16706.     --enter statements to perform when no records are found such as...
  16707.     display dialog "Sorry, the item you selected could not be found."
  16708.     return
  16709. end try
  16710. Movedf9OpenTransport
  16711. Server
  16712. Thread Manager
  16713. TCP/IP
  16714. IOStreamsq
  16715. Dev.CD Nov 00 TC Disk 1
  16716. All Packages
  16717. Human Interface Notes
  16718. @Summary: Human Interface Notes are a collection of human interface guidelines for Macintosh applications.
  16719. Features: The introduction to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  16720. Jul 93V
  16721. 68597X
  16722. 1e    No Change
  16723. these
  16724. components
  16725. packetize
  16726. reassemble
  16727. multimedia
  16728. these
  16729. examples
  16730. based
  16731. wrote
  16732. these
  16733. samples
  16734. quicktime
  16735. music
  16736. features
  16737. intro
  16738. these
  16739. samples
  16740. rotate
  16741. objects
  16742. postscr
  16743. these
  16744. inquiry
  16745. folders
  16746. contain
  16747. three
  16748. simple
  16749. theta
  16750. they'll
  16751. sedit
  16752. 2.1.1
  16753. disassembly
  16754. disassembler
  16755. viewer
  16756. edito
  16757. resolution
  16758. resource
  16759. resource
  16760. management
  16761. resources
  16762. restoredeviceclut
  16763. retrievepictinfo
  16764. return
  16765. return
  16766. investment
  16767. reverb
  16768. rgbbackcolor
  16769. rgbforecolor
  16770. rhapsody
  16771. rhapsody
  16772. pages
  16773. rhapsody
  16774. release
  16775. notes
  16776. rowbytes
  16777. cwpro2
  16778. cyberdog
  16779. cyberdog
  16780. cyberdogaddendum
  16781. cyrillic
  16782. cyrillic
  16783. first
  16784. czech
  16785. czech
  16786. 1.1.3
  16787. d-german
  16788. generator
  16789. danish
  16790. danish
  16791. 1.1.3
  16792. dashed
  16793. dashed
  16794. lines
  16795. dashed
  16796. lines
  16797. dashed
  16798. lines
  16799. dashed-capped
  16800. dashed-capped
  16801. lines
  16802. dashed-capped
  16803. lines
  16804. dashed-capped
  16805. lines
  16806. dashed-capped
  16807. lines
  16808. dashedlines
  16809. dashedlines
  16810. datay
  16811. access
  16812. manager
  16813. folder
  16814. database~
  16815. database
  16816. suite~
  16817. databases-standalone
  16818. datahandlercomponent
  16819. datamaster
  16820. datamaster
  16821. datasheet
  16822. dateconverter
  16823. dateconverter
  16824. datedialog
  16825. datedialog
  16826. datestring
  16827. datething
  16828. datething
  16829. datething
  16830. datething
  16831. datething
  16832. datething
  16833. datething
  16834. macsnmp
  16835. update
  16836. 1.1.1
  16837. mactcp
  16838. mactcp
  16839. mactcp
  16840. developer
  16841. tools
  16842. mactcp
  16843. mactcp
  16844. first
  16845. mactcp
  16846. mactype
  16847. mactype
  16848. datasheet
  16849. white
  16850. paper
  16851. mag'n
  16852. magic
  16853. magic
  16854. oracle
  16855. magic
  16856. oracle
  16857. readme
  16858. magic
  16859. script
  16860. magic
  16861. magic
  16862. utility
  16863. magican
  16864. magician
  16865. magicoracle
  16866. magicoracle
  16867. mail~
  16868. suite
  16869. suite
  16870. dictionary
  16871. mailfoo
  16872. updated
  16873. carbon
  16874. sample
  16875. sample
  16876. updated
  16877. carbon
  16878. snippet
  16879. sample
  16880. updated
  16881. carbon
  16882. under
  16883. tion sources.J9Asia Market Guide 7/4 (US).dp
  16884. Asian Dist Addr (US) 7/4.dpK
  16885. Sep 95OUDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Asia Market Guide:nge
  16886. ~--set theItem to choose file -- uncomment to test in an AS editor
  16887.     tell application "Finder"
  16888.         open item "Dev.CD Apr 94
  16889. Dev.CD Jan 94
  16890. Dev.CD Oct 93"
  16891.         activate
  16892.     end tell
  16893. on error errMsg number errNum
  16894.     --enter statements to perform when no records are found such as...
  16895.     display dialog "Sorry, the item you selected could not be found."
  16896.     return
  16897. end try
  16898. management
  16899. program
  16900. sample
  16901. demonstrate
  16902. apple
  16903. events
  16904. program's
  16905. programatically
  16906. programmatich
  16907. programmatically
  16908. programmerw
  16909. programmer's{
  16910. programmers
  16911. programming
  16912. l show.
  16913. MPW TIPS AND TRICKS:  Automated Editing With StreamEdit by Tim Maroney.  The MPW tool StreamEdit provides you with powerful, flexible, scriptable text editing, at the price of just a little complexity.run us through the wringer once again.
  16914. THE VETERAN NEOPHYTE:  Confessions of a Veteran Technical Writer by Tim Monroe.  Enlightening trade secrets from someone who writes the documentation we all depend on.
  16915. J&develop Issue 28
  16916. develop Issue 28 codeK
  16917. Dec 96OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 28:PQDev.CD Sep 00 RL Disk 1
  16918.  - Technical Documentation
  16919.  - Develop
  16920.  - develop Issue 28controlminimum
  16921. getcontrolvalue
  16922. getcpixel
  16923. getctable
  16924. getctable
  16925. newpalette
  16926. setpalette
  16927. palette
  16928. animation
  16929. animatepal
  16930. getdevicelist
  16931. getdevicelist
  16932. gdevicechanged
  16933. getnextdevice
  16934. getmaindevice
  16935. getdevicelist
  16936. getnextdevice
  16937. baseaddr
  16938. rowbytes
  16939. pixelsize
  16940. getenetaddrdirect
  16941. --set theItem to choose file -- uncomment to test in an AS editor
  16942.     tell application "Finder"
  16943.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtmissingcomp:"
  16944.         activate
  16945.     end tell
  16946. on error errMsg number errNum
  16947.     --enter statements to perform when no records are found such as...
  16948.     display dialog "Sorry, the item you selected could not be found."
  16949.     return
  16950. end try
  16951. 68698X
  16952. Nov 99^
  16953. r--set theItem to choose file -- uncomment to test in an AS editor
  16954.     tell application "Finder"
  16955.         open item "Dev.CD Nov 99 TC:Sample Code:"
  16956.         activate
  16957.     end tell
  16958. on error errMsg number errNum
  16959.     --enter statements to perform when no records are found such as...
  16960.     display dialog "Sorry, the item you selected could not be found."
  16961.     return
  16962. end try
  16963. DeletedfAtext encoding
  16964. character set
  16965. Text Encoding Converter
  16966. font encodingq
  16967. Dev.CD Nov 99 TC
  16968. tD!All Packages
  16969. Tool Chest Edition
  16970. MacApp Developer Survey
  16971.     ation of software products. It can also help locate memory
  16972. 65486X
  16973. ialogStuff.h
  16974. DragStuff.c
  16975. Fragment Tool(PPC)
  16976. Fragment Tool.mcp
  16977. Fragments.c
  16978. FragmentStuff.h
  16979. FragmentTool.c
  16980. FragmentTool.h
  16981. FragmentTool.rsrc
  16982. Initialize.c
  16983. Lists.c
  16984. MenusStuff.c
  16985. MenuStuff.h
  16986. Prototypes.h
  16987. ReadMe-Fragment Tool
  16988. Streams.c
  16989. Streams.h
  16990. Test Fragments
  16991. Utilities.c
  16992. Utilities.h
  16993. Windows.c
  16994. Jan 96L
  16995. May 97N
  16996. CFM, Code Fragment Manager
  16997. implications
  16998. implied
  16999. implimentation
  17000. implimenting
  17001. implmenetation
  17002. implmentations
  17003. import
  17004. import/export/reloca
  17005. important
  17006. important
  17007. about
  17008. quicktime
  17009. important
  17010. about
  17011. sound
  17012. manager
  17013. important
  17014. information
  17015. about
  17016. imported
  17017. imported/exported
  17018. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.NPQuickTime, URL, Wired, Sprite, Actions, Controller, Intercept, mcActionLinkToURLOODev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:WatchMe:PZDev.CD Nov 00 TC Disk 2
  17019.  - Sample Code
  17020.  - QuickTime
  17021.  - Wired Movies and Sprites
  17022.  - WatchMe
  17023. maybe
  17024. mbytes
  17025. mdefproc
  17026. mdefs
  17027. mdiplayer
  17028. mdiplayer
  17029. sample
  17030. application
  17031. demonstrates
  17032. meana
  17033. meansa
  17034. using
  17035. enterprise
  17036. objects
  17037. framework
  17038. openstep@
  17039. using
  17040. v2.0.4@
  17041. validator@
  17042. vary@
  17043. verify@
  17044. version
  17045. windowed
  17046. allows
  17047. creation
  17048. vertical@
  17049. videobottlenecks@
  17050. visit@
  17051. volumemount@
  17052. vrspeech
  17053. apple's
  17054. speech
  17055. recognition
  17056. manager
  17057. allow
  17058. walk@
  17059. watchme
  17060. custom
  17061. application
  17062. intended
  17063. support
  17064. watc@
  17065. we're@
  17066. webobjects
  17067. library@
  17068. were@
  17069. aegizmos@
  17070. when@
  17071. approach
  17072. approaches
  17073. appropriate
  17074. appropriately
  17075. approval
  17076. AmazonBooks.src
  17077. AmazonMusic.src
  17078. Apple.src
  17079. AppleSWUpdates-English.src
  17080. AppleSWUpdates-WW.src
  17081. BarnesAndNoble.src
  17082. CNN.src
  17083. DirectHit.src
  17084. HotBot.src
  17085. LookSmart.src
  17086. MacGuide.src
  17087. XTNow.src
  17088. Yahoo.srcK
  17089. Jan 99L
  17090. Feb 99N
  17091. engine, Internet, SherlockO/Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:P4Dev.CD Feb 99 TC
  17092.  - What's New?
  17093.  - Sherlock Plug-inst
  17094. fragments
  17095. fragments
  17096. fragmentstuff
  17097. fragmentstuff
  17098. fragmenttool
  17099. fragmenttool
  17100. fragmenttool
  17101. fragmenttool
  17102. framework
  17103. nsport
  17104. rawip
  17105. OTPingSampleq
  17106. Dev.CD Nov 00 TC Disk 1
  17107. All Packages
  17108. OTSimpleDownloadHTTPI
  17109. This sample demonstrates the easiest way to use Open Transport to download an HTTP URL from a web server.  The code from this sample is featured in the latest release (v1.3) of the book 
  17110. Inside Macintosh: Open Transport
  17111. Nov 97L
  17112. Sep 98V
  17113. 62365X
  17114. 1e    No Change
  17115. d-processing or page layout program. 
  17116. Requiring no tr
  17117. ich include a 366 or 466-MHz PowerPC G3 processor with a built-in L2 cache, FireWire port, USB ports, Ethernet port, internal modem, and an optional AirPort Card. 
  17118. The developer note includes information about 
  17119. *the hardware and software features of the iBook 
  17120. * the internal logic and custom ICs 
  17121. *the I/O ports and built-in I/O devices 
  17122. *the RAM expansion slot 
  17123. ----------------------------------
  17124. Power Mac G4 Developer Note (updated 8/23/2000)
  17125. This developer note has been updated to in
  17126. clude information about the the latest features, which include dual processors (on some configurations), 1000Base-T Ethernet, Apple Pro Keyboard, and Apple Pro Mouse.
  17127. The developer note provides technical information about the Power Mac G4 computer and its features, which include a fast PowerPC G4 processor with Velocity Engine; a graphics card with an ATI RAGE 128 graphics controller; built-in Zip and DVD drives; Ethernet, USB, and FireWire ports; and an optional AirPort Card. 
  17128. The deve
  17129. PQDev.CD Sep 00 RL Disk 1
  17130.  - Technical Documentation
  17131.  - Develop
  17132.  - develop Issue 19er.c
  17133. MenuHandler.h
  17134. PictDocument.c
  17135. PictDocument.h
  17136. Restore Screen Cluts Read Me
  17137. RestoreScreenCluts(PPC)
  17138. RestoreScreenCluts.mcp
  17139. WindowPositioner.c
  17140. WindowPositioner.hM
  17141. System 7.0 or laterNvRestoreDeviceClut, GetDeviceList, NewPalette, SetPalette, TestDeviceAttribute, GetCTable, CTab2Palette, GetNextDevice
  17142. OEDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Restore Screen Cluts:PMDev.CD Nov 00 TC Disk 1
  17143.  - Sample Code
  17144.  - Graphics 2D
  17145.  - Restore Screen ClutsV
  17146. 67606X
  17147. Nov 00^    TC Disk 1
  17148. --set theItem to choose file -- uncomment to test in an AS editor
  17149.     tell application "Finder"
  17150.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Restore Screen Cluts:"
  17151.         activate
  17152.     end tell
  17153. on error errMsg number errNum
  17154.     --enter statements to perform when no records are found such as...
  17155.     display dialog "Sorry, the item you selected could not be found."
  17156.     return
  17157. end try
  17158. e    No Change
  17159. All Packages
  17160. QuickDraw GXO
  17161. Dev.CD Apr 95
  17162. Dev.CD Jan 95P
  17163. Dev.CD Apr 95
  17164. Dev.CD Jan 9V
  17165. 69080X
  17166. Apr 95
  17167. p--set theItem to choose file -- uncomment to test in an AS editor
  17168.     tell application "Finder"
  17169.         open item "Dev.CD Apr 95
  17170. Dev.CD Jan 95"
  17171.         activate
  17172.     end tell
  17173. on error errMsg number errNum
  17174.     --enter statements to perform when no records are found such as...
  17175.     display dialog "Sorry, the item you selected could not be found."
  17176.     return
  17177. end try
  17178. All Packages
  17179. QuickDraw GXO
  17180. Dev.CD Apr 95
  17181. Dev.CD Jan 95P
  17182. Dev.CD Apr 95
  17183. Dev.CD Jan 9V
  17184. 69081X
  17185. Apr 95
  17186. p--set theItem to choose file -- uncomment to test in an AS editor
  17187.     tell application "Finder"
  17188.         open item "Dev.CD Apr 95
  17189. Dev.CD Jan 95"
  17190.         activate
  17191.     end tell
  17192. on error errMsg number errNum
  17193.     --enter statements to perform when no records are found such as...
  17194.     display dialog "Sorry, the item you selected could not be found."
  17195.     return
  17196. end try
  17197.     EIple code: Installer VISE, Stuffit InstallerMaker, or the Apple Installer.
  17198. MRJ2.2.3 Redistribution SDK.smiK
  17199. Dec 99L
  17200. Nov 00
  17201. Minimum requirements
  17202. The MRJ Redistribution SDK includes the file 
  17203. MRJ Redistribution.smi
  17204.  that you will bundle with your own product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  17205. About MRJ 2.2.3
  17206.  for MRJ
  17207. s system requirements.
  17208. You should be familiar with Apple Events and installer extensions to use the examples provided here.  For information on Apple Events and the Apple Event Manager, refer to the 
  17209. O\Dev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ2.2.3 Redistribution SDK:l Manager (in the Communications Toolbox) provides handy text output capabilities in your application with virtually no effort.
  17210. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  17211. folks
  17212. other
  17213. applications
  17214. running
  17215. sample
  17216. microsoft
  17217. quicktime
  17218. classes
  17219. someday
  17220. l Packages
  17221. QuickDraw 3DO
  17222. Dev.CD Jun 97 SSWP
  17223. Dev.CD Jun 97 SSV
  17224. 67408X
  17225. Jun 97
  17226. f--set theItem to choose file -- uncomment to test in an AS editor
  17227.     tell application "Finder"
  17228.         open item "Dev.CD Jun 97 SSW"
  17229.         activate
  17230.     end tell
  17231. on error errMsg number errNum
  17232.     --enter statements to perform when no records are found such as...
  17233.     display dialog "Sorry, the item you selected could not be found."
  17234.     return
  17235. end try
  17236. D!All Packages
  17237. Mac OS SDK Edition
  17238. QuickDraw 3D for Windows 1.5.2
  17239. example
  17240. example1
  17241. example1
  17242. examplecodec
  17243. examplecodec
  17244. examplecodec
  17245. examplecodec
  17246. examplecodec
  17247. examples
  17248. exceptions
  17249. exceptions
  17250. exceptions
  17251. exceptions
  17252. expand
  17253. experimental
  17254. experimental
  17255. interfacelib
  17256. experimental
  17257. stuff
  17258. export
  17259. exportersp
  17260. exrom-1func
  17261. exrom-1func
  17262. sresource
  17263. extendprintrecord
  17264. extendprintrecord
  17265. extendprintrecord
  17266. extensionv
  17267. extension
  17268. extension
  17269. extensions
  17270. extractitems
  17271. extractitems
  17272. extractors
  17273. fadescreen
  17274. fadescreen
  17275. fadescreen
  17276. failure
  17277. failure
  17278. fastdither
  17279. fastdither
  17280. signs
  17281. silence
  17282. silently
  17283. silevelmeteronoff
  17284. silly
  17285. simenel
  17286. similar
  17287. similarities
  17288. similarly
  17289. simone
  17290. simpleb
  17291. Wr taking advantage of the AppleShare Client API.
  17292. 65031X
  17293. 1e    No Change
  17294. ll Packages
  17295. System UpdateV
  17296. 64804X
  17297. summary
  17298. folder
  17299. contains
  17300. complete
  17301. information
  17302. developS
  17303. summary
  17304. folder
  17305. contains
  17306. documents
  17307. about
  17308. programming
  17309. summary
  17310. folder
  17311. contains
  17312. electronic
  17313. forms
  17314. allow
  17315. summary
  17316. folder
  17317. contains
  17318. helpful
  17319. scripts
  17320. summary
  17321. folder
  17322. contains
  17323. information
  17324. tells
  17325. develope
  17326. summary
  17327. folder
  17328. contains
  17329. goodies
  17330. developer
  17331. summary
  17332. folder
  17333. contains
  17334. revised
  17335. acrobat
  17336. versions
  17337. summary
  17338. folder
  17339. contains
  17340. sample
  17341. applications
  17342. demonsb
  17343. summary
  17344. folder
  17345. contains
  17346. several
  17347. examples
  17348. system
  17349. summary
  17350. folder
  17351. contains
  17352. several
  17353. snippets
  17354. illustrat
  17355. summary
  17356. folder
  17357. contains
  17358. apple
  17359. event
  17360. registry
  17361. summary
  17362. folder
  17363. contains
  17364. apple
  17365. event
  17366. terminologd
  17367. summary
  17368. folder
  17369. contains
  17370. macsnmp
  17371. developer's
  17372. summary
  17373. folder
  17374. contains
  17375. net-install
  17376. apple's
  17377. summary
  17378. folder
  17379. contains
  17380. assist
  17381. increas
  17382. 66654X
  17383. All Packages
  17384. PowerTalk (PPC)O
  17385. Dev.CD Oct 94P
  17386. Dev.CD Oct 9V
  17387. 68929X
  17388. Oct 94
  17389. b--set theItem to choose file -- uncomment to test in an AS editor
  17390.     tell application "Finder"
  17391.         open item "Dev.CD Oct 94"
  17392.         activate
  17393.     end tell
  17394. on error errMsg number errNum
  17395.     --enter statements to perform when no records are found such as...
  17396.     display dialog "Sorry, the item you selected could not be found."
  17397.     return
  17398. end try
  17399. All Packages
  17400. PowerTalk (PPC)O
  17401. Dev.CD Oct 94P
  17402. Dev.CD Oct 9V
  17403. 68930X
  17404. Oct 94
  17405. b--set theItem to choose file -- uncomment to test in an AS editor
  17406.     tell application "Finder"
  17407.         open item "Dev.CD Oct 94"
  17408.         activate
  17409.     end tell
  17410. on error errMsg number errNum
  17411.     --enter statements to perform when no records are found such as...
  17412.     display dialog "Sorry, the item you selected could not be found."
  17413.     return
  17414. end try
  17415. All Packages
  17416. PowerTalk (PPC)O
  17417. Dev.CD Oct 94P
  17418. Dev.CD Oct 9V
  17419. 68931X
  17420. Oct 94
  17421. 68713X
  17422. May 98^
  17423. --set theItem to choose file -- uncomment to test in an AS editor
  17424.     tell application "Finder"
  17425.         open item "Dev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:"
  17426.         activate
  17427.     end tell
  17428. on error errMsg number errNum
  17429.     --enter statements to perform when no records are found such as...
  17430.     display dialog "Sorry, the item you selected could not be found."
  17431.     return
  17432. end try
  17433. e    No ChangefBMPQ
  17434. Macintosh
  17435. PowerBook
  17436. Qualified
  17437. PC Card
  17438. Card and Socket Servicesq
  17439. Dev.CD May 98 TC
  17440. D(All Packages
  17441. Reference Library Edition
  17442. Macintosh Technical Q&As
  17443.     0 TC Disk 1
  17444.  - Sample Code
  17445.  - Networking
  17446.  - NameAndAddress this underlying technology you can do some very useful things.
  17447. Adding Custom Data to QuickDraw 3D Objects  by Nick Thompson, Pablo Fernicola, and Kent Davidson.  By defining your own attribute and element types, you can attach custom data to QuickDraw 3D objects. This flexibility opens up a world of new possibilities, a
  17448. qtshoweffect
  17449. qtsndtween
  17450. qtsndtween
  17451. qtsndtween
  17452. qtsound
  17453. qtsound
  17454. qtsound
  17455. qtsprites
  17456. qtsprites
  17457. qtsprites
  17458. qtsprites
  17459. qtsprites
  17460. qtsprites
  17461. qtsprites
  17462. qtsprites
  17463. qtsprites
  17464. qtsprites
  17465. qtsprites
  17466. qtsprites
  17467. qtstdcompr
  17468. qtstdcompr
  17469. qtstdcompr
  17470. qtstreammsg
  17471. qtstreammsg
  17472. qtstreammsg
  17473. qtstreamsplicer
  17474. qtstreamsplicer
  17475. qtstreamsplicer
  17476. qtstreamsplicer
  17477. qtstreamsplicer
  17478. qtstreamsplicer
  17479. qtstreamsplicer
  17480. qtstreamsplicer
  17481. qtstreamsplicer
  17482. qttext
  17483. qttext
  17484. qttext
  17485. qttext
  17486. qttext
  17487. qtvideo
  17488. qtvideo
  17489. qtvideo
  17490. query
  17491. quick
  17492. quick
  17493. start
  17494. quicksort
  17495. quicksort
  17496. J<Documentation:
  17497. SOMobjects
  17498.  - Read Me First
  17499. System Additions:K
  17500. Jan 96L
  17501. Oct 96ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):SOMobjects
  17502.  for Mac OS:PIDev.CD Apr 98 SDK2
  17503.  - Development Kits (Disc 2)
  17504.  - SOMobjects
  17505.  for Mac OSstrates
  17506. quicktime
  17507. sample
  17508. demonstrates
  17509. quicktime
  17510. sprit
  17511. sample
  17512. illustrates
  17513. tracks
  17514. sample
  17515. illustrates
  17516. compress
  17517. decompress
  17518. content
  17519. finder
  17520. finder
  17521. apple
  17522. events
  17523. finder
  17524. appleevents
  17525. finderevents
  17526. events
  17527. finder
  17528. strings
  17529. finderevents
  17530. findfamilies
  17531. firewire
  17532. firmware
  17533. floating
  17534. floating
  17535. window
  17536. floppy
  17537. floppy
  17538. folder
  17539. folder
  17540. encoding
  17541. family
  17542. metrics
  17543. fonts
  17544. forecolor
  17545. foreground
  17546. build
  17547. Hooks.cp
  17548. Hooks.cp.o
  17549. Hooks.h
  17550. TestHooks
  17551. TestHooks.cp
  17552. TestHooks.cp.o
  17553. TestHooks.make
  17554. TestHooks.makeout
  17555. THooks Documentation
  17556. THooks Documentation.txtK
  17557. Vol IIIL
  17558. Vol VIIM/MPW C++. This package is System 7.0 compatible.OGDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:THooks:PRDev.CD Nov 00 TC Disk 1
  17559.  - Tool Chest
  17560.  - Development Kits
  17561.  - C++ Related
  17562.  - THooksV
  17563. 69728X
  17564. Nov 00^    TC Disk 1
  17565. --set theItem to choose file -- uncomment to test in an AS editor
  17566.     tell application "Finder"
  17567.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:THooks:"
  17568.         activate
  17569.     end tell
  17570. on error errMsg number errNum
  17571.     --enter statements to perform when no records are found such as...
  17572.     display dialog "Sorry, the item you selected could not be found."
  17573.     return
  17574. end try
  17575. e    No Changeq
  17576. Dev.CD Nov 00 TC Disk 1
  17577. zD!All Packages
  17578. Mac OS SDK Edition
  17579. Thread Manager SDK 2.1
  17580. hotsauce
  17581. project
  17582. detect
  17583. howtohideyourapp
  17584. htmlsample
  17585. server
  17586. human
  17587. human
  17588. interface
  17589. notes
  17590. bring-up
  17591. tools
  17592. hypercard
  17593. hypercard
  17594. update
  17595. hypercard
  17596. instance
  17597. variables
  17598. hypercard
  17599. player
  17600. hypercard
  17601. toolkits
  17602. profile
  17603. cache
  17604. display
  17605. icondimming
  17606. iconutilcheck
  17607. ictbsample
  17608. imran's
  17609. virtual
  17610. keycodes
  17611. --set theItem to choose file -- uncomment to test in an AS editor
  17612.     tell application "Finder"
  17613.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Rubber Bandit:"
  17614.         activate
  17615.     end tell
  17616. on error errMsg number errNum
  17617.     --enter statements to perform when no records are found such as...
  17618.     display dialog "Sorry, the item you selected could not be found."
  17619.     return
  17620. end try
  17621. extendprintrecord
  17622. extendprintrecord
  17623. extendprintrecord
  17624. extensionv
  17625. extension
  17626. extension
  17627. extensions
  17628. extractitems
  17629. extractitems
  17630. extractors
  17631. fadescreen
  17632. fadescreen
  17633. fadescreen
  17634. failure
  17635. failure
  17636. fastdither
  17637. fastdither
  17638. N-QuickView, Toolbox Assistant, quick referenceO;Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:P@Dev.CD Sep 97 RL
  17639.  - Technical Documentation
  17640.  - Toolbox AssistantiverV
  17641. builds{
  17642. builds
  17643. windows
  17644. application
  17645. built
  17646. built-in
  17647. bulletproof
  17648. bullets
  17649. bunch
  17650. bundle
  17651. bundled
  17652. bundleservices
  17653. bunker
  17654. buses
  17655. business{
  17656. businesses
  17657. platforms
  17658. toolsQ
  17659. play1
  17660. applettag
  17661. application
  17662. application
  17663. application
  17664. application
  17665. application
  17666. files
  17667. application
  17668. applicationprivate
  17669. applicationprivate
  17670. applications
  17671. applparamshack
  17672. applparamshack
  17673. applparamshack
  17674. apprsrc
  17675. apprsrc
  17676. appstogo
  17677. appstogo
  17678. appstogo
  17679. appstogo
  17680. reference
  17681. appstogo/cw
  17682. appstogo/cw
  17683. build
  17684. appwannabe
  17685. appwannabenewdocs
  17686. architectureQ
  17687. AppleTalk MIB (RFC 1243) alias
  17688. AppleTalk SW for SNMP alias
  17689. Mac System MIB alias
  17690. MacSNMP demo and test
  17691. MacSNMP Developer 1.0.2
  17692. MacSNMP Programmer
  17693. s Guide
  17694. MacSNMP Transport 1.0.2
  17695. Overview - SNMP Development
  17696. Overview - SNMP Development.txt
  17697. TCP/IP MIB-II (RFC 1213) alias
  17698. spbrecord
  17699. record
  17700. memory
  17701. sample
  17702. shows
  17703. network
  17704. setup
  17705. library
  17706. sample
  17707. shows
  17708. postscripthandle
  17709. piccomment
  17710. sample
  17711. shows
  17712. quicktime
  17713. graphicimporter
  17714. fullmove
  17715. fullmove
  17716. fulloffset
  17717. fulloffset
  17718. g4graphics
  17719. g4graphics
  17720. g4interface
  17721. g4interface
  17722. g4lava
  17723. g4lava
  17724. g4main
  17725. g4main
  17726. g4play
  17727. g4play
  17728. g4prefs
  17729. g4prefs
  17730. g4resources
  17731. g4resources
  17732. g4setuptakedown
  17733. g4setuptakedown
  17734. g4sound
  17735. g4sound
  17736. g4utilities
  17737. g4utilities
  17738. g--set theItem to choose file -- uncomment to test in an AS editor
  17739.     tell application "Finder"
  17740.         open item "Dev.CD Jan 96 SDK1"
  17741.         activate
  17742.     end tell
  17743. on error errMsg number errNum
  17744.     --enter statements to perform when no records are found such as...
  17745.     display dialog "Sorry, the item you selected could not be found."
  17746.     return
  17747. end try
  17748. hnical
  17749. notes
  17750. --set theItem to choose file -- uncomment to test in an AS editor
  17751.     tell application "Finder"
  17752.         open item "Dev.CD Apr 94
  17753. Dev.CD Jan 94
  17754. Dev.CD Oct 93
  17755. Dev.CD Jul 93
  17756. Dev.CD Apr 93"
  17757.         activate
  17758.     end tell
  17759. on error errMsg number errNum
  17760.     --enter statements to perform when no records are found such as...
  17761.     display dialog "Sorry, the item you selected could not be found."
  17762.     return
  17763. end try
  17764. functional
  17765. functionality[
  17766. functionsB
  17767. functions/methods
  17768. fundamental
  17769. fundamentally
  17770. further
  17771. future{
  17772. futures
  17773. 04/95{
  17774. 04/96|
  17775. 04/97}
  17776. 05-self-pacedS
  17777. 05-self-paced
  17778. products
  17779. 05/95{
  17780. 05/96|
  17781. 05/97}
  17782. 06-on-lineS
  17783. 06-on-line
  17784. topics
  17785. 06/95{
  17786. 06/96|
  17787. 06/97}
  17788. 07-macS
  17789. 07-mac
  17790. 07/95{
  17791. 07/96|
  17792. 07/97}
  17793. 08-objectS
  17794. 08-object
  17795. orientedS
  17796. 08/95{
  17797. 08/96|
  17798. 08/97}
  17799. 09-multimediaS
  17800. 09-multimedia
  17801. graphicsS
  17802. 09/95{
  17803. 09/96|
  17804. 09/97}
  17805. e Thread Manger is built into System 7.5 and later systems so the extension is not needed.N>Thread Manager, thread, threads,  tasks, tasking, multitaskingO:Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Thread Manager:PBDev.CD Oct 00 SDK1
  17806.  - Development Kits
  17807.  - Mac OS
  17808.  - Thread Managerion
  17809. cosmetic[
  17810. costly
  17811. costs{
  17812. could]
  17813. couldn't
  17814. counter
  17815. counterpart
  17816. counterparts
  17817. countersA
  17818. counting
  17819. country
  17820. couple
  17821. courseS
  17822. coursesS
  17823. manuals
  17824. mapper
  17825. mapperref
  17826. marching
  17827. marching
  17828. marquee
  17829. storage
  17830. class
  17831. driver
  17832. mathlib
  17833. mcactionlinktourl
  17834. mdata
  17835. media
  17836. memhell
  17837. memory
  17838. memory
  17839. management
  17840. memory
  17841. manager
  17842. memory
  17843. monitor
  17844. menuy
  17845. items
  17846. manager
  17847. menus
  17848. message
  17849. messages
  17850. metafile
  17851. meters
  17852. metertest
  17853. metrics
  17854. metrowerks
  17855. microphone
  17856. middleware
  17857. missA
  17858. mixed
  17859. mixed
  17860. mixer
  17861. modal
  17862. modal
  17863. dialog
  17864. modaldialog
  17865. model
  17866. modes
  17867. modifymouseaccl
  17868. moduleN
  17869. monitor
  17870. play1
  17871. quicktime
  17872. sound
  17873. tween
  17874. quicktime
  17875. sound
  17876. utilities
  17877. track
  17878. audio
  17879. buffer
  17880. volumes
  17881. quicktime
  17882. sprite
  17883. toolbox
  17884. quicktime
  17885. sprite
  17886. track
  17887. quicktime
  17888. sprite
  17889. track
  17890. wired
  17891. events
  17892. triggered
  17893. events
  17894. quicktime
  17895. sprites
  17896. quicktime
  17897. streaming
  17898. messages
  17899. controller
  17900. quicktime
  17901. media
  17902. sample
  17903. search
  17904. quicktime
  17905. track
  17906. actionsZ
  17907. quicktime
  17908. timecode
  17909. track
  17910. media
  17911. handler
  17912. quicktime
  17913. handler
  17914. quicktime
  17915. wired
  17916. sprite
  17917. actions
  17918. controller
  17919. intercept
  17920. quicktime
  17921. vector
  17922. picture
  17923. quicktime
  17924. video
  17925. digitizer
  17926. component
  17927. quicktime
  17928. video
  17929. digitizing
  17930. quicktime
  17931. video
  17932. sound
  17933. virtual
  17934. reality
  17935. quicktime
  17936. graphic
  17937. quicktime
  17938. video
  17939. sound
  17940. track
  17941. movie
  17942. create
  17943. quicktime
  17944. video
  17945. streaming
  17946. audio
  17947. quickview
  17948. toolbox
  17949. assistant
  17950. quick
  17951. reference
  17952. ramdisk
  17953. rapid
  17954. raster
  17955. setpalette
  17956. everything
  17957. everyware
  17958. evict
  17959. evolved
  17960. eworld{
  17961. exacth
  17962. exactly
  17963. examinei
  17964. examined
  17965. examines
  17966. examining
  17967. exampleQ
  17968. ompres
  17969. examples
  17970. exceeds
  17971. excellent
  17972. except
  17973. exception
  17974. generator
  17975. danish
  17976. danish
  17977. 1.1.3
  17978. dashed
  17979. dashed
  17980. lines
  17981. dashed
  17982. lines
  17983. dashed
  17984. lines
  17985. dashed-capped
  17986. dashed-capped
  17987. lines
  17988. dashed-capped
  17989. lines
  17990. dashed-capped
  17991. lines
  17992. dashed-capped
  17993. lines
  17994. dashedlines
  17995. dashedlines
  17996. datay
  17997. access
  17998. manager
  17999. folder
  18000. database~
  18001. database
  18002. suite~
  18003. databases-standalone
  18004. datahandlercomponent
  18005. datamaster
  18006. datamaster
  18007. datasheet
  18008. dateconverter
  18009. dateconverter
  18010. datedialog
  18011. datedialog
  18012. datestring
  18013. datething
  18014. datething
  18015. datething
  18016. datething
  18017. datething
  18018. datething
  18019. datething
  18020. utsample@
  18021. sources@
  18022. specified@
  18023. spriteworld@
  18024. sprocketinvaders@
  18025. stack@
  18026. standardfile@
  18027. step@
  18028. steps@
  18029. tudy@
  18030. subjects@
  18031. study{
  18032. stuff
  18033. stuffit
  18034. stylef
  18035. style-linking
  18036. styled
  18037. stylemap
  18038. styles
  18039. stylewriter
  18040. stylus
  18041. sub-folders
  18042. sub-menus
  18043. sub-sampling
  18044. subclass
  18045. subdirectory
  18046. subfolder
  18047. subfolders
  18048. subject
  18049. substitute
  18050. substitution
  18051. subtle
  18052. subtleties
  18053. subtype
  18054. succeed
  18055. success
  18056. successfulw
  18057. successfully
  18058. suchR
  18059. suffer
  18060. suffix
  18061. suggested
  18062. suggestions
  18063. suit{
  18064. suitability
  18065. suitable
  18066. suitcase
  18067. All Packages
  18068. F    QuickTimeO
  18069. Dev.CD Jan 96 SSWP
  18070. Dev.CD Jan 96 SSV
  18071. 69124X
  18072. Jan 96
  18073. f--set theItem to choose file -- uncomment to test in an AS editor
  18074.     tell application "Finder"
  18075.         open item "Dev.CD Jan 96 SSW"
  18076.         activate
  18077.     end tell
  18078. on error errMsg number errNum
  18079.     --enter statements to perform when no records are found such as...
  18080.     display dialog "Sorry, the item you selected could not be found."
  18081.     return
  18082. end try
  18083. All Packages
  18084. F    QuickTimeO
  18085. Dev.CD Jan 96 SSWP
  18086. Dev.CD Jan 96 SSV
  18087. 69125X
  18088. Jan 96
  18089. f--set theItem to choose file -- uncomment to test in an AS editor
  18090.     tell application "Finder"
  18091.         open item "Dev.CD Jan 96 SSW"
  18092.         activate
  18093.     end tell
  18094. on error errMsg number errNum
  18095.     --enter statements to perform when no records are found such as...
  18096.     display dialog "Sorry, the item you selected could not be found."
  18097.     return
  18098. end try
  18099. All Packages
  18100. F    QuickTimeO
  18101. Dev.CD Jan 96 SSWP
  18102. Dev.CD Jan 96 SSV
  18103. 69126X
  18104. 69334X
  18105. Nov 99^
  18106. r--set theItem to choose file -- uncomment to test in an AS editor
  18107.     tell application "Finder"
  18108.         open item "Dev.CD Nov 99 TC:Sample Code:"
  18109.         activate
  18110.     end tell
  18111. on error errMsg number errNum
  18112.     --enter statements to perform when no records are found such as...
  18113.     display dialog "Sorry, the item you selected could not be found."
  18114.     return
  18115. end try
  18116. Deletedq
  18117. Dev.CD Nov 99 TC
  18118. D!All Packages
  18119. Tool Chest Edition
  18120. Snippets - Testing & Debugging
  18121. (** = new, * = revised)
  18122. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  18123. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  18124. BusErrorTest:  Show
  18125. extractor
  18126. plug-ins
  18127. content
  18128. extra
  18129. 1.1.3
  18130. cattachment
  18131. cattachment
  18132. cattachment
  18133. cbufffilestream
  18134. audio
  18135. toolkit
  18136. install
  18137. script
  18138. cd-romw
  18139. cd-rom
  18140. detection
  18141. cdent
  18142. cdent
  18143. formatter
  18144. cdrom
  18145. cdrom
  18146. detection
  18147. cdromdetection
  18148. cdromdetection
  18149. cdroms
  18150. cdromsample
  18151. cdromsample
  18152. cdromsample
  18153. cdromsample
  18154. pbproj
  18155. cdtracker
  18156. cdtracker
  18157. cdtracker
  18158. cdtracker
  18159. cdtracker
  18160. cdtracker
  18161. cfbaseservices
  18162. cfbundleservices
  18163. cfcollectionservices
  18164. cfiltercontrol
  18165. cfiltercontrol
  18166. cfiltercontrol
  18167. cfm-68k
  18168. cfm-68k
  18169. cfm-68k
  18170. cfm-68k
  18171. runtime
  18172. enabler
  18173. cfmmoduleloader
  18174. cfmmoduleloader
  18175. akeymovie
  18176. cihui
  18177. cihui
  18178. This sample code illustrates the way to determine the processor type of the Macintosh you're running on. For the latest Gestalt CPU type, refer to the latest Gestalt.h.J+CPUGestalt(PPC)
  18179. CPUGestalt.c
  18180. CPUGestalt.mcpK
  18181. Apr 97M
  18182. System 6.0.4 or higherN3Gestalt, gestaltNativeCPUtype, gestaltProcessorTypeO<Dev.CD Nov 00 TC Disk 1:Sample Code:OS Utilities:CPUGestalt:PDDev.CD Nov 00 TC Disk 1
  18183.  - Sample Code
  18184.  - OS Utilities
  18185.  - CPUGestaltV
  18186. 68410X
  18187. Nov 00^    TC Disk 1
  18188. --set theItem to choose file -- uncomment to test in an AS editor
  18189.     tell application "Finder"
  18190.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:OS Utilities:CPUGestalt:"
  18191.         activate
  18192.     end tell
  18193. on error errMsg number errNum
  18194.     --enter statements to perform when no records are found such as...
  18195.     display dialog "Sorry, the item you selected could not be found."
  18196.     return
  18197. end try
  18198. e    No Changef1Gestalt
  18199. gestaltNativeCPUtype
  18200. gestaltProcessorTypeq
  18201. Dev.CD Nov 00 TC Disk 1
  18202. All Packages
  18203. 68411X
  18204. Summary:  These are obsolete Hypercard XCMD toolkits which used to be sold through APDA.  These are no longer supported, but may be of interest to developers writing their own XCMDS.
  18205. These XCMDs are not supported by DEVSUPPORT.  Questions will be rejected.  These packages are offered as a convenience to our developers, but are obsolete.
  18206. Issues:  These XCMDs are unsupported.  Do not send questions to DEVSUPPORT.  We can not help you with these XCMDs.
  18207. !Read me (obsolete&unsupported)
  18208. !Read me.txt
  18209. AppleTalk ToolKit.img
  18210. CD Audio Toolkit 1.0.img
  18211. HyperCard CTB Toolkit 1.0b2.img
  18212. HyperCard Serial Toolkit 2..img
  18213. HyperCard Video Toolkit 2.0.img
  18214. Ideas Toolkit 1.0.img
  18215. Prototyping Toolkit 2.0.imgK
  18216. May 95M
  18217. Hypercard.  It is uncertain that these packages will work correctly with the latest version of Hypercard, but they did work with an earlier version.OYDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:better suited to the task. This article 
  18218. Summary:  bugInfo is a macro you can execute within MacsBug to give you the most commonly used  debugging info to you right away with one command.  Use it as your first command when MacBug comes up to get the scoop by typing "bugInfo".
  18219. The command equivalent of this macro is:
  18220. wh; how; ip; sc; dm pc - 20 100, hc; td; drvr; file
  18221. What you will see appear is where (at what location in memory) you crashed or interrupted, how (by bus error, system error, interrupt) you got into MacsBug, a disaB
  18222. ssembly of code around the entry point, a memory dump in the vacinity of the program counter, a heap check, a display of CPU registers, a list of active drivers, and information on open files.
  18223. General tools.imgK
  18224. Feb 94M
  18225. MacsBug, ResEditN
  18226. testing, debuggingOEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  18227.  - Tool Chest
  18228.  - Testing & Debugging
  18229.  - General tools Toolbox
  18230.  - OtherResInfo-MungeDeamonV
  18231. 62360X
  18232. Nov 00^    TC Disk 1
  18233. e    No Change
  18234. 68321X
  18235. Nov 99^
  18236. --set theItem to choose file -- uncomment to test in an AS editor
  18237.     tell application "Finder"
  18238.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:betaBase:"
  18239.         activate
  18240.     end tell
  18241. on error errMsg number errNum
  18242.     --enter statements to perform when no records are found such as...
  18243.     display dialog "Sorry, the item you selected could not be found."
  18244.     return
  18245. end try
  18246. Deletedf
  18247. database
  18248. beta test
  18249. beta helpq
  18250. Dev.CD Nov 99 TC
  18251. All Packages
  18252. BigScrollingI
  18253. ScrollBars are limited in their range to a signed 16-bit number (+/- 32768).
  18254. This project demo's one way to work around this limitation.JLBigScrolling(PPC)
  18255. BigScrolling.mcp
  18256. BigScrolling.p
  18257. BigScrolling.rsrc
  18258. Sample.pN
  18259. Scrollbar, Controls, SetControlMaximum, SetControlMinimum, SetControlValue, GetControlMaximum, GetControlMinimum, GetControlValueOIDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:BigScrolling:V
  18260. 68322X
  18261. 1e    No Change
  18262. resources
  18263. PMDev.CD Oct 00 SDK1
  18264.  - Development Kits
  18265.  - Mac OS
  18266.  - Multiprocessing 2.1v2 SDKn an AS editor
  18267.     tell application "Finder"
  18268.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  4:"
  18269.         activate
  18270.     end tell
  18271. on error errMsg number errNum
  18272.     --enter statements to perform when no records are found such as...
  18273.     display dialog "Sorry, the item you selected could not be found."
  18274.     return
  18275. end try
  18276. Deletedq
  18277. Dev.CD Sept 96 RL
  18278. D(All Packages
  18279. Reference Library Edition
  18280. develop Issue  5
  18281.     ment to test in an AS editor
  18282.     tell application "Finder"
  18283.         open item "Dev.CD Oct 93
  18284.         activate
  18285.     end tell
  18286. on error errMsg number errNum
  18287.     --enter statements to perform when no records are found such as...
  18288.     display dialog "Sorry, the item you selected could not be found."
  18289.     return
  18290. end try
  18291. All Packages
  18292. F    QuickTimeO)Dev.CD Oct 93
  18293. Dev.CD Jul 93
  18294. Dev.CD Apr 93P(Dev.CD Oct 93
  18295. Dev.CD Jul 93
  18296. Dev.CD Apr 9V
  18297. 65910X
  18298. Oct 93
  18299. WebObjects Memory Management by Theresa Ray of Tensor Information Systems
  18300. One of the most difficult tasks facing WebObjects and OPENSTEP programmers is correctly implementing memory management techniques in their applications.  This guide, sponsored by Apple Computer, Inc. Apple Developer Relations Group for the Apple Media Program, is designed to cover the issues relating to memory management, and to explain the correct procedure for implementing memory management techniques.
  18301. Advanced Web Site Technique.pdf
  18302. Avoid Audio Pitfalls Guide.pdf
  18303. CompbasedMediaBroadcastEnv
  18304. Creating MIDI for the Web3.pdf
  18305. DeBabelizer 3.0.pdf
  18306. Design For Reuse.pdf
  18307. DesignForRobustness
  18308. Digital Asset Management.pdf
  18309. Digital Storyboard.pdf 
  18310. DVD Development.pdf
  18311. DVD_Primer.pdf
  18312. Enhanced CD Survival Guide.pdf
  18313. EOModeler
  18314. Frameworks.pdf
  18315. Gender-Based Title Creation.pdf
  18316. Int_Media_Writer_Resources.pdf
  18317. Java Survival Guide.pdf
  18318. Making Cool QD3D Apps.pdf
  18319. Music on the Net.pdf
  18320. New Audio Features QT3.pdf
  18321. Porting
  18322. FDPUtilities.c
  18323. FDPUtilities.h
  18324. FinderDragPro
  18325. FinderDragPro.c
  18326. FinderDragPro.h
  18327. FinderDragPro.prj
  18328. FinderDragPro.r
  18329. FinderDragPro.rsrc
  18330. GetIconSuiteFromFinder.c
  18331. GetIconSuiteFromFinder.h
  18332. make.com
  18333. MakeFile
  18334. ReadMeK
  18335. Nov 99M=Mac OS with the drag manager and the thread manager installedN5Drag and Drop, PromiseHFSFlavor, hfs, promise, finderOHDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:FinderDragPro:PPDev.CD Nov 00 TC Disk 1
  18336.  - Sample Code
  18337.  - Interapplication Comm
  18338.  - FinderDragProV
  18339. 68540X
  18340. Nov 00^    TC Disk 1
  18341. --set theItem to choose file -- uncomment to test in an AS editor
  18342.     tell application "Finder"
  18343.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:FinderDragPro:"
  18344.         activate
  18345.     end tell
  18346. on error errMsg number errNum
  18347.     --enter statements to perform when no records are found such as...
  18348.     display dialog "Sorry, the item you selected could not be found."
  18349.     return
  18350. end try
  18351. p--set theItem to choose file -- uncomment to test in an AS editor
  18352.     tell application "Finder"
  18353.         open item "Dev.CD Apr 94
  18354. Dev.CD Jan 94"
  18355.         activate
  18356.     end tell
  18357. on error errMsg number errNum
  18358.     --enter statements to perform when no records are found such as...
  18359.     display dialog "Sorry, the item you selected could not be found."
  18360.     return
  18361. end try
  18362. mountserver
  18363. mouse
  18364. mousedrag
  18365. mouseresponders
  18366. movable
  18367. move{
  18368. moveable
  18369. moveablemodal
  18370. moveablemodal
  18371. source
  18372. sample
  18373. illustrating
  18374. moved
  18375. movement
  18376. moves
  18377. movewindow
  18378. movieY
  18379. movie's
  18380. moviebrowser
  18381. moviecontroller
  18382. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N
  18383. QuickTime, VR, Cursors, Hotspotes
  18384. navigator
  18385. netsprockettest
  18386. network
  18387. network
  18388. management
  18389. network
  18390. server
  18391. developer's
  18392. guide
  18393. network
  18394. services
  18395. location
  18396. network
  18397. stream
  18398. network
  18399. watch
  18400. networking
  18401. audio
  18402. features
  18403. newgworld
  18404. tokenizer
  18405. newgworld
  18406. newsz
  18407. nocopyreceives
  18408. nopoweroffkey
  18409. noresdialog
  18410. nosound
  18411. notesT
  18412. nubus
  18413. nubus
  18414. tester
  18415. numbers
  18416. object
  18417. object
  18418. pascal
  18419. objective-c
  18420. objectsupportlib
  18421. objectsupportlib
  18422. 1.1.4
  18423. offscreen
  18424. offscreencontrolupda
  18425. onescannerx
  18426. ooptesample
  18427. develop Issue  1
  18428. Summary: This is the electronic version of develop magazine.
  18429.  Issue 1 highlights:
  18430. Realistic Color for Real-World Applications.  Extensions to the Macintosh graphics system software and how to use them.
  18431. All About the Palette Manager.  The what, why, and how of the Palette Manager and how it works with 32-Bit QuickDraw.
  18432. Braving Offscreen Worlds.  Use the new offscreen calls to set up and to maintain your offscreen world. 
  18433. The Perils of Postscript.  Mixing the models: Postscript and Qui
  18434. xckDraw; tricks for the mix.
  18435. Compatibility: Rules of the Road.  An overview of the most critical System 7.0 compatibility issues.
  18436. Debugging Declaration ROMs.  Everything you need to know to build and to debug a NuBus declaration ROM.
  18437. Apple II Development Dynamo.  Produce fast, small, readable, reliable Apple II assembly-language code quickly and conveniently using Dynamo.
  18438. RSCSI
  18439. SCSI disk device driver
  18440. SCSI Manager 4.3
  18441. old SCSI Manager
  18442. SCSI Driver Example
  18443. powerpc-based
  18444. powerpc-savvy
  18445. powerplant
  18446. powers
  18447. powertalk{
  18448. powertalk-savvy
  18449. powertracer
  18450. pparameter
  18451. ppc/appleevent
  18452. practical
  18453. practice
  18454. practices
  18455. pre-7.0
  18456. pre-7.5
  18457. pre-defined
  18458. pre-emptively
  18459. pre-installed
  18460. pre-mac
  18461. pre-measured
  18462. pre-mixer
  18463. preceding
  18464. predefined
  18465. predetermined
  18466. predicates
  18467. predictable
  18468. prediction
  18469. preemptive
  18470. preexisting
  18471. prefer
  18472. preference
  18473. preferences
  18474. preferred
  18475. preflightgl
  18476. prefs
  18477. preliminary
  18478. preloaded
  18479. premastering
  18480. premier
  18481. premierey
  18482. preparation
  18483. prepare
  18484. prepared
  18485. QuickTime, Java, MRJ
  18486. printing
  18487. instructions
  18488. penmode
  18489. penpat
  18490. penpixpat
  18491. performance
  18492. performance
  18493. analysis
  18494. performance
  18495. countersA
  18496. periodic
  18497. periodic
  18498. persistent
  18499. persistent
  18500. pgpuam
  18501. phone
  18502. photoshop
  18503. physical
  18504. piccomments
  18505. picker
  18506. pictdialog
  18507. picture
  18508. pippin
  18509. pixel
  18510. pixel
  18511. depth
  18512. pixelsize
  18513. pixmap
  18514. pixpat
  18515. plaintalk
  18516. platformR
  18517. platformid
  18518. video
  18519. playback
  18520. player
  18521. playing
  18522. playing
  18523. audio
  18524. plist
  18525. plug-in
  18526. plug-ins
  18527. pmforecolor
  18528. pmtable
  18529. point
  18530. polymorphic
  18531. polymorphic
  18532. functions
  18533. popup
  18534. printer
  18535. printing
  18536. processN
  18537. http_
  18538. hubbard
  18539. hugex
  18540. human{
  18541. hundreds
  18542. huxham
  18543. hybrid
  18544. hypercardn
  18545. hyperdam
  18546. hypertalk
  18547. hypertext`
  18548. icon_
  18549. icon's
  18550. p--set theItem to choose file -- uncomment to test in an AS editor
  18551.     tell application "Finder"
  18552.         open item "Dev.CD Oct 93
  18553. Dev.CD Jul 93"
  18554.         activate
  18555.     end tell
  18556. on error errMsg number errNum
  18557.     --enter statements to perform when no records are found such as...
  18558.     display dialog "Sorry, the item you selected could not be found."
  18559.     return
  18560. end try
  18561. iented^
  18562. objects
  18563. objectsupportlib
  18564. macodbc
  18565. database
  18566. connectivity
  18567. drivers
  18568. network
  18569. middlewar
  18570. apple
  18571. event
  18572. opening
  18573. documents
  18574. off-screen
  18575. offscreenr
  18576. offscreen
  18577. copybits
  18578. newgworld
  18579. gworld
  18580. pixmap
  18581. bitmap
  18582. alterr
  18583. ooptesample
  18584. opaque
  18585. choose
  18586. folder
  18587. navigation
  18588. services
  18589. transport
  18590. cache
  18591. delete
  18592. query
  18593. arpsample
  18594. OEDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTHintMovies:PPDev.CD Nov 00 TC Disk 2
  18595.  - Sample Code
  18596.  - QuickTime
  18597.  - Streaming
  18598.  - QTHintMoviesV
  18599. 68986X
  18600. Nov 00^    TC Disk 2
  18601. --set theItem to choose file -- uncomment to test in an AS editor
  18602.     tell application "Finder"
  18603.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTHintMovies:"
  18604.         activate
  18605.     end tell
  18606. on error errMsg number errNum
  18607.     --enter statements to perform when no records are found such as...
  18608.     display dialog "Sorry, the item you selected could not be found."
  18609.     return
  18610. end try
  18611. e    No Changef'QuickTime
  18612. Streaming
  18613. Tracks
  18614. Hintingq
  18615. Dev.CD Nov 00 TC Disk 2
  18616. All Packages
  18617. QTimadecompression
  18618. 68987X
  18619. Dev.CD Jan 94
  18620. Dev.CD Oct 93P
  18621. Dev.CD Jan 94
  18622. Dev.CD Oct 9V
  18623. 69155X
  18624. Jan 94
  18625. p--set theItem to choose file -- uncomment to test in an AS editor
  18626.     tell application "Finder"
  18627.         open item "Dev.CD Jan 94
  18628. Dev.CD Oct 93"
  18629.         activate
  18630.     end tell
  18631. on error errMsg number errNum
  18632.     --enter statements to perform when no records are found such as...
  18633.     display dialog "Sorry, the item you selected could not be found."
  18634.     return
  18635. end try
  18636. All Packages
  18637. F    QuickTimeO
  18638. Dev.CD Jan 94
  18639. Dev.CD Oct 93P
  18640. Dev.CD Jan 94
  18641. Dev.CD Oct 9V
  18642. 69156X
  18643. Jan 94
  18644. p--set theItem to choose file -- uncomment to test in an AS editor
  18645.     tell application "Finder"
  18646.         open item "Dev.CD Jan 94
  18647. Dev.CD Oct 93"
  18648.         activate
  18649.     end tell
  18650. on error errMsg number errNum
  18651.     --enter statements to perform when no records are found such as...
  18652.     display dialog "Sorry, the item you selected could not be found."
  18653.     return
  18654. end try
  18655. All Packages
  18656. F    QuickTimeV
  18657. 69157X
  18658. server
  18659. e    No Changef
  18660. Dev.CD Nov 00 TC Disk 1
  18661. All Packages
  18662. AddFrameToMovieIRThis example shows how to add an additional frame to the end of an existing movie.JWAddFrameToMovie
  18663. AddFrameToMovie.c
  18664. AddFrameToMovie.mcp
  18665. AddFrameToMovie.rsrc
  18666. Sample MovieM    QuickTimeN
  18667. QuickTime, frame, movie
  18668. OEDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:AddFrameToMovie:PPDev.CD Nov 00 TC Disk 2
  18669.  - Sample Code
  18670.  - QuickTime
  18671.  - Basics
  18672.  - AddFrameToMovieV
  18673. 68224X
  18674. Nov 00^    TC Disk 2
  18675. --set theItem to choose file -- uncomment to test in an AS editor
  18676.     tell application "Finder"
  18677.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:AddFrameToMovie:"
  18678.         activate
  18679.     end tell
  18680. on error errMsg number errNum
  18681.     --enter statements to perform when no records are found such as...
  18682.     display dialog "Sorry, the item you selected could not be found."
  18683.     return
  18684. end try
  18685. e    No Changef
  18686. QuickTime
  18687. frame
  18688. movie
  18689. Dev.CD Nov 00 TC Disk 2
  18690. All Packages
  18691. AddHTActions
  18692. 68225X
  18693. kObjectiveCtoJava
  18694. Push Tech Survival Gd.pdf
  18695. QT3-More Than Dig. Video.pdf
  18696. Simplified Stream Audio.pdf
  18697. Web Animation Guide.pdf
  18698. WebObjects Database Part I.pdf
  18699. WebObjects Database Part II.pdf
  18700. WebObjects Memory Mgmt.pdf
  18701. WebObjects Tools and Techniques
  18702. WebObjectsCategories&Posers.pdf
  18703. WebObjectsPerformanceTuning
  18704. Working with WebObjects.pdf
  18705. Writing for Interactive Media
  18706. ome tips on how to optimize your drawing quality.
  18707. J(develop Issue 10:
  18708. develop Issue 10 code:K
  18709. Vol IIIL
  18710. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 10:PJDev.CD Sep 96 RL
  18711.  - Technical Documentation
  18712.  - develop
  18713.  - develop Issue 10.
  18714. Techniques illustrated include:
  18715.  routines and code necessary for maintaining a scrolling edit field,
  18716.  how to implement a user pane control in a dialog,
  18717. 66006X
  18718. 1e    No Change
  18719. progguide
  18720. apple
  18721. scannersx
  18722. program
  18723. programmatich
  18724. programmatic
  18725. interface
  18726. programming
  18727. programming
  18728. information
  18729. programming
  18730. information
  18731. xPYDev.CD Nov 00 TC Disk 1
  18732.  - Sample Code
  18733.  - Interapplication Comm
  18734.  - TEXTtotypeIntlCoercion
  18735. clockwise
  18736. close
  18737. closeall
  18738. closed
  18739. closeport
  18740. closest
  18741. closing
  18742. closing
  18743. cmpismissing
  18744. codeO
  18745. seamlessly
  18746. searchj
  18747. searched
  18748. searchesy
  18749. searchingy
  18750. searchproc
  18751. searchprocs
  18752. second_
  18753. secondly
  18754. seconds
  18755. secret
  18756. secretary
  18757. secrets
  18758. section{
  18759. sectionreport
  18760. sections
  18761. sector
  18762. sectors
  18763. secure
  18764. securely
  18765. security
  18766. sedit
  18767. Wlay, you can invoke heap scrambling.  This involves moving memory around every time a toolbox call uses the memory man
  18768. 69366X
  18769. Nov 00^    TC Disk 1
  18770. --set theItem to choose file -- uncomment to test in an AS editor
  18771.     tell application "Finder"
  18772.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:Standard File:StandardGetFolder:"
  18773.         activate
  18774.     end tell
  18775. on error errMsg number errNum
  18776.     --enter statements to perform when no records are found such as...
  18777.     display dialog "Sorry, the item you selected could not be found."
  18778.     return
  18779. end try
  18780. e    No Changef+Standard File StandardFile SF Choose Folderq
  18781. Dev.CD Nov 00 TC Disk 1
  18782. All Packages
  18783. Std Compression ExamplesImThis source code is from the Standard Compression chapter of the Inside Macintosh QuickTime Components book.
  18784. JpExample1(PPC)
  18785. Example1.c
  18786. Example2(PPC)
  18787. Example2.c
  18788. Example3(PPC)
  18789. Example3.c
  18790. README
  18791. Sample.PIC
  18792. Std Compression.mcpM    QuickTimeN
  18793. QuickTime, compressionO_Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:Std Compression Examples:V
  18794. 69367X
  18795. 1e    No Change
  18796. linewidth
  18797. setpalette
  18798. play1
  18799. polish@
  18800. popuptkl
  18801. powerbookg3series@
  18802. powerpc@
  18803. toolbox
  18804. keychain@
  18805. ppcbrowseroverride@
  18806. quit@
  18807. rdocproc@
  18808. about
  18809. otendpointinfo@
  18810. aecdev-aedaemon@
  18811. otdumpinternetstatus@
  18812. readme
  18813. readme
  18814. dcmd@
  18815. readme
  18816. html@
  18817. recipes@
  18818. renderinglib@
  18819. rfc1334
  18820. authentication@
  18821. rlsd@
  18822. sample
  18823. applescripts@
  18824. schedule@
  18825. setlockbitatomsample
  18826. showinit@
  18827. simpleplayermfcdoc@
  18828. sites@
  18829. sound@
  18830. strip@
  18831. support
  18832. systemfolder@
  18833. tech@
  18834. testfinderlaunch
  18835. testprinterclass
  18836. textchanger
  18837. 2.0.1@
  18838. than@
  18839. topseeturvee@
  18840. transitions
  18841. themes@
  18842. ueenie@
  18843. umousetrackbehavior
  18844. updates@
  18845. userstartup
  18846. goodies@
  18847. validator
  18848. 1.11@
  18849. webobjects
  18850. database
  18851. e    No Changef
  18852. QuickTime
  18853. Dev.CD Nov 00 TC Disk 2
  18854. All Packages
  18855. GX->PostScript SampleIjReplaces the GX to PostScript sample code that was made available on the February 1998 Tool Chest Edition.JHGX->PS Manual
  18856. GXToPostScript
  18857. Interfaces&Libraries
  18858. Why was this archived?K
  18859. Feb 98M
  18860. QuickDraw GX 1.1.6 and aboveN
  18861. GX, PostScript, sample codeOXDev.CD Nov 00 TC Disk 1:Sample Code:Archive:Graphics:QuickDraw GX:GX->PostScript Sample:PfDev.CD Nov 00 TC Disk 1
  18862.  - Sample Code
  18863.  - Archive
  18864.  - Graphics
  18865.  - QuickDraw GX
  18866.  - GX->PostScript SampleV
  18867. 68573X
  18868. Nov 00^    TC Disk 1
  18869. e    No Change
  18870. Convert
  18871. ProjectsK
  18872. May 94L
  18873. Aug 94OVDev.CD Nov 99 TC:Tool Chest:Development Kits:
  18874.  Other Platforms:Convert
  18875. Projects 1.0b5:PaDev.CD Nov 99 TC
  18876.  - Tool Chest
  18877.  - Development Kits
  18878.  Other Platforms
  18879.  - Convert
  18880. Projects 1.0b5 image at once, and in most cases this method works fine unless the image requires dithering from its source to its destination.   The purpose of this app is to show the problem that may o
  18881. utilitiesQ
  18882. osahelpers
  18883. osahelpers
  18884. osahelpers
  18885. oserr
  18886. debug
  18887. 1.0b1c
  18888. ossvcs
  18889. osutilities
  18890. classes
  18891. papserversample
  18892. papserversample
  18893. ot/ppp
  18894. ot/ppp
  18895. client
  18896. ot/ppp
  18897. client
  18898. otarpmodule
  18899. otarpmodule
  18900. otchecknetforname
  18901. otchecknetforname
  18902. packageexample
  18903. pages
  18904. client
  18905. interface
  18906. client
  18907. first
  18908. paper
  18909. papworkstation
  18910. papworkstation
  18911. Jul 98M
  18912. Acrobat Reader 3.0N]traversing related tables, referential integrity rules, validation and reformatting, databaseO3Dev.CD Mar OO RLDisk 1:Interactive Media Resources:P5Dev.CD Mar OO RLDisk 1
  18913.  - Interactive Media Resources
  18914. guide
  18915. guidelines
  18916. gworldr
  18917. fonts
  18918. typography
  18919. hardware
  18920. developer
  18921. documentation
  18922. developer
  18923. notes
  18924. devnotes
  18925. heaps
  18926. hotspot\
  18927. hwindowide
  18928. hwindowide
  18929. draghook
  18930. hypercardn
  18931. ibook
  18932. color
  18933. colour
  18934. table
  18935. ciconhandle
  18936. ctabhandle
  18937. icons
  18938. identification
  18939. image
  18940. imaging
  18941. importers
  18942. indexj
  18943. information
  18944. infoscrap
  18945. input
  18946. inputsprocket
  18947. inputsprocket
  18948. drawsprocket
  18949. soundsprocket
  18950. sound
  18951. interactiona
  18952. interleaving
  18953. international
  18954. international
  18955. glossaries
  18956. internationalization
  18957. internet
  18958. interrupt
  18959. invert
  18960. anceA
  18961. This snippet shows how to determine whether you are running on a Power Macintosh or on a 680x0 Macintosh.  It also provides the method for determine exactly which type of processor is running. This works around an off-by-one error with gestaltNativeCPUType.
  18962. J4PowerMacOr68k(PPC)
  18963. PowerMacOr68K.c
  18964. PowerMacOr68k.mcpOJDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PowerMacOr68k:PRDev.CD Nov 00 TC Disk 1
  18965.  - Sample Code
  18966.  - Human Interface Toolbox
  18967.  - PowerMacOr68ktaller, the licensing disk, and software development SDK.
  18968. Issues: All ASLM libraries must be created with the MPW programming environment.
  18969. ASLM 2.0.1 Licensing Disk:
  18970. ASLM Debugging Tools:
  18971. ASLM Developer Tools:
  18972. ASLM Documentation:
  18973. ASLM Examples:
  18974. ASLM Installer:
  18975. ASLM Installer.image
  18976. ASLM SymFiles:
  18977. Change History
  18978. Change History (old)
  18979. CodeWarrior Read Me!
  18980. Release NotesK
  18981. Mar 95L
  18982. Jan 97M
  18983. System 6.0.7 or greater.K1:Development Kits:Mac OS:Apple Shared Library Manager:V
  18984. 66643X
  18985. Deleted
  18986. ~OCDev.CD Oct 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:PKDev.CD Oct 00 SDK1
  18987.  - Development Kits
  18988.  - Mac OS
  18989.  - Macintosh Drag and Drop
  18990.     - Macintosh Runtime for Java (MRJ) 2.1
  18991. - Windows 95, 98, or NT::
  18992.     - JRE/JDK from Sun Microsystems, Inc. recommended
  18993. QuickTime, Java, MRJs to perform when no records are found such as...
  18994.     display dialog "Sorry, the item you selected could not be found."
  18995.     return
  18996. end try
  18997. tion of most interest to developers and provides descriptions of the internal architecture, the I/O ports and devices, and the expansion features. 
  18998. PowerBookG3Series.pdfK
  18999. Vol XL
  19000. Jul 98N`Macintosh, PowerBook G3 Series, developers, PowerPC, backside, cache, expansion, I/O RAM CardBusOHDev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  19001.  - What's New
  19002.  - Technical Documentation
  19003.  - DeveloperNotesV
  19004. 63605X
  19005. Jul 98^
  19006. SSW/SDK
  19007. SO)Dev.CD Apr 94
  19008. Dev.CD Jan 94
  19009. Dev.CD Dec 93P(Dev.CD Apr 94
  19010. Dev.CD Jan 94
  19011. Dev.CD Dec 9V
  19012. 69690X
  19013. Apr 94
  19014. ~--set theItem to choose file -- uncomment to test in an AS editor
  19015.     tell application "Finder"
  19016.         open item "Dev.CD Apr 94
  19017. Dev.CD Jan 94
  19018. Dev.CD Dec 93"
  19019.         activate
  19020.     end tell
  19021. on error errMsg number errNum
  19022.     --enter statements to perform when no records are found such as...
  19023.     display dialog "Sorry, the item you selected could not be found."
  19024.     return
  19025. end try
  19026. All Packages
  19027. System UpdateO
  19028. Dev.CD Apr 94
  19029. Dev.CD Jan 94P
  19030. Dev.CD Apr 94
  19031. Dev.CD Jan 9V
  19032. 69691X
  19033. Apr 94
  19034. p--set theItem to choose file -- uncomment to test in an AS editor
  19035.     tell application "Finder"
  19036.         open item "Dev.CD Apr 94
  19037. Dev.CD Jan 94"
  19038.         activate
  19039.     end tell
  19040. on error errMsg number errNum
  19041.     --enter statements to perform when no records are found such as...
  19042.     display dialog "Sorry, the item you selected could not be found."
  19043.     return
  19044. end try
  19045. OThis sample illustrates how the SetHideOnSwitch and GetHideOnSwitch routines can be used to hide an application.  These routines were first documented in Technote TN1102, "Mac OS 8".  On the world wide web, documentation for these routines can be found at the address:
  19046. http://developer.apple.com/technotes/tn/tn1102.html#processmgr
  19047. HideCalls.c
  19048. HideCalls.h
  19049. HowToHideApp
  19050. HowToHideApp.c
  19051. HowToHideApp.prj
  19052. HowToHideApp.r
  19053. HowToHideApp.rsrc
  19054. make.com
  19055. MakeFile
  19056. ReadMeN&HIDE, SetHideOnSwitch, GetHideOnSwitchO?Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:HowToHideYourApp:PGDev.CD Nov 00 TC Disk 2
  19057.  - Sample Code
  19058.  - Processes
  19059.  - HowToHideYourApparly effortless.
  19060. International Number Formatting  by Norbert Lindenberg.   Some good methods for handling the different number formats around the world.
  19061. Somewhere in QuickTime: What
  19062. s New With Sound Manager 3.0  by Jim Reekes.  Changes (and bug fixes!) in the Sound Manager. Finally, you can remove all that workaround code.
  19063. Print Hint
  19064. owned
  19065. owner
  19066. owner's
  19067. ownership
  19068. ozone
  19069. pablo
  19070. packageO
  19071. packetsU
  19072. packman
  19073. packman
  19074. snippet
  19075. showing
  19076. implement
  19077. simple
  19078. choos
  19079. pagez
  19080. pages
  19081. paige
  19082. painless
  19083. 5D!All Packages
  19084. Mac OS SDK Edition
  19085. ode:Files:Un/mount:P;Dev.CD Nov 00 TC Disk 1
  19086.  - Sample Code
  19087.  - Files
  19088.  - Un/mountV
  19089. 68127X
  19090. Nov 00^    TC Disk 1
  19091. --set theItem to choose file -- uncomment to test in an AS editor
  19092.     tell application "Finder"
  19093.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:Un/mount:"
  19094.         activate
  19095.     end tell
  19096. on error errMsg number errNum
  19097.     --enter statements to perform when no records are found such as...
  19098.     display dialog "Sorry, the item you selected could not be found."
  19099.     return
  19100. end try
  19101. e    No Changef.modal dialog
  19102. disk inserted events
  19103. ModalDialog
  19104. Dev.CD Nov 00 TC Disk 1
  19105. D!All Packages
  19106. Mac OS SDK Edition
  19107. Universal Interfaces 3.3.2I\3.3.2 Universal Interfaces support CarbonLib 1.0.2, Mac OS 9, and QuickTime 4.1 development.J
  19108. UniversalInterfaces3.3.2.imgK
  19109. Feb 94L
  19110. Jul 00N$CarbonLib 1.0.2, Mac OS 9, QuickTimeOEDev.CD Oct 00 SDK1:Development Kits:Mac OS:Universal Interfaces3.3.2:ngeo)http://developer.apple.com/sdk/index.html
  19111. 68415X
  19112. Nov 00^    TC Disk 1
  19113. --set theItem to choose file -- uncomment to test in an AS editor
  19114.     tell application "Finder"
  19115.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Java:Creator Changer:"
  19116.         activate
  19117.     end tell
  19118. on error errMsg number errNum
  19119.     --enter statements to perform when no records are found such as...
  19120.     display dialog "Sorry, the item you selected could not be found."
  19121.     return
  19122. end try
  19123. e    No Changef*MRJ Drag and Drop Java AppleScript Toolkitq
  19124. Dev.CD Nov 00 TC Disk 1
  19125. All Packages
  19126. CTB Development Resources
  19127. 68416X
  19128. off power by pressing the power key, just as you turn on the Macintosh by pressing the power key.  This behavior isn't appropriate for some classroom or kiosk settings.  Therefore, this extension exists.  Drop it into your system folder and restart.
  19129. Version 1.2 fixes a minor concern, removes one line of assembly, and adds a Finder help string, so that turning on balloon help and pointing at this extension exp
  19130. allowsB
  19131. mple.mcp
  19132. ictbSample.r
  19133. ictbSample.rsrc
  19134. main.cN
  19135. ictb, Dialog ManagerOGDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ictbSample:PODev.CD Nov 00 TC Disk 1
  19136.  - Sample Code
  19137.  - Human Interface Toolbox
  19138.  - ictbSampleInternet Access software, including the Internet Scripting Addition.
  19139.  MRJ SDK
  19140. Developers working with MRJ 2.2.2 can continue to use MRJ SDK 2.2. Apple is not releasing a new MRJ SDK with MRJ 2.2.2.
  19141.  About MRJ 2.2
  19142. The release note originally provided with MRJ 2.2 appears below. Apart from the information above, this release note still 
  19143. - Common
  19144.     - Sun Compliant Java Runtime Environment 1.1
  19145.     - QuickTime 3 
  19146.     - QTJava.zip
  19147.     - QTJava media samples
  19148. - Mac OS:
  19149.     - System 8 or later
  19150.     - Macintosh Runtime for Java (MRJ) 2.1
  19151. - Windows 95, 98, or NT::
  19152.     - JRE/JDK from Sun Microsystems, Inc. recommended
  19153. QuickTime, Java, MRJandard file formats for CD-ROM discs, how they relate to the Macintosh
  19154. s native file format, and how to implement them.
  19155. How to Create a Mixed-Partition CD-ROM  by Llew Roberts.   Step-by-step instruction
  19156. s on how to mix ProDOS and HFS partitions on a hard disk for pressing as a CD-ROM, plus why you might want to do so.
  19157. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  19158. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  19159. quicktime
  19160. quicktime
  19161. 4.1.2
  19162. windows
  19163. quicktime
  19164. conferencing
  19165. quicktime
  19166. quicktime
  19167. quicktime
  19168. windows
  19169. quicktime
  19170. quicktime
  19171. tools
  19172. quicktime
  19173. quicktime
  19174. tools
  19175. 1.0b2
  19176. quickview
  19177. quickview
  19178. developer
  19179. edition
  19180. quitapps
  19181. qwertytunes
  19182. vents
  19183. events
  19184. finder
  19185. display
  19186. folder
  19187. launch
  19188. finder
  19189. scripting
  19190. window
  19191. positions
  19192. burning
  19193. finderevents
  19194. findfamilies
  19195. finding
  19196. firewire
  19197. firmware
  19198. fixed
  19199. fixed
  19200. point
  19201. rotation
  19202. translation
  19203. floating
  19204. floating
  19205. window
  19206. floppy
  19207. floppy
  19208. floppy
  19209. drive
  19210. readsector
  19211. msdos
  19212. Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:MemHell:PGDev.CD Nov 00 TC Disk 1
  19213.  - Tool Chest
  19214.  - Testing & Debugging
  19215.  - MemHellV
  19216. 65485X
  19217. Nov 00^    TC Disk 1
  19218. e    No Change
  19219.  - OTCheckNetForNBPName
  19220. Summary:  This ResEdit file contains MacsBug 'mxbm' and 'mxwt' for the .MPP, .ATP, .XPP, and .DSP AppleTalk drivers and for the PPC Toolbox.  Add these resources to MacsBug's Debugger Prefs file and you'll be able to easily trap on AppleTalk driver control calls and PPC Toolbox calls and you'll also be able to dump the parameter blocks and associated data structures used by those calls.
  19221. Networks.imgK
  19222. Feb 94N/testing, debugging, networking & communicationsO@Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:PHDev.CD Nov 00 TC Disk 1
  19223.  - Tool Chest
  19224.  - Testing & Debugging
  19225.  - Networksistent standards that encourage software developers to create application programs that look and act the same from a user
  19226. s point of view, regardless of the computer, network service, or devices being used.
  19227. Install QuickTime Conferencing
  19228. Marketing Stuff
  19229. Programming Stuff
  19230. QTC Technical Backgrounder
  19231. QuickTime Conf. - Read Me First
  19232. Using QuickTime ConferencingK
  19233. Apr 96
  19234. 68697X
  19235. Nov 99^
  19236. --set theItem to choose file -- uncomment to test in an AS editor
  19237.     tell application "Finder"
  19238.         open item "Dev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:"
  19239.         activate
  19240.     end tell
  19241. on error errMsg number errNum
  19242.     --enter statements to perform when no records are found such as...
  19243.     display dialog "Sorry, the item you selected could not be found."
  19244.     return
  19245. end try
  19246. Deletedq
  19247. Dev.CD Nov 99 TC
  19248. sD!All Packages
  19249. Tool Chest Edition
  19250. Mac OS Text Encodings
  19251.     onsO5Dev.CD Nov 00 TC Disk 1:Sample Code:Games:ISp Sample:P=Dev.CD Nov 00 TC Disk 1
  19252.  - Sample Code
  19253.  - Games
  19254.  - ISp SampleV
  19255. 67011X
  19256. Nov 00^    TC Disk 1
  19257. e    No Change
  19258. PPP Control.cp
  19259. PPP Control.rsrc
  19260. PPP Control.
  19261. PPP CSMM#OT/PPP 1.0 or higher, Control StripN;OT/PPP API, Control Strip, CSM, OT/PPP Control Strip SampleOKDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT/PPP Control Strip Sample:V
  19262. 62353X
  19263. 1e    No Change
  19264. rs or PowerPC microprocessors.You also need System 7.5 or later, a minimum of 8 MB of RAM (16 MB is strongly recommended) and at least 7 MB of free disk space.
  19265. This software is being made available to Apple Developers only and is not for public distribution. We are finishing work on MRJ 1.0.1 and the Software Development Kit (SDK) and expect to post them to <http://applejava.apple.com/> by the end of March 1997.  See the document "About this Pre-Release of MRJ" for details.
  19266. About this Pre-Release of MRJ
  19267. MRJ 1.0.1b1c2 Installer:
  19268. MRJ SDK Installer 1.0.1b1c2
  19269. Pre-Release MRJ JITC:
  19270. Updated Documentation:K
  19271. May 97OFDev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:PNDev.CD Nov 99 TC
  19272.  - What's New?
  19273.  - Development Kits
  19274.  - Mac OS Runtime for Java (multiple document interface).
  19275. mdiplayer.c
  19276. mdiplayer.dsp
  19277. mdiplayer.dsw
  19278. MDIPlayer.exe
  19279. mdiplayer.ico
  19280. mdiplayer.mak
  19281. mdiplayer.rc
  19282. movie.ico
  19283. mssccprj.scc
  19284. README.txt
  19285. resource.hV
  19286. 65483X
  19287. 1e    No Change
  19288. shop Plug-ins (Impo
  19289. O or later (3.0.1 or later recommended)
  19290. (Netscape Navigator 2.0.2 can also be used with limitations; e.g., it will not allow you to submit a PDF form, and operations such as printing PDF files from within Netscape Navigator 2.0.2 can crash your Mac.)
  19291. You may also be able to use other Web browsers that fully support the Netscape APIs.
  19292. Adobe, Acrobat, Reader, PDFth TextEdit and TextEdit-based applications, although not everything you can do with TextEdit can be done with WASTE and vice versa.
  19293. WASTE is essentially freeware, so you can use it in your programs (no matter whether freeware, sharew
  19294. Care or commercial) at no cost, but there are a couple of restrictions:
  19295. - You must add a credit line to your program
  19296. s about box and/or manual.
  19297. - I am entitled to a fully registered complimentary copy of the final product.
  19298. For the complete story, please read the Distribution & Licensing section of the WASTE Documentation.
  19299. Dec 95L
  19300. Feb 98V
  19301. 68164X
  19302. 1e    No Change
  19303. 68274X
  19304. Nov 99^
  19305. --set theItem to choose file -- uncomment to test in an AS editor
  19306.     tell application "Finder"
  19307.         open item "Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:"
  19308.         activate
  19309.     end tell
  19310. on error errMsg number errNum
  19311.     --enter statements to perform when no records are found such as...
  19312.     display dialog "Sorry, the item you selected could not be found."
  19313.     return
  19314. end try
  19315. DeletedfBAppleGlot Localization Internationalization Translation Glossariesq
  19316. Dev.CD Nov 99 TC
  19317. All Packages
  19318. AppleGlot 2.4b6
  19319. 68275X
  19320.  open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:TE Over Background:"
  19321.         activate
  19322.     end tell
  19323. on error errMsg number errNum
  19324.     --enter statements to perform when no records are found such as...
  19325.     display dialog "Sorry, the item you selected could not be found."
  19326.     return
  19327. end try
  19328. e    No Changef
  19329. TextEdit
  19330. Transparentq
  19331. Dev.CD Nov 00 TC Disk 1
  19332. All Packages
  19333. Technical PublicationsV
  19334. 68077X
  19335. Summary:  The Navigable Movie Toolkit (a HyperCard stack) is designed to assist in making Navigable Movies, QuickTime movies that offer a user-controllable view of an object or environment from a fixed point in space.  The Toolkit controls a specially configured set of off-the-shelf hardware and software in order to make Navigable Movies. The resulting movies can be played with the Navigable Movie Player included as part of the Toolkit; the Player may be included in your own stacks.
  19336.   Duri
  19337. ng playback, the user is able to control the view by click-dragging the mouse in the movie
  19338. s window; the experience is that of peering around the space, moving one
  19339. s head horizontally and/or vertically. Complete documentation is included.
  19340. Issues:  The Toolkit is the result of an investigation in ATG/Human Interface Group, and is supplied as-is. This is an update to version 1.0.1.
  19341. Aug 93d graphics problem is investigated and then solved using a custom color search procedure and 
  19342. Summary:  "Show Movie" is a small application designed to load and play movies. It demonstrates several useful features in QuickTime and ways to use them.
  19343.   -Creating a Time Base call back
  19344.   -Setting call backs based on the length of a movie.
  19345.   -Automatically closing a movie once it has finished playing
  19346.   -Making a loop within a movie.
  19347.   -Changing the rate of a movie while it is playing.
  19348.   -Slaving one movie to another.
  19349.   -Offsetting the start frame of a slave movie.
  19350.   -Delaying the start
  19351. E of a slave movie playing
  19352. It achieves the above by using Time Base call backs documented in Inside Macintosh QuickTime pages 2-335 to 2-341, 2-364
  19353. It also demonstrates
  19354.   Ways to pass data to the call backs and dispose of it once the movie has finished.
  19355.   How to create a default button on a dialog without using user items.
  19356. Jan 96
  19357. concurrently
  19358. condition
  19359. conditional
  19360. conditions
  19361. condone
  19362. conference
  19363. conferences
  19364. conferencing{
  19365. confessions{
  19366. confident{
  19367. confidential
  19368. config
  19369. configurable
  19370. configuration
  19371. configuration
  19372. dialog
  19373. configurations
  19374. configurey
  19375. configured
  19376. configures
  19377. configuringA
  19378. confines
  19379. confirm
  19380. confirmation
  19381. confirmed
  19382. conflict
  19383. conform
  19384. conforming
  19385. confused
  19386. confuses
  19387. confusing
  19388. confusion
  19389. conjunction
  19390. contentz
  19391. contentsi
  19392. context
  19393. context-sensitive
  19394. contextualy
  19395. continue_
  19396. continuing
  19397. pmtable
  19398. point
  19399. polymorphic
  19400. popup
  19401. popup
  19402. popup
  19403. utilities
  19404. porting
  19405. ports
  19406. posers
  19407. positions
  19408. posix
  19409. postscript
  19410. tscript
  19411. print
  19412. scale
  19413. postscript
  19414. print
  19415. rotate
  19416. object
  19417. prgeneral
  19418. postscript
  19419. printer
  19420. postscripthandle
  19421. postscripthandle
  19422. power
  19423. power
  19424. kiosk
  19425. nopoweroffkey
  19426. power
  19427. macintosh
  19428. debugger
  19429. power
  19430. manager
  19431. powerbook
  19432. powerbook
  19433. powerpcA
  19434. powerplant
  19435. toolboxe
  19436. ppcbrowser
  19437. pre-mixer
  19438. pre-mixer
  19439. component
  19440. vu-meter
  19441. sound
  19442. premixer
  19443. effect
  19444. preference
  19445. preferences
  19446. premixer
  19447. previews
  19448. prgeneral
  19449. print
  19450. printer
  19451. printer
  19452. current
  19453. printer
  19454. driver
  19455. multifinder
  19456. printer
  19457. driver
  19458. printing
  19459. carbon
  19460. carbon
  19461. printing
  19462. carbon
  19463. printing
  19464. manager
  19465. printing
  19466. postscript
  19467. filter
  19468. processN
  19469. process
  19470. manager
  19471. process
  19472. manager
  19473. desktop
  19474. database
  19475. finding
  19476. applications
  19477. process
  19478. manager
  19479. getnextprocess
  19480. getprocessinformatio
  19481. process
  19482. manager
  19483. appleevent
  19484. process
  19485. manager
  19486. appleevent
  19487. processes
  19488. processing
  19489. profile
  19490. profiler
  19491. program
  19492. program
  19493. linking
  19494. appleevents
  19495. guest
  19496. project
  19497. projector
  19498. promise
  19499. promisehfsflavor
  19500. property
  19501. proportional
  19502. protocol
  19503. protoviews
  19504. pstrconcat
  19505. pstrcopy
  19506. pthread
  19507. publications
  19508. putscrap
  19509. All Packages
  19510. Chinese Language KitO
  19511. Dev.CD Nov 97 TCP
  19512. Dev.CD Nov 97 TV
  19513. 68363X
  19514. Nov 97
  19515. e--set theItem to choose file -- uncomment to test in an AS editor
  19516.     tell application "Finder"
  19517.         open item "Dev.CD Nov 97 TC"
  19518.         activate
  19519.     end tell
  19520. on error errMsg number errNum
  19521.     --enter statements to perform when no records are found such as...
  19522.     display dialog "Sorry, the item you selected could not be found."
  19523.     return
  19524. end try
  19525. All Packages
  19526. Chinese Language KitO
  19527. Dev.CD May 98 TCP
  19528. Dev.CD May 98 TV
  19529. 68364X
  19530. May 98
  19531. e--set theItem to choose file -- uncomment to test in an AS editor
  19532.     tell application "Finder"
  19533.         open item "Dev.CD May 98 TC"
  19534.         activate
  19535.     end tell
  19536. on error errMsg number errNum
  19537.     --enter statements to perform when no records are found such as...
  19538.     display dialog "Sorry, the item you selected could not be found."
  19539.     return
  19540. end try
  19541. All Packages
  19542. Chinese Language Kit UpdaterV
  19543. 68365X
  19544. inputting
  19545. inquiry
  19546. insanely
  19547. inscript
  19548. insensitivity
  19549. insert
  19550. inserted
  19551. insertion
  19552. insertmenu/popupmenu
  19553. inside`
  19554. inside
  19555. macintosh
  19556. movie
  19557. toolbox
  19558. sample
  19559. insidemac
  19560. installment
  19561. installsf
  19562. instance
  19563. instances
  19564. instantly
  19565. instead
  19566. instruction
  19567. instructional
  19568. instructions_
  19569. insure
  19570. int'l
  19571. integer
  19572. integral
  19573. integrate
  19574. integrated
  19575. integrates
  19576. integrating
  19577. integrating
  19578. computer-based
  19579. media
  19580. broadcast
  19581. environment
  19582. integration
  19583. e    No Change
  19584. 68479X
  19585. Jan 00^
  19586. --set theItem to choose file -- uncomment to test in an AS editor
  19587.     tell application "Finder"
  19588.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:"
  19589.         activate
  19590.     end tell
  19591. on error errMsg number errNum
  19592.     --enter statements to perform when no records are found such as...
  19593.     display dialog "Sorry, the item you selected could not be found."
  19594.     return
  19595. end try
  19596. e    No Change
  19597. o.http://developer.apple.com/techpubs/index.html
  19598.  theItem to choose file -- uncomment to test in an AS editor
  19599.     tell application "Finder"
  19600.         open item "Dev.CD Aug 96 TC"
  19601.         activate
  19602.     end tell
  19603. on error errMsg number errNum
  19604.     --enter statements to perform when no records are found such as...
  19605.     display dialog "Sorry, the item you selected could not be found."
  19606.     return
  19607. end try
  19608. All Packages
  19609. QuickDraw GXO
  19610. Dev.CD Aug 96 TCP
  19611. Dev.CD Aug 96 TV
  19612. 67479X
  19613. picker
  19614. picts
  19615. pictdocument
  19616. pictdocument
  19617. pictdocument
  19618. pictfile
  19619. pictfile
  19620. pictfile
  19621. pictfile
  19622. pictinfotest
  19623. pictinfotest
  19624. pictoid
  19625. pictoid
  19626. picttoclip
  19627. picttoclip
  19628. pippin
  19629. pippin
  19630. authentication
  19631. pippin
  19632. flash
  19633. access
  19634. pippin
  19635. launch
  19636. pippin
  19637. standard
  19638. pippin
  19639. startup
  19640. process
  19641. pippin
  19642. video
  19643. pippinfinder
  19644. pitfalls
  19645. pixel
  19646. pixmap2pixpat2ppat
  19647. pixmap2pixpat2ppat
  19648. pixmap2pixpat2ppat
  19649. pixmap2pixpat2ppat
  19650. pixmap2pixpat2ppat
  19651. place
  19652. place
  19653. extensions
  19654. folder
  19655. platformsQ
  19656. 68231X
  19657. Dec 99^
  19658. --set theItem to choose file -- uncomment to test in an AS editor
  19659.     tell application "Finder"
  19660.         open item "Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:"
  19661.         activate
  19662.     end tell
  19663. on error errMsg number errNum
  19664.     --enter statements to perform when no records are found such as...
  19665.     display dialog "Sorry, the item you selected could not be found."
  19666.     return
  19667. end try
  19668. Deletedq
  19669. Dev.CD Dec 99 RL
  19670. All Packages
  19671. AE Interaction Sample
  19672. 3This sample provides an interractive demonstration of what the different Apple event Manager interraction levels mean at the user level.  Specifically this sample illustrates what it means when you provide one of the constants kAENeverInteract, kAECanInteract, or kAEAlwaysInteract as a parameter to AESend.
  19673. JwRead Me 
  19674.  Interaction Sample
  19675. Receiver
  19676. Receiver.mcp
  19677. Receiver.rsrc
  19678. reciever.c
  19679. Sender(PPC)
  19680. sender.c
  19681. Sender.mcp
  19682. Sender.rsrcM
  19683. System 7.0N+AppleEvent, interaction, AEInteractWithUser
  19684. accelerating
  19685. accelerationP
  19686. accelerator{
  19687. accent
  19688. accented
  19689. accept
  19690. accepted
  19691. accepting
  19692. accepts
  19693. accesory
  19694. accessA
  19695. ofiler.
  19696. * Power Macintos
  19697. h 9500, 8500, 8100, 7600, 7500, 7200, 7100, 6100, 5400, 5300 and 5200 series.
  19698. * PowerBook 5300, 2300 and 190 series. 
  19699. * Macintosh Performa 6300, 6200, 6100, 5300 and 5200 series.
  19700. Apple System Profiler will only install on the computers listed above. Do NOT attempt to install iton any other computers.
  19701. Installation instructions:
  19702. 1. Locate the Apple System Profiler Installer. It is in the same folder as this document.
  19703. 2. Double-click on the Apple System Profiler Installer application. 
  19704. ce binding library with no code implementation behind it. The Display Manager glue library is needed to provide runtime code to access the Display Manager 2.0 features.
  19705. A runtime library called "Display Library" which contains the PowerPC glue code to use the Display Manager 2.0 API  (the InterfaceLib contains the Display Manager 1.0 glue code). The Display Library is built into system 7.5.3 and later systems. To make use if the Display Manger 2.0 features from PowerPC code while  running
  19706.  System 7.1.2 through 7.5.2 you must have the "Display Library" file within the Code Fragment Manager search path - in the same directory as the application or in the extensions folder.
  19707. Application Sample Code. This sample code will build a FAT application - an application that contains 68K code in code resources in the resource fork and PowerPC code in a PEF container in the data fork. You must build the 68K side of the app first since it is included in the PowerPC project for building t
  19708. SimpleCocoaApp
  19709. SimpleCocoaApp is a small application that is meant to show some of the cool things you can do with Objective-C and Cocoa. 
  19710. For more in-depth learning resources, take a look at the /Developer/Documentation/Cocoa folder. This application displays different "Hello Cocoa" dialogs to the user based upon radio-button and PopUp menu selections. The user can change which hello message is sent by selecting a different radio button. The user can change which Hello object receives the message by chB
  19711. anging the PopUp menu selection. The dynamic nature of the Objective-C runtime and the power of Cocoa help make this "on-the-fly" code-swapping possible and the GUI easy to program.
  19712. .DS_Store
  19713. build
  19714. English.lproj
  19715. Hello1.h
  19716. Hello1.m
  19717. Hello2.h
  19718. Hello2.m
  19719. HelloController.h
  19720. HelloController.m
  19721. main.m
  19722. ReadMe.html
  19723. SimpleCocoaApp.gif
  19724. SimpleCocoaApp.pbprojK
  19725. Nov 00M@MacOSX Public Beta, Project Builder v41 (Public Beta) or greaterMyComponentRoutines.hM    QuickTimeN
  19726. QuickTime, component
  19727. .JsCLUTBuilder.c
  19728. CLUTBuilder.h
  19729. CollectPictColors(PPC)
  19730. CollectPictColors.c
  19731. CollectPictColors.mcp
  19732. CollectPictColors.rsrcM
  19733. Color QuickDrawN$CollectColors, PICT, KnowsPICT, CLUTOBDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CollectPictColors:PJDev.CD Nov 00 TC Disk 1
  19734.  - Sample Code
  19735.  - Graphics 2D
  19736.  - CollectPictColorsV
  19737. 68373X
  19738. Nov 00^    TC Disk 1
  19739. --set theItem to choose file -- uncomment to test in an AS editor
  19740.     tell application "Finder"
  19741.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CollectPictColors:"
  19742.         activate
  19743.     end tell
  19744. on error errMsg number errNum
  19745.     --enter statements to perform when no records are found such as...
  19746.     display dialog "Sorry, the item you selected could not be found."
  19747.     return
  19748. end try
  19749. e    No Changef!CollectColors
  19750. KnowsPICT
  19751. CLUTq
  19752. Dev.CD Nov 00 TC Disk 1
  19753. All Packages
  19754. Color Locator DA
  19755. 68374X
  19756. sampletextconverter
  19757. sampleutils
  19758. sampleutils
  19759. sampleutils
  19760. samplewindows
  19761. samplewindows
  19762. samplewindows
  19763. print
  19764. record
  19765. print
  19766. record
  19767. saveaprintrecord
  19768. saveaprintrecord
  19769. saveaprintrecord
  19770. saveboardimage
  19771. saveboardimage
  19772. savemenu
  19773. savepictfile
  19774. savepictfile
  19775. savepictfile
  19776. savepictfile
  19777. saytext
  19778. saytext
  19779. sbarcdef
  19780. sbarcdef
  19781. scalable
  19782. scalable
  19783. scalablepostscript
  19784. scalablepostscript
  19785. scalablepostscriptpi
  19786. scalablepostscriptpi
  19787. scaling
  19788. scanx
  19789. image
  19790. scannerx
  19791. scanner
  19792. addendumx
  19793. scanner
  19794. scannersx
  19795. package
  19796. rocessor is running. This works around an off-by-one error with gestaltNativeCPUType.
  19797. J4PowerMacOr68k(PPC)
  19798. PowerMacOr68K.c
  19799. PowerMacOr68k.mcpOJDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PowerMacOr68k:PRDev.CD Nov 00 TC Disk 1
  19800.  - Sample Code
  19801.  - Human Interface Toolbox
  19802.  - PowerMacOr68kd money in th
  19803. e localization process. Now you can translate all resources that contain standard MacOS terminology automatically.
  19804.  Your localized products will be more consistent with the translated MacOS. 
  19805.  To look up a specific term easily, we have provided the Glossaries as ClarisWorks spreadsheet (SS) tables. You can find these in the folder "Apple Glossaries (SS)".
  19806.  To import the Glossaries into other spreadsheets or databases, we have also provided them as tab-delimited text files. You can find 
  19807. OIDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:EditTextCdev:PQDev.CD Nov 00 TC Disk 1
  19808.  - Sample Code
  19809.  - Human Interface Toolbox
  19810.  - EditTextCdevV
  19811. 68525X
  19812. Nov 00^    TC Disk 1
  19813. --set theItem to choose file -- uncomment to test in an AS editor
  19814.     tell application "Finder"
  19815.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:EditTextCdev:"
  19816.         activate
  19817.     end tell
  19818. on error errMsg number errNum
  19819.     --enter statements to perform when no records are found such as...
  19820.     display dialog "Sorry, the item you selected could not be found."
  19821.     return
  19822. end try
  19823. e    No Changef
  19824. textq
  19825. Dev.CD Nov 00 TC Disk 1
  19826. All Packages
  19827. EenieI
  19828. Eenie - example MacApp program of how to use the Dependency mechanism
  19829. and Adorners. Also shows how to use the new View format with defining
  19830. customized cursors over views.V
  19831. 68526X
  19832. 1e    No Change
  19833. software
  19834. system
  19835. system
  19836. software
  19837. edition
  19838. toolP
  19839. chest
  19840. editionP
  19841. Vdispose of it once the movie has finished.
  19842.   How to create a default button on a dialog without using user items.
  19843. Jan 96
  19844. This survival guide is part 2 in a series regarding WebObjects Connecting to a Database.  Relationships are a very convenient, very powerful mechanism for traversing related tables in the database without constructing a separate qualifier and fetchSpecification each time. The use of referential integrity rules ensures that the data stored in the database does not become "dirty" or corrupted as records are added and deleted to the database. Additional validation and reformatting of data bef
  19845. Eore it is saved to the database by a single set of classes also helps keep the data "pure". A developer need not worry about all the validation rules if a new form is to be added to the application -if the framework used by the application is set up to perform the validation and formatting instead of the application itself.
  19846. Jul 98
  19847. editor
  19848. resedit
  19849. editor
  19850. notes
  19851. samples
  19852. codec
  19853. codecdispatch
  19854. codecs
  19855. codectestmain
  19856. codectestmain
  19857. codectestmain
  19858. codecversion
  19859. codewarrior
  19860. codewarrior
  19861. projects
  19862. codewarrior
  19863. coerceprgeneral
  19864. coerceprgeneral
  19865. coercionc
  19866. coercionsf
  19867. Included are the AURP calls to and from the atlk resource; some clues about the adev resource calls from the Apple Internet Router management app
  19868. lication, Router Manager; and hints on using the XTI (X/Open Transport Interface) Shell sample code. The XTI Shell sample code provides a base for writing an AURP adev over XTI and explicit instructions on how to modify it to implement your link.
  19869. Apple Internet Router: Extending IP Tunnel and DialUp
  19870. --------------------------------------
  19871. This document provides information needed to enhance the AppleTalk/IP Wide Area Extension (IP Tunnel adev) and the DialUp adev to support your MacTCP mde
  19872. --set theItem to choose file -- uncomment to test in an AS editor
  19873.     tell application "Finder"
  19874.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:ModifyMouseAccl:"
  19875.         activate
  19876.     end tell
  19877. on error errMsg number errNum
  19878.     --enter statements to perform when no records are found such as...
  19879.     display dialog "Sorry, the item you selected could not be found."
  19880.     return
  19881. end try
  19882. *distributors/localizers
  19883. Spain*distributors/localizers
  19884. Sweden*distributors/localizers
  19885. Switz.*distributors/localizers
  19886. UK/EIRE*distributors/localizers
  19887. Jul 94M
  19888. Adobe Acrobat Reader.O`Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:PhDev.CD May 98 TC
  19889.  - Programs & Marketing
  19890.  - Market & Distribution Guides
  19891.  - Euro Distributors/LocalizersV
  19892. 66905X
  19893. May 98^
  19894. PostScriptHandleDemo.rsrc
  19895. PrintComments.p
  19896. PS Text
  19897. PSHdlDemo.pOBDev.CD Nov 00 TC Disk 2:Sample Code:Printing:PostScriptHandleDemo:V
  19898. 65646X
  19899. 1e    No Change
  19900. contacting
  19901. contacts
  19902. containT
  19903. contained
  19904. container
  19905. profile
  19906. image
  19907. specified
  19908. image's@
  19909. enhancements@
  19910. european@
  19911. evenbetterbuserror@
  19912. event@
  19913. everything@
  19914. exists@
  19915. explored@
  19916. external@
  19917. faceless@
  19918. falkenburg@
  19919. features
  19920. includes
  19921. demonstration
  19922. documentation
  19923. complete@
  19924. fileinfo@
  19925. final@
  19926. finds@
  19927. fixing@
  19928. focus@
  19929. folders@
  19930. years
  19931. multimedia
  19932. developers
  19933. regarded
  19934. equilibrium's
  19935. forbidden@
  19936. formatted@
  19937. frame@
  19938. frontier@
  19939. gelphman@
  19940. getting/setting@
  19941. glance@
  19942. gory@
  19943. graphic@
  19944. grown@
  19945. happen@
  19946. having@
  19947. here's@
  19948. hints@
  19949. however@
  19950. html@
  19951. http@
  19952. illustrates@
  19953. implementation@
  19954. window
  19955. arrangement
  19956. window
  19957. attributes
  19958. window
  19959. class
  19960. window
  19961. classes
  19962. window
  19963. layers
  19964. window
  19965. manager
  19966. window
  19967. positions
  19968. windows
  19969. windows
  19970. wired
  19971. wombat
  19972. workgroup
  19973. workgroup
  19974. server
  19975. working
  19976. workstation
  19977. world
  19978. world
  19979. worldscript
  19980. wrapper
  19981. writerk
  19982. writeswell
  19983. writing
  19984. services
  19985. yellow
  19986. yellow
  19987. yellow
  19988. zanzibar
  19989. zaptcp
  19990. zeroscrap
  19991. zones
  19992. zoomtowindowdevice
  19993. --set theItem to choose file -- uncomment to test in an AS editor
  19994.     tell application "Finder"
  19995.         open item "Dev.CD Apr 94
  19996. Dev.CD Jan 94
  19997. Dev.CD Oct 93
  19998. Dev.CD Jul 93
  19999. Dev.CD Apr 93"
  20000.         activate
  20001.     end tell
  20002. on error errMsg number errNum
  20003.     --enter statements to perform when no records are found such as...
  20004.     display dialog "Sorry, the item you selected could not be found."
  20005.     return
  20006. end try
  20007. olaschek
  20008. polished
  20009. polyhedral
  20010. polymorphic
  20011. polymorphism
  20012. pop-up
  20013. popular{
  20014. populatey
  20015. popupy
  20016. popupcdef
  20017. popupclicks
  20018. popupfuncs
  20019. popupmenuselect
  20020. popupmenuselectwithc
  20021. popupmenuselectwithc
  20022. demonstrates
  20023. which
  20024. memory
  20025. globals
  20026. popupmenuwithcurfont
  20027. popups
  20028. portU
  20029. SpriteWorld is a collection of routines Mac programmers can use to implement smooth, fast sprite animation in games and other applications. 
  20030. SpriteWorld 2 is an updated and reworked version of the original SpriteWorld, which was written by Tony Myles in 1993-94. SpriteWorld 2 was written primarily by Karl Bunker, Vern Jensen, and Anders Bj
  20031. rklund.  Please see the <a href="http://www.spriteworld.org/">SpriteWorld web page</a> for further information.
  20032. SpriteWorld provides a powerful and ex
  20033. tensive set of routines for animation. Some of its features include pixel-precise collision detection, an unlimited size and number of sprites, special effects via. custom blitters, fast scrolling, and much more. These features lend themselves to the creation of nearly any kind of 2D game, although action games benefit in particular, as SpriteWorld's routines are highly optimized for speed. SpriteWorld comes with complete source code in C, so you can study the code to gain a further unders
  20034. analyzej
  20035. analyzer
  20036. analyzing
  20037. change
  20038. deleted@
  20039. package@
  20040. change@
  20041. package@
  20042. updated@
  20043. addresmenu@
  20044. aegizmos@
  20045. appearance@
  20046. apple
  20047. detectors@
  20048. apple
  20049. guide@
  20050. appletalk
  20051. area@
  20052. foreground
  20053. color@
  20054. getcontrolmaximum@
  20055. grid@
  20056. handles@
  20057. icons@
  20058. interrupt@
  20059. macintosh
  20060. coprocessor
  20061. platform@
  20062. mutable
  20063. string@
  20064. panel@
  20065. card@
  20066. profile
  20067. specification@
  20068. property
  20069. list@
  20070. recordable@
  20071. rssc@
  20072. setting@
  20073. stdbits@
  20074. summary@
  20075. toolkit@
  20076. utilities@
  20077. webobjects@
  20078. window
  20079. arrangement@
  20080. FinderLaunch.c
  20081. FinderLaunch.h
  20082. FinderLaunch.prj
  20083. MakeFile
  20084. MPWTool
  20085. ReadMe
  20086. TestFinderLaunch
  20087. TestFinderLaunch.c
  20088. TestFinderLaunch.h
  20089. TestFinderLaunch.r
  20090. TestFinderLaunch.rsrcK
  20091. Nov 99M.Mac OS with the Apple Event Manager installed.N$Finder, open, display folder, launchOGDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:FinderLaunch:PODev.CD Nov 00 TC Disk 1
  20092.  - Sample Code
  20093.  - Interapplication Comm
  20094.  - FinderLaunchV
  20095. 68543X
  20096. Nov 00^    TC Disk 1
  20097. --set theItem to choose file -- uncomment to test in an AS editor
  20098.     tell application "Finder"
  20099.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:FinderLaunch:"
  20100.         activate
  20101.     end tell
  20102. on error errMsg number errNum
  20103.     --enter statements to perform when no records are found such as...
  20104.     display dialog "Sorry, the item you selected could not be found."
  20105.     return
  20106. end try
  20107. e    No Changef!Finder
  20108. display folder
  20109. launchq
  20110. Dev.CD Nov 00 TC Disk 1
  20111. All Packages
  20112. FindFamilies
  20113. 68544X
  20114. change
  20115. empty
  20116. engine
  20117. empty
  20118. engine
  20119. emptyengine
  20120. emptyengine
  20121. tion provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  20122. Dev.CD Nov 00 TC Disk 1
  20123. All Packages
  20124. SCSI DriveID SampleImSCSI DriveID is a simple sample that shows how driver number, drive ID, and SCSI Device ID are inter-related.J
  20125. AsyncSCSIPresent.c
  20126. SCSI DriveIDSample(PPC)
  20127. SCSI DriveIDSample.mcp
  20128. SCSIDriveIDSample.c
  20129. ShowAllDriveQueueElements.c
  20130. ShowAllMountedVolumeNames.c
  20131. ShowRegisteredSCSIDevices.c
  20132. ShowSCSIDeviceIdent.c
  20133. ShowSystemVolumeID.cM
  20134. SCSI Manager 4.3N.SCSI, SCSI Manager, asynchronous, SCSI DriveIDORDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI DriveID Sample:P]Dev.CD Nov 00 TC Disk 1
  20135.  - Sample Code
  20136.  - Devices and Hardware
  20137.  - SCSI
  20138.  - SCSI DriveID SampleV
  20139. 69262X
  20140. Nov 00^    TC Disk 1
  20141. e    No Change
  20142. All Packages
  20143. CD-ROM Validator 1.1IRSummary: Validator is a utility for testing for High Sierra/ISO 9660 compliance.  JBValidator 1.11
  20144. Validator documentation
  20145. Validator documentation.txtK
  20146. Vol IIIL
  20147. Vol VIIOGDev.CD Nov 00 TC Disk 1:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:V
  20148. 65098X
  20149. 1e    No Change
  20150. is snippet shows how to create and install your  own custom search procedure.  In this example, the searchProc performs RGB color separation.
  20151. SeedCFill Example:  This snippet shows how to use the SeedCFill routine.
  20152. Snapshot:  This program demonstrates how to easily capture the main screen's desktop image into your own window.
  20153. TE Over Background:  This sample shows how to use TextEdit over a background GWorld without those nasty white patches. The trick is to patch the bottlenecks for th
  20154. e port so that when TextEdit erases it just copies your bits rather than erasing.
  20155. Thumbnail Test:  a routine to illustrate the use of copybits to generate thumbnail images
  20156. TickAnimate:  Sample of how to use ticks to synchronize drawing to the screen.
  20157. TranslateRotate:  This MPW Tool demonstrates the use of the Fixed and Frac types to perform simple 2D translation and rotation.
  20158. txRatio PICT:  Creates a PICT file with a PICT containing the txRatio opcode.  Someone wanted such a picture, s
  20159. survival
  20160. guide
  20161. javadrawing
  20162. javadrawing
  20163. javaqtanimation
  20164. javaqtanimation
  20165. jbindery2.0
  20166. jbinderyhtml
  20167. jdirect
  20168. jdirect
  20169. mouse
  20170. jdirectmouse
  20171. jdirectmouse
  20172. jdirecttalker
  20173. jdirecttalker
  20174. jdirecttalker
  20175. preview
  20176. component
  20177. translator
  20178. helper
  20179. helper
  20180. helper
  20181. sample
  20182. jpegsample68k
  20183. jqtanim
  20184. jsaver
  20185. jsaver
  20186. jumps
  20187. jumps
  20188. finder
  20189. finder
  20190. finder
  20191. finder
  20192. justify
  20193. kcapapp
  20194. kcapapp
  20195. kcapapp
  20196. kcapapp
  20197. kcapapp
  20198. mappings
  20199. keyboard
  20200. ACI2.5
  20201. ACIReference
  20202. aoceapi
  20203. aocesam
  20204. AppleGuide
  20205. AppleScriptFind
  20206. Cyberdog
  20207. CyberdogAddendum
  20208. Devices
  20209. Files
  20210. GXEnvironment
  20211. GXGraphics
  20212. GXObjects
  20213. GXOverview
  20214. GXPrintDrivers
  20215. GXPrinting
  20216. GXTypography
  20217. HIGOS8Guide
  20218. HIGuidelines
  20219. index.gif
  20220. indexg.gif
  20221. JBindery2.0
  20222. jbinderyhtml
  20223. jman2.0
  20224. jmanhtml
  20225. macappclassmeth
  20226. MacAppProgGuide
  20227. Memory
  20228. MoreToolbox
  20229. Networking
  20230. NetworkingOT
  20231. ODClassRef
  20232. ODCookbook
  20233. ODProgGuide
  20234. ODUpdates
  20235. OSUtilities
  20236. PPCNumerics
  20237. PPCSoftware
  20238. Processes
  20239. QuickDraw
  20240. QuickDraw3D
  20241. QuickDrawBt3DRAVE
  20242. resedit
  20243. runtimehtml
  20244. scriptingadditions
  20245. Sound
  20246. speechrecogmgr
  20247. Sprockets
  20248. Telephony
  20249. TextEncodingCMgr
  20250. Toolbox
  20251. determine
  20252. determining
  20253. devanagari
  20254. developb
  20255. Fe    No Changef-documentation
  20256. manuals
  20257. style
  20258. usage
  20259. style guideo.http://developer.apple.com/techpubs/index.htmlq
  20260. Dev.CD Sep 00 RL Disk 1
  20261. GD!All Packages
  20262. Mac OS SDK Edition
  20263. Apple Shared Library Manager
  20264. Summary: ASLM 2.0.1 is a bug fix release for ASLM 2.0.  The major change is to support PowerPC ASLM on the Performa 52xx, 53xx, 62xx and 63xx CPU's. Refer to the Change History document for more detailed information regarding the bug fixes to this release.
  20265. Features: ASLM 2.0.1 Installer, the licensing disk, and software development SDK.
  20266. Issues: All ASLM libraries must be created with the MPW programming environment.
  20267. ASLM 2.0.1 Licensing Disk:
  20268. ASLM Debugging Tools:
  20269. ASLM Developer Tools:
  20270. ASLM Documentation:
  20271. ASLM Examples:
  20272. ASLM Installer:
  20273. ASLM Installer.image
  20274. ASLM SymFiles:
  20275. Change History
  20276. Change History (old)
  20277. CodeWarrior Read Me!
  20278. Release NotesK
  20279. Mar 95L
  20280. Jan 97M
  20281. System 6.0.7 or greater.K1:Development Kits:Mac OS:Apple Shared Library Manager:V
  20282. 68270X
  20283. Deleted
  20284. photo
  20285. HyperCard. The source code and the demo stack will get you going.
  20286. UserFunction Gestalt:  This snippet is for Installer scripters.  The UserChkGestaltFunction provides an alternative to the CheckGestalt clause which requires that the scripter provide all possible matches to the results of the Gestalt call.  With the User Function, the script writer can simply check for the existence of a gestalt selector, without having to worry about it's return values.
  20287. Windoid:  Windoid is a MacApp 3.0 G?sample, which shows how to construct tear-off floating windows.
  20288. Communications Toolbox
  20289. Contributed
  20290. Devices and Hardware
  20291. Files
  20292. Games
  20293. Graphics 2D
  20294. Graphics 3D
  20295. Help Systems
  20296. Human Interface Toolbox
  20297. Interapplication Comm
  20298. Memory
  20299. Networking
  20300. OS Utilities
  20301. Overview
  20302. Platforms and Tools
  20303. Printing
  20304. Processes
  20305. QuickTime
  20306. Runtime Architecture
  20307. Sound
  20308. Nov 94L
  20309. May 95O
  20310. Dev.CD Nov 99 TC:Sample Code:P
  20311. Dev.CD Nov 99 TC
  20312.  - Sample Codehttp://developer.apple.com/sdk/
  20313. 63550X
  20314. e    No ChangefIfile copy
  20315. folder copy
  20316. HFS Plus APIs
  20317. multiprocessor File Manager accessq
  20318. Dev.CD Nov 00 TC Disk 1
  20319. All Packages
  20320. MPHelloWorld (Pascal)
  20321. ;Summary: DayStar Digital and Apple Computer, Inc. have designed a multiprocessing, multitasking, applications programming interface, the Multiprocessing API (MP API), for use in a new generation for PowerPC-based Mac OS multiprocessing systems. This is a Pascal version of the MP Sample code included with this SDK.
  20322. JFhelloWorld.rsrc
  20323. MPHelloWorld (Pascal)
  20324. MPHelloWorld (Pascal).
  20325. sources:K
  20326. Feb 97M2the MP library, but does not require a MP machine.N
  20327. Multi-processing,  MP PascalO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  20328.  - Sample CodeV
  20329. 68775X
  20330. Aug 00^    TC Disk 2
  20331. Deleted
  20332. icl8' resource.  Only the first 20 columns of the first 20 rows of the 'icl8' image is used.
  20333. Updated
  20334.  - Human Interface Toolbox
  20335.  - OpenWindowV
  20336. 62348X
  20337. Nov 00^    TC Disk 1
  20338. e    No Change
  20339. 1e    No Change
  20340. interrupt
  20341. interrupt
  20342. introduction
  20343. invert
  20344. investment
  20345. iostreams
  20346. gatewayT
  20347. sample
  20348. iso9660
  20349. items
  20350. japanese
  20351. getmouse
  20352. mouseevent
  20353. jdirect
  20354. native
  20355. mouse
  20356. location
  20357. tutorial
  20358. jbindery
  20359. dable
  20360. bundle
  20361. loading
  20362. loadscrap
  20363. locales
  20364. localization
  20365. localized
  20366. localized
  20367. strings
  20368. location
  20369. location
  20370. manager
  20371. space
  20372. lproj
  20373. macapp
  20374. machine
  20375. machine
  20376. identification
  20377. macintoshR
  20378. ew Package
  20379. - Mac OS
  20380.  - Control Strip
  20381. e    No Changeq
  20382. Dev.CD Nov 00 TC Disk 1
  20383. All Packages
  20384. Modal TextEdit
  20385. This snippet shows the steps necessary to implement a scrolling, editable text field in a dialog.  It may be desirable to use this technique when a text field in a dialog window may contain more than 256 characters or when a text field in a dialog window may contain styled text.
  20386. J@main.c
  20387. Modal TextEdit(PPC)
  20388. Modal TextEdit.mcp
  20389. modalTextEdit.rsrcOKDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Modal TextEdit:PSDev.CD Nov 00 TC Disk 1
  20390.  - Sample Code
  20391.  - Human Interface Toolbox
  20392.  - Modal TextEditV
  20393. 68750X
  20394. Nov 00^    TC Disk 1
  20395. e    No Change
  20396. p and FSM.a -- The Universal InteTalk routing protocols. It is useful for reference, and it provides information router developers need to implement AURP.
  20397. Apple Internet Router: User-Interface Extensions to the adev File
  20398. ---------------------------------------------
  20399. This document provides information needed to support the new adev resource calls. (An ade
  20400. All Packages
  20401. F    PowerTalkO
  20402. Dev.CD Apr 95
  20403. Dev.CD Jan 95P
  20404. Dev.CD Apr 95
  20405. Dev.CD Jan 9V
  20406. 68911X
  20407. Apr 95
  20408. p--set theItem to choose file -- uncomment to test in an AS editor
  20409.     tell application "Finder"
  20410.         open item "Dev.CD Apr 95
  20411. Dev.CD Jan 95"
  20412.         activate
  20413.     end tell
  20414. on error errMsg number errNum
  20415.     --enter statements to perform when no records are found such as...
  20416.     display dialog "Sorry, the item you selected could not be found."
  20417.     return
  20418. end try
  20419. All Packages
  20420. F    PowerTalkO
  20421. Dev.CD Apr 95P
  20422. Dev.CD Apr 9V
  20423. 68912X
  20424. Apr 95
  20425. b--set theItem to choose file -- uncomment to test in an AS editor
  20426.     tell application "Finder"
  20427.         open item "Dev.CD Apr 95"
  20428.         activate
  20429.     end tell
  20430. on error errMsg number errNum
  20431.     --enter statements to perform when no records are found such as...
  20432.     display dialog "Sorry, the item you selected could not be found."
  20433.     return
  20434. end try
  20435. All Packages
  20436. F    PowerTalkO
  20437. Dev.CD Apr 95V
  20438. 68913X
  20439. developed
  20440. developerS
  20441. developer
  20442. preview
  20443. documentation
  20444. developer's
  20445. developer/documentat
  20446. developersT
  20447. Summary:  Macintosh Developer Notes, published on the Developer CD, contain over 700 pages of system software information not presently covered in Inside Macintosh.  Software developers seldom look for this type of information in the Macintosh Developer Notes because they assume that the notes are hardware specific. This is not a good assumption; developer notes do include detailed information on new system software APIs. To help you access this information more readily, we have compiled aBsn Acrobat document with links to specific chapters in the developer notes that are cataloged as software documents.
  20448. JQDisplay Device Driver Guide
  20449. Mac OS Runtime Architectures
  20450. Read Me - Other SSW DocsK
  20451. Mar 95O@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  20452.  - Technical Documentation
  20453.  - More SSW Documentation
  20454. Apr 99ound."
  20455.     return
  20456. end try
  20457. All Packages
  20458. PowerTalk (PPC)O
  20459. Dev.CD Oct 94P
  20460. Dev.CD Oct 9V
  20461. 65678X
  20462. Oct 94
  20463. changeA
  20464. DeskPat:  This snippet how you can  access the "Desktop Pattern" and the "Set Utilities Pattern" pattern. (This pattern is set by holding down the option key in the Desktop Patterns Control Panel.) This control panel uses resources of type 'ppat' to store this pattern. The `ppat' resource is stored in the System file in your System Folder; the desktop pattern has an ID of 16 and the utilities pattern has an ID of 42. Since this is not documented, it could be subjec96|
  20465. architectures
  20466. archivez
  20467. archivecontent
  20468. archivecontent
  20469. archivedV
  20470. arperations
  20471. arperations
  20472. arperations
  20473. arpsample
  20474. arpsample
  20475. arpsample
  20476. arpsampleshell
  20477. arpsampleshell
  20478. artwork
  20479. authenticator
  20480. authenticator
  20481. authenticator
  20482. market
  20483. guide
  20484. asian
  20485.     tell application "Finder"
  20486.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ItemHider:"
  20487.         activate
  20488.     end tell
  20489. on error errMsg number errNum
  20490.     --enter statements to perform when no records are found such as...
  20491.     display dialog "Sorry, the item you selected could not be found."
  20492.     return
  20493. end try
  20494. e    No Changef
  20495. Hideq
  20496. Dev.CD Nov 00 TC Disk 1
  20497. All Packages
  20498. Ivy 1.0fc1
  20499. 67013X
  20500. ode:Graphics 3D:OpenGL DrawSprocket:t
  20501. 60325X
  20502. Moved
  20503. sighyper
  20504. hytime
  20505. snarfer
  20506. snarfer
  20507. snarfer
  20508. user's
  20509. guide
  20510. sound
  20511. manager
  20512. fully
  20513. usual
  20514. readme
  20515. think
  20516. think
  20517. pascal
  20518. files
  20519. thisV
  20520. threaded
  20521. threadedprogress
  20522. threadedprogress
  20523. threedmetafile
  20524. threedmetafile
  20525. threedmetafile
  20526. threedmetafile
  20527. tim's
  20528. tim's
  20529. libraries
  20530. timecodes
  20531. title
  20532. tlightgrayadorner
  20533. tlightgrayadorner
  20534. tlightgrayadorner
  20535. tmlrules
  20536. tmlrules
  20537. tn120
  20538. tn120
  20539. gworld
  20540. tn91testcode
  20541. tn91testcode
  20542. tn91testcode
  20543. tnetworkstream
  20544. tnetworkstream
  20545. tnetworkstream
  20546. opicsS
  20547. 69271X
  20548. Oct 00^
  20549. --set theItem to choose file -- uncomment to test in an AS editor
  20550.     tell application "Finder"
  20551.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Security SDK:"
  20552.         activate
  20553.     end tell
  20554. on error errMsg number errNum
  20555.     --enter statements to perform when no records are found such as...
  20556.     display dialog "Sorry, the item you selected could not be found."
  20557.     return
  20558. end try
  20559. e    No Changef-Keychain
  20560. URL Access
  20561. Cryptography
  20562. File Signingq
  20563. Dev.CD Oct 00 SDK1
  20564. All Packages
  20565. Sedit 1.0b3I
  20566. Summary: Sedit is a SCSI device editor  and general purpose SCSI utility.  It talks to any device on the SCSI bus.  It can function as a block editor; much like Fedit.  It also allows you to send SCSI commands directly out to any SCSI device.  J$Sedit
  20567. Sedit Documentation
  20568. Template.rK
  20569. Vol IIIL
  20570. Vol VIIO<Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:SCSI:Sedit 1.0b3:V
  20571. 69272X
  20572. 1e    No Change
  20573. Wd your OpenGL cont
  20574. Concordia is a menu definition procedure (MDEF) that replaces the  standard text MDEF (MDEF 0).  It does everything that the standard MDEF does except color and displaying small icon resources (sicns).  It will display the shrunken icons that MultiFinder uses.  The main differences between my MDEF and the standard MDEF is that it has proportional menu scrolling, scrolling arrows that appear quite differently from the  standard ones, more consistent spacing between menu items and the edges 
  20575. of the menu, and the arrow icons are stored as resources rather than being hard-coded into the MDEF.
  20576. Proportional scrolling means that the farther you drag the mouse into the scroll arrow of the menu, the faster the menu scrolls.  If you have the mouse only one pixel into the scroll arrow, the menu will only scroll one pixel at a time.
  20577. ll have to paste the sicn resources for the arrow icons into the System file for the sample MDEF to find them.
  20578. You can use this as a basis for your o
  20579. services
  20580. 1.0.8
  20581. services
  20582. suite
  20583. 1.0.7
  20584. workbook
  20585. workgroup
  20586. workgroup
  20587. server
  20588. worldscript
  20589. worldscript
  20590. updater
  20591. worldwide
  20592. worldwide
  20593. quickdraw
  20594. worldwide
  20595. system
  20596. software
  20597. writerk
  20598. handles
  20599. xcmds
  20600. xfcnn
  20601. xfcns
  20602. 1.3.6
  20603. 1.0a13
  20604. zaptcp
  20605. zaptcp
  20606. 1.2.1
  20607. zoneranger
  20608. zoneranger
  20609. tutorial
  20610. zoomed
  20611. zoomed
  20612. video
  20613. driver
  20614. zoomrecter
  20615. zoomwindow
  20616. zzportlist
  20617. zzportlist
  20618. 0.005
  20619. 01730-0108
  20620. 01760
  20621. 0xabc9
  20622. isptestmain
  20623. isptestmain
  20624. FloatToLong.a
  20625. ReadMe
  20626. ReadMe.txtK
  20627. Apr 93V
  20628. 65481X
  20629. 1e    No Change
  20630. 68972X
  20631. Nov 00^    TC Disk 2
  20632. --set theItem to choose file -- uncomment to test in an AS editor
  20633.     tell application "Finder"
  20634.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:QDMediaHandler:"
  20635.         activate
  20636.     end tell
  20637. on error errMsg number errNum
  20638.     --enter statements to perform when no records are found such as...
  20639.     display dialog "Sorry, the item you selected could not be found."
  20640.     return
  20641. end try
  20642. e    No Changeq
  20643. Dev.CD Nov 00 TC Disk 2
  20644. All Packages
  20645. QDMediaMaker
  20646. QDMMaker is a sample application that creates movies that use the QuickDraw media handler. Select a menu item in the Make menu to create one of four different movies. You can use these movies to test the QuickDraw media handler.
  20647. This code is based on the sample application code MakeMyMediaMovies by John Wang. See develop magazine, issue 14, for more information about the QuickDraw derived media handler.
  20648. 68973X
  20649. 1e    No Change
  20650. 60328X
  20651. 1e    No Change
  20652. 68463X
  20653. Sep 00^    RL Disk 1
  20654. --set theItem to choose file -- uncomment to test in an AS editor
  20655.     tell application "Finder"
  20656.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 23:"
  20657.         activate
  20658.     end tell
  20659. on error errMsg number errNum
  20660.     --enter statements to perform when no records are found such as...
  20661.     display dialog "Sorry, the item you selected could not be found."
  20662.     return
  20663. end try
  20664. e    No Changeq
  20665. Dev.CD Sep 00 RL Disk 1
  20666. All Packages
  20667. develop Issue 24
  20668. 68464X
  20669. P?Dev.CD Nov 00 TC Disk 2
  20670.  - Sample Code
  20671.  - Sound
  20672.  - Cheap StudioV
  20673. 68353X
  20674. Nov 00^    TC Disk 2
  20675. --set theItem to choose file -- uncomment to test in an AS editor
  20676.     tell application "Finder"
  20677.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Cheap Studio:"
  20678.         activate
  20679.     end tell
  20680. on error errMsg number errNum
  20681.     --enter statements to perform when no records are found such as...
  20682.     display dialog "Sorry, the item you selected could not be found."
  20683.     return
  20684. end try
  20685. e    No Changef!sound
  20686. studio
  20687. Cheap Studio
  20688. syncCmdq
  20689. Dev.CD Nov 00 TC Disk 2
  20690. All Packages
  20691. Chinese Dictation KitO
  20692. Dev.CD Nov 96 TCP
  20693. Dev.CD Nov 96 TV
  20694. 68354X
  20695. Nov 96
  20696. shapes
  20697. sharable
  20698. share{
  20699.     display dialog "Sorry, the item you selected could not be found."
  20700.     return
  20701. end try
  20702. All Packages
  20703. QuickDraw GXO
  20704. Dev.CD Jan 96 SDK1P
  20705. Dev.CD Jan 96 SDKV
  20706. 64168X
  20707. Jan 96
  20708. 68841X
  20709. Nov 00^    TC Disk 1
  20710. --set theItem to choose file -- uncomment to test in an AS editor
  20711.     tell application "Finder"
  20712.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT/PPP Control Strip Sample:"
  20713.         activate
  20714.     end tell
  20715. on error errMsg number errNum
  20716.     --enter statements to perform when no records are found such as...
  20717.     display dialog "Sorry, the item you selected could not be found."
  20718.     return
  20719. end try
  20720. Movedf&OpenTransport
  20721. Control Strip Moduleq
  20722. Dev.CD Nov 00 TC Disk 1
  20723. All Packages
  20724. OT/PPP Control Strip SampleIPThis sample demonstrates how to call the OT/PPP API from a Control Strip module.JaOpenTptPPP.h
  20725. OT/PPP Client Dev Note 1.0.pdf
  20726. PPP Control.cp
  20727. PPP Control.rsrc
  20728. PPP Control.
  20729. PPP CSMM#OT/PPP 1.0 or higher, Control StripN;OT/PPP API, Control Strip, CSM, OT/PPP Control Strip SampleOKDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT/PPP Control Strip Sample:V
  20730. 68842X
  20731. 1e    No Change
  20732. unable
  20733. All Packages
  20734. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  20735. Dev.CD Jan 94
  20736. Dev.CD Oct 93
  20737. Dev.CD Jul 93
  20738. Dev.CD Apr 93PDDev.CD Apr 94
  20739. Dev.CD Jan 94
  20740. Dev.CD Oct 93
  20741. Dev.CD Jul 93
  20742. Dev.CD Apr 9V
  20743. 69475X
  20744. Apr 94
  20745. --set theItem to choose file -- uncomment to test in an AS editor
  20746.     tell application "Finder"
  20747.         open item "Dev.CD Apr 94
  20748. Dev.CD Jan 94
  20749. Dev.CD Oct 93
  20750. Dev.CD Jul 93
  20751. Dev.CD Apr 93"
  20752.         activate
  20753.     end tell
  20754. on error errMsg number errNum
  20755.     --enter statements to perform when no records are found such as...
  20756.     display dialog "Sorry, the item you selected could not be found."
  20757.     return
  20758. end try
  20759. All Packages
  20760. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  20761. Dev.CD Jan 94
  20762. Dev.CD Oct 93
  20763. Dev.CD Jul 93
  20764. Dev.CD Apr 93PDDev.CD Apr 94
  20765. Dev.CD Jan 94
  20766. Dev.CD Oct 93
  20767. Dev.CD Jul 93
  20768. Dev.CD Apr 9V
  20769. 69476X
  20770. Apr 94
  20771. Utilities
  20772.  - SWAt 2.0b6V
  20773. 62873X
  20774. Nov 00^    TC Disk 1
  20775. e    No Change
  20776. specifics
  20777. newsz
  20778. no-copy
  20779. nocopyreceives
  20780. nopoweroffkey
  20781. notes
  20782. notifiers
  20783. novell
  20784. address
  20785. network
  20786. tcp/ip
  20787. search
  20788. browse
  20789. internet
  20790. number
  20791. number
  20792. formatting
  20793. resedit
  20794. localization
  20795. objec
  20796. object
  20797. object-oriented^
  20798. objective-c
  20799. objects
  20800. objectsupportlib
  20801. macodbc
  20802. database
  20803. connectivity
  20804. drivers
  20805. network
  20806. middlewar
  20807. apple
  20808. event
  20809. opening
  20810. documents
  20811. off-screen
  20812. offscreenr
  20813. offscreen
  20814. copybits
  20815. newgworld
  20816. gworld
  20817. pixmap
  20818. bitmap
  20819. alterr
  20820. ooptesample
  20821. opaque
  20822. choose
  20823. folder
  20824. navigation
  20825. services
  20826. transport
  20827. cache
  20828. delete
  20829. query
  20830. arpsample
  20831. --set theItem to choose file -- uncomment to test in an AS editor
  20832.     tell application "Finder"
  20833.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:CreateMovie:"
  20834.         activate
  20835.     end tell
  20836. on error errMsg number errNum
  20837.     --enter statements to perform when no records are found such as...
  20838.     display dialog "Sorry, the item you selected could not be found."
  20839.     return
  20840. end try
  20841. cmqueenmate
  20842. cmrookmate
  20843. cmrookmate
  20844. codev
  20845. coresample
  20846. coresample
  20847. coresample
  20848. coresample
  20849. coresample
  20850. coresample
  20851. terminology
  20852. coursesS
  20853. cpugestalt
  20854. cpugestalt
  20855. cpugestalt
  20856. cpugestalt
  20857. c-french
  20858. c-french
  20859. canadian
  20860. registration
  20861. requests
  20862. cache
  20863. cacheline
  20864. cacheline
  20865. optimizer
  20866. calccmask
  20867. calccmask
  20868. calcmask
  20869. calccontroller
  20870. calccontroller
  20871. calccontroller
  20872. calccontrolrgn
  20873. calccontrolrgn
  20874. calccontrolrgn
  20875. calccontrolrgn
  20876. calccontrolrgn
  20877. ch as...
  20878.     display dialog "Sorry, the item you selected could not be found."
  20879.     return
  20880. end try
  20881. e    No Changef(cursor component
  20882. color cursor
  20883. big cursoro
  20884. http://developer.apple.com/sdkq
  20885. Dev.CD Oct 00 SDK1
  20886. All Packages
  20887. CustomGet unresolved alias
  20888. 65165X
  20889. Waster? The results may surprise you.
  20890. 60329X
  20891. 1e    No Change
  20892. progressbars
  20893. progressbars
  20894. progressbars
  20895. progressbars
  20896. progresswindoid
  20897. progresswindoid
  20898. progresswindoid
  20899. progresswindoid
  20900. worksheet
  20901. progstrucmacs
  20902. progstrucmacs
  20903. projN
  20904. project
  20905. project
  20906. includes
  20907. project
  20908. large
  20909. project
  20910. large
  20911. project
  20912. quick
  20913. start
  20914. guide
  20915. projectdefines
  20916. projectdefines
  20917. projectdrag
  20918. projectdrag
  20919. applets
  20920. projectdrag
  20921. manual
  20922. projectfolders
  20923. projectincludes
  20924. projectmenu
  20925. projects
  20926. projectxplugin68k
  20927. projectxplugin68knfp
  20928. projectxpluginppc
  20929. projlistmenu
  20930. promptoid
  20931. promptoid
  20932. propertylistservices
  20933. proto
  20934. proto
  20935. protocol
  20936. protos
  20937. prototypes
  20938. protoviews
  20939. protoviews
  20940. protoviews
  20941. protoviews
  20942. pshdldemo
  20943. 68955X
  20944. Nov 00^    TC Disk 1
  20945. --set theItem to choose file -- uncomment to test in an AS editor
  20946.     tell application "Finder"
  20947.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Prefs:"
  20948.         activate
  20949.     end tell
  20950. on error errMsg number errNum
  20951.     --enter statements to perform when no records are found such as...
  20952.     display dialog "Sorry, the item you selected could not be found."
  20953.     return
  20954. end try
  20955. e    No Changeq
  20956. Dev.CD Nov 00 TC Disk 1
  20957. All Packages
  20958. Print clipped offscreen
  20959. OPrint 
  20960. clipped offscreen:  Takes a text string, turns it into a region and copies a clipped bitmap (just a pattern in this case, but it could be anything) to the printing grafPort.  The effect is patterned text here, but any image could be showing through the text.
  20961. This sample is a rewrite of the 'Offscreen region MaskRgn' sample. 
  20962. JGOffscreen Region.c
  20963. PrintClippedOffscreen(PPC)
  20964. PrintClippedOffscreen.mcpN
  20965. clip, text, printge
  20966. e    No Changef
  20967. Virtual Userq
  20968. Dev.CD Nov 00 TC Disk 1
  20969. All Packages
  20970. VU Tutorial & Scripts
  20971. Summary: The Virtual User 1.1 Tutorial provides a quick introduction to the capabilities of the Virtual User script language.
  20972. Features: Using a step by step approach, the tutorial guides readers through the process of creating several scripts that test a sample application.
  20973. Virtual User tools.imgK
  20974. Aug 92M
  20975. Apple DocViewer applicationN
  20976. VU, Virtual UserOJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  20977.  - Tool Chest
  20978.  - Testing & Debugging
  20979.  - Virtual User toolsV
  20980. 69787X
  20981. Nov 00^    TC Disk 1
  20982. e    No Change
  20983. develop
  20984. issue
  20985. develop
  20986. issue
  20987. develop
  20988. issue
  20989. develop
  20990. issue
  20991. develop
  20992. issue
  20993. develop
  20994. issue
  20995. develop
  20996. issue
  20997. develop
  20998. issue
  20999. develop
  21000. issue
  21001. develop
  21002. issue
  21003. develop
  21004. issue
  21005. develop
  21006. issue
  21007. dictation
  21008. visit
  21009. visited
  21010. visrgn
  21011. visualZ
  21012. visual-only
  21013. visualization
  21014. visually
  21015. vital
  21016. vmsify
  21017. vmsify
  21018. sample
  21019. streams
  21020. module
  21021. actually
  21022. somethi
  21023. vmsify's
  21024. vocabulary
  21025. voice
  21026. voltages
  21027. volume
  21028. wang's
  21029. wantl
  21030. wanted
  21031. wanting
  21032. wants
  21033. warming
  21034. warning
  21035. warnings
  21036. warns
  21037. warrior
  21038. watcher
  21039. watches
  21040. we're
  21041. we've
  21042. weather
  21043. objects
  21044. documentation
  21045. web-based
  21046. web-site
  21047. webcolor
  21048. webobjects
  21049. webobjects
  21050. webobjects
  21051. categories
  21052. posers
  21053. theresa
  21054. tensor
  21055. webobjects
  21056. developer's
  21057. guide
  21058. webobjects
  21059. memory
  21060. management
  21061. theresa
  21062. tensor
  21063. inform
  21064. website
  21065. websites
  21066. weeklyz
  21067. weeks
  21068. weight
  21069. weird
  21070. weiss
  21071. well{
  21072. well-designed
  21073. well-trod
  21074. cfhashcode
  21075. cfindex
  21076. cfm-68k
  21077. cfoptionflags
  21078. cfpropertylist
  21079. cfpropertylist
  21080. cfrange
  21081. cfrelease
  21082. cfretain
  21083. cfset
  21084. cfset
  21085. cfstring
  21086. cfstring
  21087. cfstringencodingsext
  21088. cfstringencodingsext
  21089. cftree
  21090. cftree
  21091. cftype
  21092. cftypeid
  21093. chained
  21094. chained
  21095. completion
  21096. routines
  21097. character
  21098. character
  21099. encoding
  21100. character
  21101. characters
  21102. charset
  21103. cheap
  21104. cheap
  21105. studio
  21106. checkbox
  21107. checkgestalt
  21108. chinese
  21109. Apr 95
  21110. p--set theItem to choose file -- uncomment to test in an AS editor
  21111.     tell application "Finder"
  21112.         open item "Dev.CD Apr 95
  21113. Dev.CD Jan 95"
  21114.         activate
  21115.     end tell
  21116. on error errMsg number errNum
  21117.     --enter statements to perform when no records are found such as...
  21118.     display dialog "Sorry, the item you selected could not be found."
  21119.     return
  21120. end try
  21121. All Packages
  21122. QuickDraw GXV
  21123. 67448X
  21124. GetDir 2.6 (US)
  21125. GetFInfo 1.3 (US)
  21126. GetIcon 1.0 (US)
  21127. GetMode 1.4 (US)
  21128. GetVInfo 1.0 (US)
  21129. GetVolumes 1.1 (US)
  21130. GlobalList 1.1 (US)
  21131. GlobalMaster 1.0 (US)
  21132. HowMany 1.1 (US)
  21133. ICNToICON 1.8 (US)
  21134. Infoid 1.1 (US)
  21135. InputDialog 1.2 (US)
  21136. IsDate 1.0 (US)
  21137. IsFinderLocked 1.2 (US)
  21138. KillRes 1.4 (US)
  21139. LaunchDoc 1.0 (US)
  21140. LineCount 1.7 (US)
  21141. ListComponents 1.0 (US)
  21142. ListLogic 1.6 (US)
  21143. Listoid 3.4 (US)
  21144. ListSelect 5.1 (US)
  21145. MacType 1.3 (US)
  21146. Menu 2.1 (US)
  21147. MergeItems 1.0 (US)
  21148. Mousoid 1.1 (US)
  21149. Notification 1.0 (US)
  21150. usList 1.0 (US)
  21151. Oldies:
  21152. PICToid 1.3 (US)
  21153. PictToClip 1.7 (US)
  21154. PlayIt 1.0 (US)
  21155. PPCList 1.1 (US)
  21156. PrintPICT 1.4 (US)
  21157. PrintPICTList 1.3 (US)
  21158. Privileges 1.3 (US)
  21159. Promptoid 1.5 (US)
  21160. QCopy 1.2 (US)
  21161. Recordit 1.0 (US)
  21162. RemoveFolder 1.2 (US)
  21163. ReplaceAttributes 1.0 (US)
  21164. ReplaceCharSet 1.1 (US)
  21165. ResolveAlias 1.2 (US)
  21166. ResText 2.3 (US)
  21167. RestoreCtrlChars 1.1 (US)
  21168. SayText 1.1 (US)
  21169. ScrapXCMDs 1.9 (US)
  21170. SelectDir 1.1 (US)
  21171. SelectFile 1.2 (US)
  21172. SendPS 1.4 (US)
  21173. ServerVols 1.1 (US)
  21174. SetFileFlag 1.2 (US)
  21175. SetFinderLock 
  21176. that's
  21177. moofwars
  21178. atsui
  21179. moreappearance
  21180. moreappleevents
  21181. moreappleevents
  21182. moreappleeventslib
  21183. moreappleeventslib
  21184. moreautopush
  21185. morecarbonaccessors
  21186. morecarbonaccessors
  21187. moredebugging
  21188. moredesktopmgr
  21189. moredesktopmgr
  21190. moredesktopmgr
  21191. moredialogs
  21192. morefiles
  21193. morefiles
  21194. morefiles
  21195. morefilesextras
  21196. morefilesextras
  21197. morefilesextras
  21198. morefilesreadme
  21199. morefinderevents
  21200. morefinderevents
  21201. morefinderevents
  21202. morefinderevents
  21203. moreinterfacelib
  21204. plug-in's
  21205. within@
  21206. work@
  21207. wringer@
  21208. writes@
  21209. you'll@
  21210. you'll
  21211. access
  21212. documentation
  21213. software
  21214. technolo@
  21215. zooming@
  21216. 04/95@
  21217. 1.0.1b1c2@
  21218. 2.1.1@
  21219. Jscursor.rsrc
  21220. Eenie.MAMake
  21221. Eenie.r
  21222. EenieRez.h
  21223. IncludeFiles.h
  21224. MEenie.cp
  21225. READMEFIRST
  21226. UEenie.cp
  21227. UEenie.h
  21228. views.rsrcM)MacApp 3.0 or later, System 7.0 and laterN7MacApp, view, adorner, custom cursor, dependency, EenieOEDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Eenie:PPDev.CD Nov 00 TC Disk 2
  21229.  - Sample Code
  21230.  - Platforms and Tools
  21231.  - MacApp
  21232.  - EenieV
  21233. 68526X
  21234. Nov 00^    TC Disk 2
  21235. --set theItem to choose file -- uncomment to test in an AS editor
  21236.     tell application "Finder"
  21237.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Eenie:"
  21238.         activate
  21239.     end tell
  21240. on error errMsg number errNum
  21241.     --enter statements to perform when no records are found such as...
  21242.     display dialog "Sorry, the item you selected could not be found."
  21243.     return
  21244. end try
  21245. e    No Changef2MacApp
  21246. adorner
  21247. custom cursor
  21248. dependency
  21249. Eenieq
  21250. Dev.CD Nov 00 TC Disk 2
  21251. D!All Packages
  21252. Tool Chest Edition
  21253. Eject PC Cards Location Module
  21254. Apr 95
  21255. on is incompatible with:
  21256.  Cyberdog 2.0 alpha and older. Cyberdog 2.0 beta is compatible.
  21257.  Jasik's The Debugger, versions built prior to March 3, 1997
  21258. JQ CFM-68K Runtime Enabler
  21259. CFM-68K 4.0
  21260. CFM-68K Read Me
  21261. Interfaces:
  21262. ObjectSupportLibK
  21263. Jan 96L
  21264. May 97M
  21265. The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.N2CFM-68K, CFM, Mixed Mode, Thread, ObjectSupportLibO7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:P?Dev.CD Jul 99 SDK1
  21266.  - Development Kits
  21267.  - Mac OS
  21268.  - CFM-68K SDKset theItem to choose file -- uncomment to test in an AS editor
  21269.     tell application "Finder"
  21270.         open item "Dev.CD Jan 96 SSW"
  21271.         activate
  21272.     end tell
  21273. on error errMsg number errNum
  21274.     --enter statements to perform when no records are found such as...
  21275.     display dialog "Sorry, the item you selected could not be found."
  21276.     return
  21277. end try
  21278. All Packages
  21279. System 7.5 Update 1.0V
  21280. 67786X
  21281. f:Power Manager
  21282. sleep queue
  21283. SetWakeupTimer
  21284. PowerBook
  21285. Wake100q
  21286. Dev.CD Nov 00 TC Disk 1
  21287. All Packages
  21288. WASTE
  21289. This document describes WASTE, a WorldScript
  21290. -Aware Styled Text Engine for the Macintosh which can be used as the basis for simple to moderately complex applications dealing with styled text. WASTE has been designed from the very beginning to be compatible with TextEdit and TextEdit-based applications, although not everything you can do with TextEdit can be done with WASTE and vice versa.
  21291. WASTE is essentially freeware, so you can use it in your programs (no matter whether freeware, sharew
  21292. Care or commercial) at no cost, but there are a couple of restrictions:
  21293. - You must add a credit line to your program
  21294. s about box and/or manual.
  21295. - I am entitled to a fully registered complimentary copy of the final product.
  21296. For the complete story, please read the Distribution & Licensing section of the WASTE Documentation.
  21297. Dec 95L
  21298. Feb 98V
  21299. 69791X
  21300. 1e    No Change
  21301. river
  21302. movie's
  21303. moviebrowser
  21304. moviecontroller
  21305. movieexportadddataso
  21306. movieexportfromproce
  21307. hardware
  21308. address
  21309. hardware
  21310. developer
  21311. documentation
  21312. hardware
  21313. documentation
  21314. zones
  21315. heaps
  21316. hebrew
  21317. center
  21318. systems
  21319. helper
  21320. class
  21321. driver
  21322. hierarchical
  21323. level
  21324. hinting
  21325. hooper
  21326. hotspot
  21327. hp-ux
  21328. rendering
  21329. htmlrenderinglib
  21330. human
  21331. human
  21332. interface
  21333. human
  21334. interface
  21335. guidelines
  21336. hwindowide
  21337. hypercard
  21338. hypercard
  21339. player
  21340. cardbus
  21341. ibook
  21342. uOEDev.CD Nov 00 TC Disk 2:Sample Code:Printing:Print Clipped Offscreen:PMDev.CD Nov 00 TC Disk 2
  21343.  - Sample Code
  21344.  - Printing
  21345.  - Print Clipped OffscreenV
  21346. 68956X
  21347. Nov 00^    TC Disk 2
  21348. --set theItem to choose file -- uncomment to test in an AS editor
  21349.     tell application "Finder"
  21350.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Print Clipped Offscreen:"
  21351.         activate
  21352.     end tell
  21353. on error errMsg number errNum
  21354.     --enter statements to perform when no records are found such as...
  21355.     display dialog "Sorry, the item you selected could not be found."
  21356.     return
  21357. end try
  21358. e    No Changef
  21359. printq
  21360. Dev.CD Nov 00 TC Disk 2
  21361. All Packages
  21362. Print multipage PICTI
  21363. Print multipage PICT:  Takes a PICT larger than one page and "tiles" it so that it prints across the right number of sheets of paper to tape together and make a poster, like many drawing applications.V
  21364. 68957X
  21365. 1e    No Change
  21366.  8.5 and later
  21367. Dev.CD Jul 96 SSWP
  21368. Dev.CD Jul 96 SSV
  21369. 69454X
  21370. Jul 96
  21371. f--set theItem to choose file -- uncomment to test in an AS editor
  21372.     tell application "Finder"
  21373.         open item "Dev.CD Jul 96 SSW"
  21374.         activate
  21375.     end tell
  21376. on error errMsg number errNum
  21377.     --enter statements to perform when no records are found such as...
  21378.     display dialog "Sorry, the item you selected could not be found."
  21379.     return
  21380. end try
  21381. hD!All Packages
  21382. Tool Chest Edition
  21383. System 7.5.5 Update
  21384. Summary:  The System 7.5.5 Update is a set of system software enhancements that improves the reliability and performance of all Macintosh and Mac OS-compatible computers running system software version 7.5.3.  The System 7.5.5 Update also includes all of the improvements delivered with System 7.5.3 Revision 2.  Therefore, it is not necessary to install System 7.5.3 Revision 2 before installing System 7.5.5 Update.
  21385. Apple recommends that all customers who are currently using System 7.5.3 shstqd
  21386. quicktime
  21387. backbuffer
  21388. panorama
  21389. rotate
  21390. quicktime
  21391. cursors
  21392. hotspot
  21393. quicktime
  21394. embedding
  21395. sound
  21396. commands
  21397. external
  21398. script
  21399. quicktime
  21400. framework
  21401. shell
  21402. viewer
  21403. quicktime
  21404. object
  21405. movie
  21406. convert
  21407. linear
  21408. quicktime
  21409. panoramic
  21410. image
  21411. convert
  21412. quicktime
  21413. panoramic
  21414. playing
  21415. movies
  21416. quicktime
  21417. speech
  21418. voice
  21419. navigate
  21420. panorama
  21421. object
  21422. quicktime
  21423. wired
  21424. hotspot
  21425. actions\
  21426. quickview
  21427. quickview
  21428. toolbox
  21429. assistant
  21430. quick
  21431. reference
  21432. ramdisk
  21433. rapid
  21434. raster
  21435. Media class to support any Custom media types.J2med.bat
  21436. README.txt
  21437. TestVRMedia
  21438. TestVRMedia.zipK
  21439. Feb 00
  21440. - Common
  21441.     - Sun Compliant Java Runtime Environment 1.1
  21442.     - QuickTime 3 
  21443.     - QTJava.zip
  21444.     - QTJava media samples
  21445. - Mac OS:
  21446.     - System 8 or later
  21447.     - Macintosh Runtime for Java (MRJ) 2.1
  21448. - Windows 95, 98, or NT::
  21449.     - JRE/JDK from Sun Microsystems, Inc. recommended
  21450. 1.0.2
  21451. 1.1.6
  21452. 100basetx
  21453. 2.1.1
  21454. 3.2.1
  21455. 8.5.1
  21456. 802.2
  21457. 802.3
  21458. 9650/350
  21459. a/roseR
  21460. metrowerks
  21461. build
  21462. script
  21463. metrowerks
  21464. zoneranger
  21465. goodies
  21466. gopher
  21467. ul 95"
  21468.         activate
  21469.     end tell
  21470. on error errMsg number errNum
  21471.     --enter statements to perform when no records are found such as...
  21472.     display dialog "Sorry, the item you selected could not be found."
  21473.     return
  21474. end try
  21475. All Packages
  21476. CPU SE 406O
  21477. Dev.CD Jul 95P
  21478. Dev.CD Jul 9V
  21479. 60338X
  21480. Jul 95
  21481. quickstart
  21482. quicktake
  21483. quicktimeZ
  21484. expansion
  21485. ramifications
  21486. ramps
  21487. randall
  21488. random
  21489. range
  21490. rangingw
  21491. application's`
  21492. application-defined
  21493. application/system
  21494. applicationsA
  21495. approach
  21496. approaches
  21497. appropriate
  21498. appropriately
  21499. approval
  21500. 69711X
  21501. Sep 00^    RL Disk 2
  21502. --set theItem to choose file -- uncomment to test in an AS editor
  21503.     tell application "Finder"
  21504.         open item "Dev.CD Sep 00 RL Disk 2:TechnicalPublications:java:"
  21505.         activate
  21506.     end tell
  21507. on error errMsg number errNum
  21508.     --enter statements to perform when no records are found such as...
  21509.     display dialog "Sorry, the item you selected could not be found."
  21510.     return
  21511. end try
  21512. e    No Change
  21513. QuickTime For Java
  21514. Yellow Box and Java
  21515. AppKit Reference
  21516. Enterprise Objects Framework
  21517. Foundation Reference
  21518. Java Tutorial
  21519. WebObjects and Java
  21520. Enterprise Objects Framework
  21521. Foundation Reference Java Client
  21522. Mac OS Runtime for Java
  21523. MRJ Toolkit
  21524. JManager
  21525. JDirect
  21526. JBindery
  21527. /A2http://developer.apple.com/techpubs/java/java.html
  21528. Dev.CD Sep 00 RL Disk 2
  21529. All Packages
  21530. Technical Publications: MacITSummary:
  21531. Collection of Inside Macintosh books and related programming documentation.
  21532. Mar 99
  21533. N8Apple Events Spell Grammar Writeswell Spellswell WorkingOvDev.CD Dec 99 RL:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Word Services Suite 1.0.7:P
  21534. Dev.CD Dec 99 RL
  21535.  - Technical Documentation
  21536.  - Apple Event Registry & Suites
  21537.  - Apple Event Registry
  21538.  - Word Services Suite 1.0.7status@
  21539. readme
  21540. readme
  21541. dcmd@
  21542. readme
  21543. html@
  21544. recipes@
  21545. renderinglib@
  21546. rfc1334
  21547. authentication@
  21548. sample
  21549. applescripts@
  21550. schedule@
  21551. setlockbitatomsample
  21552. showinit@
  21553. simpleplayermfcdoc@
  21554. sites@
  21555. sound@
  21556. strip@
  21557. support
  21558. systemfolder@
  21559. tech@
  21560. testfinderlaunch
  21561. testprinterclass
  21562. textchanger
  21563. 2.0.1@
  21564. than@
  21565. topseeturvee@
  21566. transitions
  21567. themes@
  21568. ueenie@
  21569. umousetrackbehavior
  21570. updates@
  21571. userstartup
  21572. goodies@
  21573. validator
  21574. 1.11@
  21575. webobjects
  21576. database
  21577. P(Dev.CD Jul 95
  21578. Dev.CD Apr 95
  21579. Dev.CD Jan 9V
  21580. 69070X
  21581. Jul 95
  21582. ~--set theItem to choose file -- uncomment to test in an AS editor
  21583.     tell application "Finder"
  21584.         open item "Dev.CD Jul 95
  21585. Dev.CD Apr 95
  21586. Dev.CD Jan 95"
  21587.         activate
  21588.     end tell
  21589. on error errMsg number errNum
  21590.     --enter statements to perform when no records are found such as...
  21591.     display dialog "Sorry, the item you selected could not be found."
  21592.     return
  21593. end try
  21594. All Packages
  21595. QuickDraw GXO
  21596. Dev.CD Apr 95P
  21597. Dev.CD Apr 9V
  21598. 69071X
  21599. Apr 95
  21600. b--set theItem to choose file -- uncomment to test in an AS editor
  21601.     tell application "Finder"
  21602.         open item "Dev.CD Apr 95"
  21603.         activate
  21604.     end tell
  21605. on error errMsg number errNum
  21606.     --enter statements to perform when no records are found such as...
  21607.     display dialog "Sorry, the item you selected could not be found."
  21608.     return
  21609. end try
  21610. All Packages
  21611. QuickDraw GXO
  21612. Dev.CD Apr 95P
  21613. Dev.CD Apr 9V
  21614. 69072X
  21615. Apr 95
  21616. purpose
  21617. menuscripter
  21618. sample
  21619. demonstrat
  21620. release
  21621. apple's
  21622. brings
  21623. increased
  21624. functionali
  21625. samplefilter
  21626. postscript
  21627. output
  21628. filter
  21629. laserwriter
  21630. search
  21631. internet
  21632. feature
  21633. sherlock
  21634. application
  21635. signaturetoapp
  21636. function
  21637. takes
  21638. application's
  21639. signature
  21640. small
  21641. stored
  21642. first
  21643. bytes
  21644. smallest
  21645. launchaplication
  21646. example
  21647. could
  21648. designed
  21649. learning/testing
  21650. virtual
  21651. server
  21652. attempt
  21653. provide
  21654. piece
  21655. sampl
  21656. thee{
  21657. their
  21658. About DTSQTUtilities
  21659. AppConfiguration.h
  21660. DigitizerShell(PPC)
  21661. DigitizerShell.mcp
  21662. DTSQTUtilities.c
  21663. DTSQTUtilities.h
  21664. MacApplication.c
  21665. MacApplication.h
  21666. MacApplication.rsrc
  21667. MacFramework.c
  21668. MacFramework.h
  21669. MacFramework.rsrc
  21670. MacMain.c
  21671. README
  21672. TestFunctions.c
  21673. TestFunctions.h
  21674. M    QuickTimeN'QuickTime, sequence grabber, vdig, testOGDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:DigitizerShell:PRDev.CD Nov 00 TC Disk 2
  21675.  - Sample Code
  21676.  - QuickTime
  21677.  - Capturing
  21678.  - DigitizerShelluickDraw 3DO
  21679. Dev.CD Jun 97 SSWP
  21680. Dev.CD Jun 97 SSV
  21681. 67403X
  21682. Jun 97
  21683. f--set theItem to choose file -- uncomment to test in an AS editor
  21684.     tell application "Finder"
  21685.         open item "Dev.CD Jun 97 SSW"
  21686.         activate
  21687.     end tell
  21688. on error errMsg number errNum
  21689.     --enter statements to perform when no records are found such as...
  21690.     display dialog "Sorry, the item you selected could not be found."
  21691.     return
  21692. end try
  21693. All Packages
  21694. QuickDraw 3DO
  21695. Dev.CD Jun 97 SSWV
  21696. 67404X
  21697. cintoshR
  21698. A "buffed up" version of the Snapshot example, Super Snapshot goes above and beyond the call of carbonization.  Includes such additions as multiple windows, saving snapshots to a PICT file, dynamic resizing of windows (perhaps the only example that does this using the "classic" or traditional event model), different menus for OS 9 and X, handling the Apple Event "Quit," and a special menu that will set the desktop on OS 9 and display full screen snapshots on OS X.
  21699. JqAEventStuff.c
  21700. CarbonPrefix.h
  21701. CarbonRes.rsrc
  21702. ReadMe
  21703. SnapShot(PPC)
  21704. Snapshot.c
  21705. Snapshot.h
  21706. SnapShot.mcp
  21707. Snapshot.rsrcK
  21708. Nov 00M
  21709. Color QuickDraw, CarbonLibN+Snapshot, screen shot, pixmap, Carbon, PICTO?Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Super Snapshot:PGDev.CD Nov 00 TC Disk 1
  21710.  - Sample Code
  21711.  - Graphics 2D
  21712.  - Super Snapshotn
  21713. runtime
  21714. architectures
  21715. encodings
  21716. samplecode
  21717. samplecode
  21718. previous
  21719. specific
  21720. files
  21721. system
  21722. alias
  21723. macapp
  21724. macapp
  21725. cdent
  21726. stuff
  21727. macapp
  21728. developer
  21729. survey
  21730. macappclassmeth
  21731. macapplication
  21732. macapplication
  21733. macapplication
  21734. macapplication
  21735. macappprogguide
  21736. macbinary
  21737. macbinary-ii-conf
  21738. macbinary-ii-conf2
  21739. macbinary-ii-standar
  21740. macbinary-standard
  21741. maccalendar
  21742. macdebugprefixl
  21743. macdebugprefix
  21744. macframework
  21745. macframework
  21746. macframework
  21747. macframework
  21748. macgamma
  21749. macgamma
  21750. macgamma
  21751. macgamma
  21752. macgamma
  21753. macgamma
  21754. macguide
  21755. macguide
  21756. machack
  21757. machineloc
  21758. machineloc
  21759. macincludes
  21760. macincludes
  21761. macincludes
  21762. hest Edition
  21763. Manalyzer 2.0d3
  21764. About the MRJ 2.2.3 Redistribution SDK
  21765. The MRJ 2.2.3 Redistribution SDK enables developers to install Mac OS Runtime for Java (MRJ) 2.2.3 as part of their own installation packages. The SDK helps assure that any such redistribution complies with the terms of the Apple software licensing agreement. Before using this SDK, you must sign an Apple licensing agreement for redistributing MRJ. For more information, see the Apple Licensing web site at http://developer.apple.com/mkt/swl/. 
  21766. Apple f
  21767. requently updates MRJ and the MRJ SDK, with final release versions for use by the general public, and pre-release versions for use in testing and development.  Only the final release of MRJ 2.2.3 may be redistributed using this Redistribution SDK.  For information about the latest MRJ releases, see Apple
  21768. s Java Developer web site at http://developer.apple.com/java/.
  21769. Minimum requirements
  21770. The MRJ Redistribution SDK includes the file 
  21771. MRJ Redistribution.smi
  21772.  that you will bundle with your o
  21773. --set theItem to choose file -- uncomment to test in an AS editor
  21774.     tell application "Finder"
  21775.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SoundLevel:"
  21776.         activate
  21777.     end tell
  21778. on error errMsg number errNum
  21779.     --enter statements to perform when no records are found such as...
  21780.     display dialog "Sorry, the item you selected could not be found."
  21781.     return
  21782. end try
  21783. --set theItem to choose file -- uncomment to test in an AS editor
  21784.     tell application "Finder"
  21785.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:SampleMakeEffectMovie:"
  21786.         activate
  21787.     end tell
  21788. on error errMsg number errNum
  21789.     --enter statements to perform when no records are found such as...
  21790.     display dialog "Sorry, the item you selected could not be found."
  21791.     return
  21792. end try
  21793. eadsector
  21794. msdos
  21795. readsectormsdos
  21796. readsectormsdos
  21797. receive
  21798. receive
  21799. script
  21800. receiver
  21801. receiver
  21802. receiver
  21803. rsrca
  21804. recievera
  21805. reciever
  21806. call-backs
  21807. callback
  21808. callbackcmd
  21809. callbacks
  21810. calledX
  21811. mpfire
  21812. maximizing
  21813. quadra
  21814. floatingpoint
  21815. mccomponent
  21816. mdiplayer
  21817. media
  21818. megamovies
  21819. megamovies
  21820. 1.6.2
  21821. memhell
  21822. memory
  21823. memory
  21824. monitor
  21825. defproc
  21826. 1.0.3
  21827. menuscripter
  21828. metertest
  21829. mdiplayer
  21830. simpleedit
  21831. simpleplayer
  21832. mfcqtclasses
  21833. midiconverter
  21834. minilauncher
  21835. minilauncher
  21836. 1.3b5
  21837. modal
  21838. modal
  21839. textedit
  21840. modeless
  21841. modeless
  21842. dialog
  21843. sample
  21844. modern
  21845. modifymouseaccl
  21846. module
  21847. modules
  21848. monitor
  21849. moofwars
  21850. documentation
  21851. moreappleevents
  21852. moreautopush
  21853. morefiles
  21854. morefinderevents
  21855. moreisbetter
  21856. morenetworksetup
  21857. moreosl
  21858. mountalias
  21859. mountalias
  21860. mouse
  21861. mouseinfo
  21862. movablemodal
  21863. movie
  21864. onescannerx
  21865. opp's
  21866. oracle
  21867. Aug 93L
  21868. control
  21869. panel
  21870. control
  21871. strip
  21872. control
  21873. strip
  21874. module
  21875. controlkeypatch
  21876. controller
  21877. controls
  21878. controlstrip
  21879. conversion
  21880. convert
  21881. coprocessorR
  21882. copybits
  21883. copydeepmask
  21884. copymask
  21885. corba
  21886. foundation
  21887. countersA
  21888. counting
  21889. counts
  21890. cplustesample
  21891. crccalc
  21892. crcpatch
  21893. create
  21894. creator
  21895. cross-platform
  21896. cryptographic
  21897. cryptographic
  21898. authentication
  21899. cryptography
  21900. ctab2palette
  21901. ctabhandle
  21902. ctseed
  21903. cttable
  21904. current
  21905. cursor
  21906. cursor
  21907. component
  21908. cursor
  21909. device
  21910. manager
  21911. cursors
  21912. custom
  21913. custom
  21914. allocators
  21915. custom
  21916. color
  21917. search
  21918. custom
  21919. cursor
  21920. custom
  21921. custom
  21922. custom
  21923. window
  21924. customgetfile
  21925. 68352X
  21926. Jul 99^
  21927. --set theItem to choose file -- uncomment to test in an AS editor
  21928.     tell application "Finder"
  21929.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:"
  21930.         activate
  21931.     end tell
  21932. on error errMsg number errNum
  21933.     --enter statements to perform when no records are found such as...
  21934.     display dialog "Sorry, the item you selected could not be found."
  21935.     return
  21936. end try
  21937. Deletedf.CFM-68K
  21938. Mixed Mode
  21939. Thread
  21940. ObjectSupportLibq
  21941. Dev.CD Jul 99 SDK1
  21942. All Packages
  21943. Cheap StudioI
  21944. Demonstrates loading, playing and saving mulitple sounds.  Shows how to play multiple sounds and have them all start at the same time using the syncCmdJ
  21945. Cheap Studio(PPC)
  21946. Cheap Studio.mcp
  21947. Cheap_Studio.c
  21948. Cheap_Studio.rsrc
  21949. DBFF.h
  21950. DBFF_Errors.h
  21951. Libraries
  21952. Record_Sound.c
  21953. SimpleApp_Sound.hM
  21954. Sound Manager 3.0 or laterN$sound, studio, Cheap Studio, syncCmdO7Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Cheap Studio:V
  21955. 68353X
  21956. 1e    No Change
  21957. 67790X
  21958. All Packages
  21959. Arabic Language KitO
  21960. Dev.CD May 96 TCP
  21961. Dev.CD May 96 TV
  21962. 68293X
  21963. May 96
  21964. e--set theItem to choose file -- uncomment to test in an AS editor
  21965.     tell application "Finder"
  21966.         open item "Dev.CD May 96 TC"
  21967.         activate
  21968.     end tell
  21969. on error errMsg number errNum
  21970.     --enter statements to perform when no records are found such as...
  21971.     display dialog "Sorry, the item you selected could not be found."
  21972.     return
  21973. end try
  21974. All Packages
  21975. Arabic Language KitO2Dev.CD May 97 TC
  21976. Dev.CD Nov 96 TC
  21977. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  21978. Dev.CD Nov 96 TC
  21979. Dev.CD Aug 96 TV
  21980. 68294X
  21981. May 97
  21982. 140/170X
  21983. 16-bit
  21984. 16384
  21985. 16x16
  21986. 17000
  21987. 1992-1995
  21988. 1993-94
  21989. 1995{
  21990. accelerated
  21991. power
  21992. macintosh
  21993. artwork
  21994. program
  21995. 1995-2000
  21996. 1996S
  21997. 1999{
  21998. 2.0a1
  21999. 2.0v2
  22000. language
  22001. language
  22002. systemsoft
  22003. t-shirt
  22004. tab-delimited
  22005. tabbed
  22006. into the system for all Macintoshes with the release of System 7.5.3.N
  22007. Display Manager, Play VideoO[Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:Play Video Sample:PfDev.CD Nov 00 TC Disk 1
  22008.  - Sample Code
  22009.  - Devices and Hardware
  22010.  - Display Manager
  22011.  - Play Video Sampletion Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  22012. Jun 98V
  22013. 63420X
  22014. 1e    No Change
  22015. --set theItem to choose file -- uncomment to test in an AS editor
  22016.     tell application "Finder"
  22017.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  22018.         activate
  22019.     end tell
  22020. on error errMsg number errNum
  22021.     --enter statements to perform when no records are found such as...
  22022.     display dialog "Sorry, the item you selected could not be found."
  22023.     return
  22024. end try
  22025.  be found."
  22026.     return
  22027. end try
  22028. e    No Changef+Tool
  22029. Virtual User
  22030. External Tool
  22031. Dev.CD Nov 00 TC Disk 1
  22032. All Packages
  22033. IW-Half-DitherI
  22034. Summary:  IW-Half-Dither is a new ImageWriter sample driver for QuickDraw GX that shows how to implement color plane separations as well as how to change the 'rdip' resource on the fly.J
  22035. !IW-Half-Dither Read Me
  22036. ImageWriterGX68k.
  22037. ImageWriterGXNew68k.
  22038. IW-Half-Dither
  22039. IW-Half-Dither.make
  22040. IWriterChooserLDEF.
  22041. IWriterChooserPACK.
  22042. Objects
  22043. source
  22044. Why was this archived?K
  22045. Oct 96V
  22046. 67014X
  22047. Moved
  22048. faces 3.3 or later
  22049. 68k-based
  22050. 7-bit
  22051. 7-specific
  22052. 7.0.0
  22053. 7.0.3
  22054. 7.0foN
  22055. 7.0fo
  22056. after
  22057. module
  22058. which
  22059. demonstrates
  22060. 7.1.2
  22061. 73007200/1207200/906
  22062. 730513255
  22063. 7editO
  22064. e    No Changeq
  22065. Dev.CD Nov 00 TC Disk 1
  22066. All Packages
  22067. Optimization TN Demos
  22068. This sample code accompanies "TN 1174: Optimization Strategies for the Mac OS".
  22069. The Cacheline Optimizer evaluates cacheline usage.  Given a stride value, it will simulate the cache utilization for the L1 and L2 caches on an iMac, as well as giving an approximate idea of the TLB usage.  It gives the percentage utilization as well as how many iterations before you will begin to evict data from the cache.
  22070. CBuffFileStream demonstrates the  implementation of a buffered file system on top of B
  22071. the Mac OS file system.
  22072. J#Cacheline Optimizer
  22073. CBuffFileStreamK
  22074. Nov 99M0Optimization Strategies for the Mac OS Technote.NKOptimization, buffered file system, cache, cacheline, Optimization TN DemosOCDev.CD Nov 00 TC Disk 2:Sample Code:Overview:Optimization TN Demos:PKDev.CD Nov 00 TC Disk 2
  22075.  - Sample Code
  22076.  - Overview
  22077.  - Optimization TN DemosV
  22078. 68838X
  22079. Nov 00^    TC Disk 2
  22080. e    No Change
  22081. }e    No Changeq
  22082. Dev.CD Nov 00 TC Disk 1
  22083. All Packages
  22084. RaveEngineInfoSampleIfThis sample cycles through all available RAVE engines and returns gestalt information for each engine.J(RaveEngineInfo
  22085. RaveEngineInfo.mcp
  22086. SourceOEDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RaveEngineInfoSample:PMDev.CD Nov 00 TC Disk 1
  22087.  - Sample Code
  22088.  - Graphics 3D
  22089.  - RaveEngineInfoSampleV
  22090. 69221X
  22091. Nov 00^    TC Disk 1
  22092. --set theItem to choose file -- uncomment to test in an AS editor
  22093.     tell application "Finder"
  22094.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RaveEngineInfoSample:"
  22095.         activate
  22096.     end tell
  22097. on error errMsg number errNum
  22098.     --enter statements to perform when no records are found such as...
  22099.     display dialog "Sorry, the item you selected could not be found."
  22100.     return
  22101. end try
  22102. e    No Changeq
  22103. Dev.CD Nov 00 TC Disk 1
  22104. All Packages
  22105. readLocationV
  22106. 69222X
  22107. AsyncDriverCommon.p
  22108. AsyncDriverMain.c
  22109. AsyncDriverSample.p
  22110. AsyncDriverSample.rsrc
  22111. AsyncDriverSample.
  22112. AsyncDriverSampleDRVR.out
  22113. DiskImageCore.p
  22114. DropMounter
  22115. Metrowerks Build Script
  22116. Read Me 
  22117.  AsyncDriverSample
  22118. TradDriverLoaderLibK
  22119. Jul 97L
  22120. Jul 97N'async device, driver, AsyncDriverSampleOSDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:AsyncDriverSample:P^Dev.CD Nov 00 TC Disk 1
  22121.  - Sample Code
  22122.  - Devices and Hardware
  22123.  - Drivers
  22124.  - AsyncDriverSampleV
  22125. 68301X
  22126. Nov 00^    TC Disk 1
  22127. --set theItem to choose file -- uncomment to test in an AS editor
  22128.     tell application "Finder"
  22129.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:AsyncDriverSample:"
  22130.         activate
  22131.     end tell
  22132. on error errMsg number errNum
  22133.     --enter statements to perform when no records are found such as...
  22134.     display dialog "Sorry, the item you selected could not be found."
  22135.     return
  22136. end try
  22137. e    No Changef%async device
  22138. driver
  22139. AsyncDriverSample
  22140. example3
  22141. examplecodec
  22142. examplecodec
  22143. examplecodec
  22144. examplecodec
  22145. examplecodec
  22146. examples
  22147. exceptions
  22148. exceptions
  22149. exceptions
  22150. exceptions
  22151. expand
  22152. experimental
  22153. experimental
  22154. interfacelib
  22155. experimental
  22156. stuff
  22157. explnd
  22158. explosionframes
  22159. explosionframes
  22160. export
  22161. exportersp
  22162. exrom-1func
  22163. exrom-1func
  22164. sresource
  22165. extendprintrecord
  22166. extendprintrecord
  22167. extendprintrecord
  22168. extensionv
  22169. extension
  22170. extension
  22171. extensions
  22172. extractitems
  22173. extractitems
  22174. extractors
  22175. extras
  22176. f-french
  22177. fastdither
  22178. containing
  22179. containsS
  22180. W years. Everything is updated, and there are many new tools never before released, such as the Clouseau VU scripts, and several host a
  22181. nd target configuration installers.
  22182. Includes: Virtual User (FAT application, Sys 8.0 compatible);  many extension tools to Virtual User such as Ivy (image verification), FileTool and Memory Monitor;  SPEC S&L and  Clouseau Virtual User scripts;  full packages for host and target installations, including AppleScript based installers.
  22183. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  22184. Target machines:  Mac SE or later, 4 MB mem
  22185. p--set theItem to choose file -- uncomment to test in an AS editor
  22186.     tell application "Finder"
  22187.         open item "Dev.CD Apr 94
  22188. Dev.CD Jan 94"
  22189.         activate
  22190.     end tell
  22191. on error errMsg number errNum
  22192.     --enter statements to perform when no records are found such as...
  22193.     display dialog "Sorry, the item you selected could not be found."
  22194.     return
  22195. end try
  22196. manipulations
  22197. manner
  22198. manual
  22199. manually
  22200. manuals
  22201. manufacturers
  22202. many^
  22203. se required from apple if you want to ship the NSI disk or the MacSNMP software to your customers
  22204. Aug 93V
  22205. 65037X
  22206. 1e    No Change
  22207. 68388X
  22208. Mar OO^
  22209. RLDisk 1
  22210. --set theItem to choose file -- uncomment to test in an AS editor
  22211.     tell application "Finder"
  22212.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:CompbasedMediaBroadcastEnv:"
  22213.         activate
  22214.     end tell
  22215. on error errMsg number errNum
  22216.     --enter statements to perform when no records are found such as...
  22217.     display dialog "Sorry, the item you selected could not be found."
  22218.     return
  22219. end try
  22220. Deletedf2Computer Based Media
  22221. Television
  22222. Broadcast
  22223. Graphicsq
  22224. Dev.CD Mar OO RLDisk 1
  22225. All Packages
  22226. F    Concordia
  22227. 68389X
  22228.  little utility copies all of the resources in the Macintosh's ROM into a file called "ROM Resource Dump File".  This is useful for the insanely curious, those with a professional "need to know" (like DTS engineers), and as a trivial Resource Manager sample.
  22229. Scrap Parsing:  An example of how to parse the scrap in memory.
  22230. SetIndString:  This C function takes the same parameters as GetIndString but do
  22231. All Packages
  22232. System Enabler 088 (AVs)O
  22233. Dev.CD Apr 94P
  22234. Dev.CD Apr 9V
  22235. 69551X
  22236. Apr 94
  22237. b--set theItem to choose file -- uncomment to test in an AS editor
  22238.     tell application "Finder"
  22239.         open item "Dev.CD Apr 94"
  22240.         activate
  22241.     end tell
  22242. on error errMsg number errNum
  22243.     --enter statements to perform when no records are found such as...
  22244.     display dialog "Sorry, the item you selected could not be found."
  22245.     return
  22246. end try
  22247. All Packages
  22248. System Enabler 088 (AVs)O
  22249. Dev.CD Apr 94P
  22250. Dev.CD Apr 9V
  22251. 69552X
  22252. Apr 94
  22253. b--set theItem to choose file -- uncomment to test in an AS editor
  22254.     tell application "Finder"
  22255.         open item "Dev.CD Apr 94"
  22256.         activate
  22257.     end tell
  22258. on error errMsg number errNum
  22259.     --enter statements to perform when no records are found such as...
  22260.     display dialog "Sorry, the item you selected could not be found."
  22261.     return
  22262. end try
  22263. All Packages
  22264. System Enabler 088 (AVs)V
  22265. 69553X
  22266. devnotes
  22267. dialog
  22268. dialog
  22269. dialog
  22270. manager
  22271. dictation
  22272. dictionary
  22273. dictionary
  22274. manager
  22275. digital
  22276. digital
  22277. camera
  22278. digital
  22279. video
  22280. digital
  22281. video
  22282. output
  22283. digitizer
  22284. digitizing
  22285. dimmed
  22286. dimming
  22287. direct
  22288. direct
  22289. pixel
  22290. access
  22291. dirid
  22292. disable
  22293. disable
  22294. disabled
  22295. disassembler
  22296. disassembly
  22297. device
  22298. driver
  22299. drivers
  22300. etdriver
  22301. myhelpmenu
  22302. myhelpmenu
  22303. myhelpmenu
  22304. myhelpmenu
  22305. myhelpmenu
  22306. myhelpmenu
  22307. mylistdef
  22308. mylistdef
  22309. myportcalls
  22310. myportcalls
  22311. myportcalls
  22312. myportmodule
  22313. myportmodule
  22314. myquicktakeapp
  22315. myquicktakeapp
  22316. 1.0.1tc7
  22317. myquicktakeapp
  22318. 1.0.2
  22319. myregistercomponent
  22320. myregistercomponent
  22321. developer@
  22322. diagrams@
  22323. diff@
  22324. directions@
  22325. documenation@
  22326. dragwindowgrid
  22327. drawtkl
  22328. drivergestaltexplore
  22329. dropmounter@
  22330. dtsqtutilities@
  22331. dzinput
  22332. effect@
  22333. effects@
  22334. makeimagedescription
  22335. emptyengine
  22336. prefix
  22337. enabler@
  22338. enableselfsendsample@
  22339. engine@
  22340. english
  22341. 3.0.2@
  22342. enhanced
  22343. survival
  22344. guide
  22345. example@
  22346. example
  22347. scripts@
  22348. example
  22349. example1
  22350. example2
  22351. example3
  22352. factorizations@
  22353. games@
  22354. getenetaddrdirect
  22355. geticonsuitefromfind
  22356. globals
  22357. graphicimporter
  22358. graphics
  22359. guide@
  22360. hack@
  22361. handbook@
  22362. hardware@
  22363. hdlc@
  22364. history@
  22365. htmlsample
  22366. help@
  22367. hypercard
  22368. player@
  22369. iconpict@
  22370. ideas
  22371. toolkit
  22372. images@
  22373. import@
  22374. 68465X
  22375. Sep 00^    RL Disk 1
  22376. --set theItem to choose file -- uncomment to test in an AS editor
  22377.     tell application "Finder"
  22378.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 25:"
  22379.         activate
  22380.     end tell
  22381. on error errMsg number errNum
  22382.     --enter statements to perform when no records are found such as...
  22383.     display dialog "Sorry, the item you selected could not be found."
  22384.     return
  22385. end try
  22386. e    No Changeq
  22387. Dev.CD Sep 00 RL Disk 1
  22388. All Packages
  22389. develop Issue 26
  22390. 68466X
  22391. appleb
  22392. apple
  22393. events
  22394. appleevents
  22395. toolbox
  22396. autoguest
  22397. apple
  22398. guide
  22399. systems
  22400. apple
  22401. apple
  22402. guide
  22403. apple
  22404. apple
  22405. apple
  22406. developer
  22407. newsz
  22408. apple
  22409. share
  22410. authentication
  22411. pbvolumemount
  22412. appleeventa
  22413. macapp
  22414. macapp
  22415. release
  22416. significant
  22417. release
  22418. venera
  22419. macapp
  22420. release
  22421. continues
  22422. tradition
  22423. modernization
  22424. macapp-based]
  22425. macbinary
  22426. macbinary-ii-standar
  22427. macbinary-standard
  22428. macbug
  22429. maccalendar
  22430. maccheck
  22431. macctb
  22432. macfilesigning
  22433. macframework
  22434. macgamma
  22435. macgamma
  22436. their
  22437. application
  22438. macintosh
  22439. powerbook
  22440. series
  22441. developer
  22442. 67015X
  22443. May 97
  22444. 65476X
  22445. 1e    No Change
  22446. CodecTestMain(PPC)
  22447. CodecTestMain.c
  22448. DrawTextCodec
  22449. DrawTextCodec.h
  22450. DrawTextCodec.mcp
  22451. DrawTextCodec.rsrc
  22452. DrawTextComponent.c
  22453. DrawTextCompress.c
  22454. DrawTextDecompress.cM    QuickTimeN
  22455. QuickTime, codecOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:DrawTextCodec:PNDev.CD Nov 00 TC Disk 2
  22456.  - Sample Code
  22457.  - QuickTime
  22458.  - Codecs
  22459.  - DrawTextCodecV
  22460. 68507X
  22461. Nov 00^    TC Disk 2
  22462. --set theItem to choose file -- uncomment to test in an AS editor
  22463.     tell application "Finder"
  22464.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:DrawTextCodec:"
  22465.         activate
  22466.     end tell
  22467. on error errMsg number errNum
  22468.     --enter statements to perform when no records are found such as...
  22469.     display dialog "Sorry, the item you selected could not be found."
  22470.     return
  22471. end try
  22472. e    No Changef
  22473. QuickTime
  22474. codecq
  22475. Dev.CD Nov 00 TC Disk 2
  22476. All Packages
  22477. Drive UtilitiesV
  22478. 68508X
  22479. e QTFrameStepper.c for more detailed comments and instructions
  22480. on using this snippet.
  22481. Enjoy,
  22482. QuickTime Team
  22483. SoundConverter a very simple application that shows how to use the Sound Converter API and how to place audio data in a movie. The destination format parameters are hard coded in this sample.
  22484. SoundConverter simply creates some uncompressed data (a sine wave at the pitch convert A), converts it to the hard-coded format (which can be any audio format supported by QuickTime 4.0 and Sound Manager 3.4), and places the data in a movie.
  22485. Application Files
  22486. Building QT Samples
  22487. Common Files
  22488. README
  22489. SoundConverter 68k
  22490. SoundConverter 68k.mcp
  22491. SoundConverter PPC
  22492. SoundConverter PPC.mcp
  22493. SoundConverter Win.mcp
  22494. SoundConverter.c
  22495. SoundConverter.exe
  22496. SoundConverter.h
  22497. SoundConverter.makM
  22498. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N*QuickTime, Sound, Converter, Format, AudioOMDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:SoundConverter:
  22499. Summary:  The Communications Toolbox SDK contains:
  22500. The Basic Connectivity Set 1.1.1 folder contains  CTB tools, including
  22501.         
  22502. XMODEM 1.1 Tool
  22503.         
  22504. Serial 1.0.2 Tool
  22505. The AppleModemTool v1.5.1 folder contains the latest version of the Apple Modem Tool, including developer documentation.
  22506. The CommToolbox 1.1 folder contains the latest interface and library files needed for building CTB 1.1 savvy tools and applications.
  22507. The Communications 1 folder contains the 1.0.2 installer scr
  22508. ipt for installing the CTB 1.0 resources on system 6.0.x machines. 
  22509. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  22510. NOTE:  Developers should do all new development with Open Transport where possible.
  22511. Aug 93L
  22512. converter
  22513. coprocessorR
  22514. copybits
  22515. copydeepmask
  22516. copymask
  22517. corba
  22518. foundation
  22519. counter
  22520. countersA
  22521. counting
  22522. counts
  22523. cplustesample
  22524. crccalc
  22525. crcpatch
  22526. create
  22527. creator
  22528. cross-platform
  22529. cryptographic
  22530. cryptographic
  22531. authentication
  22532. cryptography
  22533. ctab2palette
  22534. ctabhandle
  22535. ctseed
  22536. cttable
  22537. current
  22538. cursor
  22539. cursor
  22540. component
  22541. cursor
  22542. device
  22543. manager
  22544. cursors
  22545. custom
  22546. custom
  22547. allocators
  22548. custom
  22549. color
  22550. search
  22551. custom
  22552. cursor
  22553. custom
  22554. custom
  22555. custom
  22556. window
  22557. customgetfile
  22558.     display dialog "Sorry, the item you selected could not be found."
  22559.     return
  22560. end try
  22561. All Packages
  22562. Open TransportO
  22563. Dev.CD Jun 97 SSWV
  22564. 62338X
  22565. mwprefixrezppc
  22566. print
  22567. record@
  22568. myregistercomponent
  22569. audio
  22570. features
  22571. newformat@
  22572. norway@
  22573. nubuslist
  22574. objects68k@
  22575. kg3series@
  22576. privateconditionals@
  22577. programming
  22578. information
  22579. qd3d@
  22580. quickstart@
  22581. quit@
  22582. rdocproc@
  22583. aecdev-aedaemon@
  22584. readme
  22585. readme
  22586. dcmd@
  22587. readme
  22588. html@
  22589. renderinglib@
  22590. rfc1334
  22591. authentication@
  22592. sample
  22593. applescripts@
  22594. schedule@
  22595. setlockbitatomsample
  22596. simpleplayermfcdoc@
  22597. sites@
  22598. sound@
  22599. support
  22600. systemfolder@
  22601. tech@
  22602. testfinderlaunch
  22603. testprinterclass
  22604. textchanger
  22605. 2.0.1@
  22606. than@
  22607. topseeturvee@
  22608. transitions
  22609. themes@
  22610. ueenie@
  22611. umousetrackbehavior
  22612. updates@
  22613. userstartup
  22614. goodies@
  22615. validator
  22616. 1.11@
  22617. webobjects
  22618. database
  22619. Dev.CD Nov 00 TC Disk 1
  22620.  - Tool Chest
  22621.  - Interapplication Communication
  22622.  - Data Access Manager
  22623.  - Data Access Manager French DemoV
  22624. 68430X
  22625. Nov 00^    TC Disk 1
  22626. --set theItem to choose file -- uncomment to test in an AS editor
  22627.     tell application "Finder"
  22628.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:"
  22629.         activate
  22630.     end tell
  22631. on error errMsg number errNum
  22632.     --enter statements to perform when no records are found such as...
  22633.     display dialog "Sorry, the item you selected could not be found."
  22634.     return
  22635. end try
  22636. e    No Changeq
  22637. Dev.CD Nov 00 TC Disk 1
  22638. All Packages
  22639. Data Access Manager US Demo
  22640. 68431X
  22641. oracle@
  22642. orchestra@
  22643. originally@
  22644. os-compatible@
  22645. others@
  22646. outer@
  22647. outputs@
  22648. owner@
  22649. packages@
  22650. palettes@
  22651. part@
  22652. particular@
  22653. pasmatit@
  22654. passwords@
  22655. apple
  22656. detectors
  22657. technology
  22658. scans
  22659. searchiy
  22660. apple
  22661. sprockets
  22662. libraries
  22663. designed
  22664. simplify
  22665. apple
  22666. location
  22667. manager
  22668. allows
  22669. users
  22670. switch
  22671. groups
  22672. apple
  22673. system
  22674. profiler
  22675. gather
  22676. information
  22677. about
  22678. apple
  22679. wants
  22680. communicate
  22681. benefits
  22682. native
  22683. apple
  22684. workgroup
  22685. server
  22686. 9650/350
  22687. developer
  22688. item you selected could not be found."
  22689.     return
  22690. end try
  22691. e    No Changef(Fixed Point
  22692. Rotation
  22693. Translation
  22694. 2D Mathq
  22695. Dev.CD Nov 00 TC Disk 1
  22696. D!All Packages
  22697. Mac OS SDK Edition
  22698. Translation Manager
  22699. eUpdate from Mac OS Easy Open SDK to Translation Manager SDK to reflect the move from standalone product to System service. 
  22700. Contains a new example Translation Extension component which demonstrates correct packaging of 68K and PowerPC code.
  22701. Contains a copy of Mac OS Tech Note 1004 which describes proper packaging of components with 68K and PowerPC code.
  22702. e    No Change
  22703. easyview
  22704. Summary: This stack contains a collection of Apple Event XCMDs and handlers which can be used to send Apple events to Apple event-aware applications from HyperCard.  It replaces the SendAppleEvent XCMD stack which has been previously distributed via AppleLink and Apple's Developer CD.  Object specifiers and AERecords are  now supported in this stack!  With this HyperCard stack, you may easily create and send Apple events to an application.  By reading an application's 'aete' resource, whicBfh generates glue routines, you can "test drive" the application by sending it events that it supports.
  22705. J*Apple Event XCMDs b3
  22706. Apple Event XCMDs DocK
  22707. Nov 94OlDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:PzDev.CD Nov 00 TC Disk 1
  22708.  - Tool Chest
  22709.  - Development Kits
  22710.  - HyperCard Related
  22711.  - XCMDs & XFCNs
  22712.  - Apple Event XCMDs 1.0b3ded loose mappings for variant forms of Han characters (e.g., simplified vs. traditional), yielding 
  22713. sample
  22714. shows
  22715. write
  22716. fully
  22717. asynchronous
  22718. block
  22719. sample
  22720. shows
  22721. quicktime
  22722. faster
  22723. sample
  22724. shows
  22725. interpretation
  22726. picture
  22727. comments
  22728. sample
  22729. demonstrates
  22730. steps
  22731. involved
  22732. creating
  22733. sample
  22734. written
  22735. response
  22736. developers
  22737. sample
  22738. display
  22739. version
  22740. quickdraw
  22741. which
  22742. contains
  22743. information
  22744. advantage
  22745. includes
  22746. libraries
  22747. include
  22748. files
  22749. necessary
  22750. shows
  22751. obtain
  22752. color
  22753. manager
  22754. simple
  22755. demonstrates
  22756. force
  22757. preview
  22758. enables
  22759. simple
  22760. sample
  22761. places
  22762. modal
  22763. dialog
  22764. small
  22765. application
  22766. illustrating
  22767. launch
  22768. applesc
  22769. snippet
  22770. checks
  22771. number
  22772. sample
  22773. rates
  22774. available
  22775. snippet
  22776. shows
  22777. access
  22778. desktop
  22779. pattern
  22780. snippet
  22781. shows
  22782. example
  22783. resource
  22784. 68330X
  22785. Dec 99^
  22786. --set theItem to choose file -- uncomment to test in an AS editor
  22787.     tell application "Finder"
  22788.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:"
  22789.         activate
  22790.     end tell
  22791. on error errMsg number errNum
  22792.     --enter statements to perform when no records are found such as...
  22793.     display dialog "Sorry, the item you selected could not be found."
  22794.     return
  22795. end try
  22796. Deletedf"bug reports
  22797. error reports to Appleq
  22798. Dev.CD Dec 99 RL
  22799. All Packages
  22800. bugInfo macro
  22801. 68331X
  22802. uch as...
  22803.     display dialog "Sorry, the item you selected could not be found."
  22804.     return
  22805. end try
  22806. All Packages
  22807. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  22808. Dev.CD Jan 94
  22809. Dev.CD Oct 93
  22810. Dev.CD Jul 93
  22811. Dev.CD Apr 93PDDev.CD Apr 94
  22812. Dev.CD Jan 94
  22813. Dev.CD Oct 93
  22814. Dev.CD Jul 93
  22815. Dev.CD Apr 9V
  22816. 67879X
  22817. Apr 94
  22818. helpful
  22819. scripts
  22820. hidemenubar
  22821. hiermenus
  22822. hitec
  22823. hitec
  22824. super
  22825. front
  22826. hosesample
  22827. hotsauce
  22828. opp's
  22829. opportunities
  22830. optimization
  22831. optimization
  22832. optimizationend
  22833. optimizationend
  22834. optimized
  22835. optimizer
  22836. oracle
  22837. order
  22838. order
  22839. orientedS
  22840. pr 94
  22841. --set theItem to choose file -- uncomment to test in an AS editor
  22842.     tell application "Finder"
  22843.         open item "Dev.CD Apr 94
  22844. Dev.CD Jan 94
  22845. Dev.CD Oct 93
  22846. Dev.CD Jul 93
  22847. Dev.CD Apr 93"
  22848.         activate
  22849.     end tell
  22850. on error errMsg number errNum
  22851.     --enter statements to perform when no records are found such as...
  22852.     display dialog "Sorry, the item you selected could not be found."
  22853.     return
  22854. end try
  22855. All Packages
  22856. System Enabler 003 (LC III)OEDev.CD Apr 94
  22857. Dev.CD Jan 94
  22858. Dev.CD Oct 93
  22859. Dev.CD Jul 93
  22860. Dev.CD Apr 93PDDev.CD Apr 94
  22861. Dev.CD Jan 94
  22862. Dev.CD Oct 93
  22863. Dev.CD Jul 93
  22864. Dev.CD Apr 9V
  22865. 67865X
  22866. Apr 94
  22867. produced
  22868. producer/consumer
  22869. produces
  22870. produces
  22871. module
  22872. producing
  22873. 69148X
  22874. Jan 94
  22875. p--set theItem to choose file -- uncomment to test in an AS editor
  22876.     tell application "Finder"
  22877.         open item "Dev.CD Jan 94
  22878. Dev.CD Oct 93"
  22879.         activate
  22880.     end tell
  22881. on error errMsg number errNum
  22882.     --enter statements to perform when no records are found such as...
  22883.     display dialog "Sorry, the item you selected could not be found."
  22884.     return
  22885. end try
  22886. All Packages
  22887. F    QuickTimeO
  22888. Dev.CD Jan 94
  22889. Dev.CD Oct 93P
  22890. Dev.CD Jan 94
  22891. Dev.CD Oct 9V
  22892. 69149X
  22893. Jan 94
  22894. p--set theItem to choose file -- uncomment to test in an AS editor
  22895.     tell application "Finder"
  22896.         open item "Dev.CD Jan 94
  22897. Dev.CD Oct 93"
  22898.         activate
  22899.     end tell
  22900. on error errMsg number errNum
  22901.     --enter statements to perform when no records are found such as...
  22902.     display dialog "Sorry, the item you selected could not be found."
  22903.     return
  22904. end try
  22905. All Packages
  22906. F    QuickTimeO
  22907. Dev.CD Jan 94
  22908. Dev.CD Oct 93P
  22909. Dev.CD Jan 94
  22910. Dev.CD Oct 9V
  22911. 69150X
  22912. Jan 94
  22913. roadmap
  22914. robix
  22915. robix
  22916. sources
  22917. diagrams
  22918. resource
  22919. romresourcedump
  22920. romresourcedump
  22921. romresourcedump
  22922. romresourcedump
  22923. romresourcedump
  22924. rotate
  22925. rotate
  22926. rotate
  22927. small
  22928. rotatebitmap90
  22929. rotatebitmap90
  22930. rotatebitmap90
  22931. rotatesamplemain
  22932. rotatesamplemain
  22933. rotatestring
  22934. rotatestring
  22935. rotatestring
  22936. rotatestring
  22937. rotatestring
  22938. rotation
  22939. rotation
  22940. controllers
  22941. 1.0.1
  22942. rotation
  22943. controllers
  22944. rotation
  22945. ctl's
  22946. nifty
  22947. night
  22948. nine{
  22949. nirvana{
  22950. nisus
  22951. nitty
  22952. training
  22953. required
  22954. plug-and-play
  22955. design
  22956. no-copy
  22957. ger:ROM Build/Download 3.2.4:"
  22958.         activate
  22959.     end tell
  22960. on error errMsg number errNum
  22961.     --enter statements to perform when no records are found such as...
  22962.     display dialog "Sorry, the item you selected could not be found."
  22963.     return
  22964. end try
  22965. e    No ChangefuSlot
  22966. Slot Manager
  22967. Slot Mgr.
  22968. Declaration
  22969. configuration
  22970. configuration ROM
  22971. NuBus
  22972.  CRCPatch
  22973. CRCCalc
  22974. tjs commq
  22975. Dev.CD Nov 00 TC Disk 1
  22976. All Packages
  22977. ROMResourceDump
  22978. 67611X
  22979. sample
  22980. updated
  22981. carbon
  22982. under
  22983. 68782X
  22984. Oct 00^
  22985. --set theItem to choose file -- uncomment to test in an AS editor
  22986.     tell application "Finder"
  22987.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.2.2:"
  22988.         activate
  22989.     end tell
  22990. on error errMsg number errNum
  22991.     --enter statements to perform when no records are found such as...
  22992.     display dialog "Sorry, the item you selected could not be found."
  22993.     return
  22994. end try
  22995. e    No Changef
  22996. MRJ SDK
  22997. http://developer.apple.com/sdk/q
  22998. Dev.CD Oct 00 SDK1
  22999. All Packages
  23000. New & RevisedF
  23001. MRJ 2.2.3 Debug
  23002.     der"
  23003.         open item "Dev.CD Jan 96 SDK1"
  23004.         activate
  23005.     end tell
  23006. on error errMsg number errNum
  23007.     --enter statements to perform when no records are found such as...
  23008.     display dialog "Sorry, the item you selected could not be found."
  23009.     return
  23010. end try
  23011. All Packages
  23012. QuickDraw GXO
  23013. Dev.CD Jan 96 SDK1P
  23014. Dev.CD Jan 96 SDKV
  23015. 65793X
  23016. Jan 96
  23017. audio
  23018. features
  23019. newgworld
  23020. newgworld
  23021. newgworld
  23022. norway
  23023. norway
  23024. distributors/localiz
  23025. apple
  23026. product
  23027. example
  23028. notation
  23029. notation
  23030. noteX
  23031. notes
  23032. notestonetest
  23033. notestonetest
  23034. 1.5.1
  23035. first
  23036. library
  23037. plugins
  23038. nubus
  23039. nubus
  23040. board
  23041. registration
  23042. object
  23043. objectcode
  23044. objecthelpers
  23045. objecthelpers
  23046. objecthelpers
  23047. objectppc
  23048. objects
  23049. objects68k
  23050. objectsppc
  23051. objectsupportlib
  23052. obsolete
  23053. obsolete
  23054. pre-asip
  23055. obsolete&unsupported
  23056. obtain
  23057. qttimecode
  23058. timecode
  23059. track
  23060. movie
  23061. Book, CometONDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:ackage
  23062. packaged
  23063. shtml
  23064. sighyper
  23065. signaturetoappc
  23066. signaturetoapp
  23067. signaturetoapp
  23068. signaturetoapp
  23069. signaturetoapp
  23070. signaturetoapp
  23071. signaturetoappdemo
  23072. signaturetoappdemo
  23073. sillyballs
  23074. sillyballs
  23075. sillyballs
  23076. sillyballs
  23077. sillyballs
  23078. sillyballview
  23079. sillyballview
  23080. sillyballview
  23081. simon
  23082. simon
  23083. simon
  23084. pbproj
  23085. simoncontroller
  23086. simoncontroller
  23087. simoncontroller
  23088. simoncontroller
  23089. simpleeditmfc
  23090. simpleeditmfc
  23091. simpleeditmfc
  23092. simpleeditmfcdoc
  23093. simpleeditmfcdoc
  23094. simpleeditmfcdoc
  23095. simpleeditmfcview
  23096. simpleeditmfcview
  23097. simpleeditmfcview
  23098. simpleplayermfc
  23099. simpleplayermfc
  23100. simpleplayermfc
  23101. simpleplayermfc
  23102. simpleplayermfc
  23103. simpleplayermfc
  23104. simpleplayermfc
  23105. simpleplayermfc
  23106. manager'sf
  23107. manager-related
  23108. managers
  23109. managing
  23110. managmentw
  23111. manalyzer
  23112. mananger
  23113. manger
  23114. manipulate
  23115. manipulating
  23116. manipulation
  23117. manipulations
  23118. manner
  23119. manual
  23120. manually
  23121. manuals
  23122. manufacturers
  23123. many^
  23124. ev.CD Jul 93
  23125. Dev.CD Apr 9V
  23126. 66390X
  23127. Apr 94
  23128. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  23129. Target machines:  Mac SE or later, 4 MB memory or greater.  System 6.5 or later (System 7.0 or later preferred).  VU External Tools require System 7.0 or later.
  23130. Virtual User is a host-target based testing system.  At least 2 machines (1 host, many targets) are necessary to perform any testing with Virtual User, and all machines must be connected via an AppleTalk network (TCP/C
  23131. IP is not supported).
  23132. VU3.0.1d3.smiK
  23133. Dec 97L
  23134. Feb 00MIVU External Tool communications require targets with System 7.0 or later.NEVU, Virtual User, VirtualUser, Testing, Automation, Automated TestingOLDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PTDev.CD Nov 00 TC Disk 1
  23135.  - Tool Chest
  23136.  - Testing & Debugging
  23137.  - Virtual User 3.0.1d3
  23138. platform
  23139. platforms_
  23140. minimal
  23141. sample
  23142. audio
  23143. player
  23144. sample
  23145. applicat
  23146. playable
  23147. playback
  23148. playbar
  23149. played
  23150. player
  23151. players
  23152. playing
  23153. playsound
  23154. playthrough
  23155. playvideo
  23156. playvideo
  23157. sample
  23158. which
  23159. makes
  23160. requestvideo
  23161. please_
  23162. pleased
  23163. plethora
  23164. plug-and-play
  23165. on-line
  23166. velopment Kits:Hardware:CardBus DDK:PADev.CD Oct 00 SDK1
  23167.  - Development Kits
  23168.  - Hardware
  23169.  - CardBus DDKn item "Dev.CD Jul 95"
  23170.         activate
  23171.     end tell
  23172. on error errMsg number errNum
  23173.     --enter statements to perform when no records are found such as...
  23174.     display dialog "Sorry, the item you selected could not be found."
  23175.     return
  23176. end try
  23177. All Packages
  23178. System 7.5 Update 1.0O
  23179. Dev.CD Jul 95P
  23180. Dev.CD Jul 9V
  23181. 66180X
  23182. Jul 95
  23183. b--set theItem to choose file -- uncomment to test in an AS editor
  23184.     tell application "Finder"
  23185.         open item "Dev.CD Jul 95"
  23186.         activate
  23187.     end tell
  23188. on error errMsg number errNum
  23189.     --enter statements to perform when no records are found such as...
  23190.     display dialog "Sorry, the item you selected could not be found."
  23191.     return
  23192. end try
  23193. All Packages
  23194. System 7.5 Update 1.0O
  23195. Dev.CD Jul 95P
  23196. Dev.CD Jul 9V
  23197. 66181X
  23198. Jul 95
  23199. accessed
  23200. accesses
  23201. accessible
  23202. accessing
  23203. accessorj
  23204. accessoriese
  23205. acclaimed
  23206. accommodates
  23207. accompanied
  23208. accompanies
  23209. accompany
  23210. accompanying
  23211. accomplish
  23212. accomplished
  23213. accomplishing
  23214. according
  23215. according
  23216. inside
  23217. macintosh
  23218. macin
  23219.  Windows 95, 98, or NT::
  23220.     - JRE/JDK from Sun Microsystems, Inc. recommended
  23221. QuickTime, Java, MRJOXDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:ImportExport:PfDev.CD Nov 00 TC Disk 2
  23222.  - Sample Code
  23223.  - QuickTime
  23224.  -  All Java
  23225.  - QuickTime for Java
  23226.  - ImportExportV
  23227. 66989X
  23228. Nov 00^    TC Disk 2
  23229. e    No Change
  23230. e    No Change
  23231. Mac OS 9.0
  23232. Mac OS 9 is the ultimate upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  23233. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simraw GX
  23234.  - GX->PostScript SampleV
  23235. 63695X
  23236. Nov 00^    TC Disk 1
  23237. e    No Change
  23238. Next, the code creates the offscreen GWorld using NewGWorldFromHBITMAP.
  23239. A movie is "drawn" to this newly created offscreen by first setting the movie's GWorld
  23240. via the Quicktime SetMovieGWorld function and then calling the UpdateMovies and MoviesTask functions.
  23241. Finally, a background image and other messages are drawn to the memory device context,
  23242. and the memory device context contents are drawn to the sc
  23243. panel
  23244. panorama
  23245. panoramic
  23246. parser
  23247. parser
  23248. generator
  23249. parsing
  23250. parsing
  23251. pascal
  23252. passphrase
  23253. password
  23254. password
  23255. storage
  23256. patch
  23257. pattern
  23258. pbcatsearch
  23259. pbvolumemount
  23260. cted could not be found."
  23261.     return
  23262. end try
  23263. Deletedf
  23264. Mac OS Runtime Architectureq
  23265. Dev.CD Dec 99 RL
  23266. rD!All Packages
  23267. Tool Chest Edition
  23268. F!Mac OS Runtime for Java 1.0.1b1c2
  23269. Summary:  Mac OS Runtime for Java (MRJ) is Apple
  23270. s implementation of the Java runtime environment from Sun Microsystems, Inc. With MRJ, Mac OS applications can use Java applets and applications.
  23271. MRJ 1.0.1 implements version 1.0.2 of Sun
  23272. s Java. MRJ 1.0.1 includes Apple Applet Runner, a standalone application that runs Java applets, and Apple Applet Viewer, an OpenDoc viewer you use to put Java applets into OpenDoc documents. 
  23273. MRJ 1.0.1 works on computers with 68030 or 68040 microprocessole it down to any size or depth icon.J
  23274. IconUtil.c
  23275. IconUtil.h
  23276. InitMac.c
  23277. InitMac.h
  23278. MakeIcon(PPC)
  23279. MakeIcon.c
  23280. MakeIcon.mcp
  23281. MakeIcon.output
  23282. MakeIcon.rsrc
  23283. MiscCode.c
  23284. MiscCode.h
  23285. OldBitMap.c
  23286. OldBitMap.h
  23287. TN120_Gworld.cM
  23288. Color QuickDrawN>Icon, MakeIcon, icl8, icl4, ICN#, ICON, ics#, ics4, ics8, SICNO9Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MakeIcon:V
  23289. 65475X
  23290. 1e    No Change
  23291. OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue  2:PJDev.CD Sep 96 RL
  23292.  - Technical Documentation
  23293.  - develop
  23294.  - develop Issue  2editing and creation tool.  See the "About ResEdit 2.1.3" file within the "ResEdit 2.1.3" folder for a list of new features and bug fixes in this release.
  23295. Features: Supports editing of all major resource types. You can also write your own ResEdit editors and integrate them.
  23296. J|ResEdit - Read Me First
  23297. ResEdit - Read Me First.txt
  23298. ResEdit 2.1.3
  23299. ResEdit Extensions
  23300. ResEdit Reference
  23301. ResEdit Reference 2.1K
  23302. Vol IIIL
  23303. Nov 94MnResEdit works on any Macintosh system with at least one megabyte of memory. It requires System 6.0.2 or later.OEDev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:ResEdit 2.1.3:PMDev.CD Nov 00 TC Disk 1
  23304.  - Tool Chest
  23305.  - Developer Utilities
  23306.  - ResEdit 2.1.3V
  23307. 67604X
  23308. Nov 00^    TC Disk 1
  23309. e    No Change
  23310. owalldialog
  23311. walltowalldialog
  23312. vrmakeobject
  23313. vrmakeobject
  23314. vrmakeobject
  23315. vrmakeobject
  23316. vrmakeobject
  23317. vrmakeobject
  23318. vrmakeobject
  23319. vrmakepano
  23320. vrmakepano
  23321. vrmakepano
  23322. vrmakepano
  23323. vrmakepano
  23324. vrmakepano
  23325. vrmakepano
  23326. vrmakepano
  23327. vrmakepano
  23328. vrmakepano
  23329. vrmovies
  23330. vrmovies
  23331. vrmovies
  23332. vrmovies
  23333. vrmovies
  23334. vrmovies
  23335. vrmovies
  23336. vrmovies
  23337. vrmovies
  23338. vrmovies
  23339. vrmovies
  23340. vrscript
  23341. vrscript
  23342. vu-meter
  23343. vu-meter
  23344. vu-meter
  23345. vu-meter
  23346. vu-meter
  23347. vu-meter
  23348. vu3.0.1d3B
  23349. vu3.0.1d3
  23350. w/controller
  23351. walltowalldialog
  23352. walltowalldialog
  23353. walltowalldialog
  23354. All Packages
  23355. F    QuickTimeO
  23356. Dev.CD Jan 94P
  23357. Dev.CD Jan 9V
  23358. 69134X
  23359. Jan 94
  23360. b--set theItem to choose file -- uncomment to test in an AS editor
  23361.     tell application "Finder"
  23362.         open item "Dev.CD Jan 94"
  23363.         activate
  23364.     end tell
  23365. on error errMsg number errNum
  23366.     --enter statements to perform when no records are found such as...
  23367.     display dialog "Sorry, the item you selected could not be found."
  23368.     return
  23369. end try
  23370. All Packages
  23371. F    QuickTimeO
  23372. Dev.CD Jan 94
  23373. Dev.CD Oct 93P
  23374. Dev.CD Jan 94
  23375. Dev.CD Oct 9V
  23376. 69135X
  23377. Jan 94
  23378. p--set theItem to choose file -- uncomment to test in an AS editor
  23379.     tell application "Finder"
  23380.         open item "Dev.CD Jan 94
  23381. Dev.CD Oct 93"
  23382.         activate
  23383.     end tell
  23384. on error errMsg number errNum
  23385.     --enter statements to perform when no records are found such as...
  23386.     display dialog "Sorry, the item you selected could not be found."
  23387.     return
  23388. end try
  23389. All Packages
  23390. F    QuickTimeV
  23391. 69136X
  23392. compression
  23393. light
  23394. light-weight
  23395. lightening
  23396. lighter
  23397. lights
  23398. lindenberg
  23399. linear
  23400. lines
  23401. linguistically
  23402. linkl
  23403. linked
  23404. linker
  23405. linkers
  23406. linkingA
  23407. links`
  23408. linton
  23409. lipton
  23410. lisez-moi
  23411. lisp{
  23412. listf
  23413.  Cancel button, use the standard filter, and bring another dialog or alert up on top of that dialog, you need to add a little extra code in your own filter to handle that situation.
  23414. The code is included here, look in the filterIt function included in stdFilterHacking.c.
  23415. JSstdFilterHacking(PPC)
  23416. stdFilterHacking.c
  23417. stdFilterHacking.mcp
  23418. stdFilterHacking.rsrcOMDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:stdFilterHacking:PUDev.CD Nov 00 TC Disk 1
  23419.  - Sample Code
  23420.  - Human Interface Toolbox
  23421.  - stdFilterHackingU
  23422. specialized
  23423. specially
  23424. specific
  23425. specificallya
  23426. specification
  23427. specifications
  23428. specifics
  23429. ion creates a different size memory partition 
  23430. Dev.CD Nov 00 TC Disk 1
  23431. All Packages
  23432. GetPPPStatusI
  23433. Program sample to demonstrate the use of Apple Events to obtain the status information associated with OT/PPP or ARA 3.0
  23434. Distinguishes between OT/PPP and ARA.J
  23435. AEHelpers.c
  23436. AEHelpers.h
  23437. FinderRegistry.h
  23438. GetPPPStatus Readme
  23439. GetPPPStatus(PPC)
  23440. GetPPPStatus.c
  23441. GetPPPStatus.mcp
  23442. MoreFinderEvents.c
  23443. MoreFinderEvents.h
  23444. OpenTptPPP.h
  23445. RAScriptingAdditions.h
  23446. TrapUtils.c
  23447. TrapUtils.hK
  23448. Apr 98MKOpen Transport 1.1.1 and the SDK, Open Transport PPP or ARA 3.0 or greater.N.OT/PPP, Open Transport, PPP, ARA, GetPPPStatusO<Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:GetPPPStatus:PDDev.CD Nov 00 TC Disk 1
  23449.  - Sample Code
  23450.  - Networking
  23451.  - GetPPPStatusV
  23452. 68563X
  23453. Nov 00^    TC Disk 1
  23454. e    No Change
  23455. Sep 92L
  23456. Sep 93V
  23457. 65118X
  23458. 1e    No Change
  23459. ocketSample(PPC)
  23460. SprocketSample.cp
  23461. SprocketSample.mcp
  23462. SprocketSample.rsrc
  23463. ToolWindow.cp
  23464. ToolWindow.h
  23465. OHDev.CD Nov 00 TC Disk 2:Sample Code:Overview:Dave Falkenburg's Sprocket:V
  23466. 60362X
  23467. 1e    No Change
  23468. sheets
  23469. sheets
  23470. sheets
  23471. sheets
  23472. pbproj
  23473. shell
  23474. shellsort
  23475. shellsort
  23476. shift
  23477. ships
  23478. ships
  23479. movie
  23480. movie
  23481. showalldrivequeueele
  23482. showalldrivequeueele
  23483. showallmountedvolume
  23484. showallmountedvolume
  23485. showballoon
  23486. showballoon
  23487. showballoon
  23488. showballoon
  23489. showballoon
  23490. showdialogboxes
  23491. showdialogboxes
  23492. showhidefolder
  23493. showhidefolder
  23494. showicon7
  23495. showicon7
  23496. 68695X
  23497. Oct 99^
  23498. g--set theItem to choose file -- uncomment to test in an AS editor
  23499.     tell application "Finder"
  23500.         open item "Dev.CD Oct 99 SSW:"
  23501.         activate
  23502.     end tell
  23503. on error errMsg number errNum
  23504.     --enter statements to perform when no records are found such as...
  23505.     display dialog "Sorry, the item you selected could not be found."
  23506.     return
  23507. end try
  23508. Mac OS 9q
  23509. Dev.CD Oct 99 SSW
  23510. qD(All Packages
  23511. Reference Library Edition
  23512. Mac OS Runtime ArchitecturesI
  23513. This book describes the Mac OS runtime architecture based upon the Code Fragment Manager (CFM) as well as the original classic 68K runtime architecture.JQDisplay Device Driver Guide
  23514. Mac OS Runtime Architectures
  23515. Read Me - Other SSW DocsK
  23516. Oct 97M
  23517. Adobe AcrobatN
  23518. Mac OS Runtime ArchitectureO@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  23519.  - Technical Documentation
  23520.  - More SSW DocumentationV
  23521. 68696X
  23522. Dec 99^
  23523. #isk 1:Sample Code:Human Interface Toolbox:DateThing:
  23524. p--set theItem to choose file -- uncomment to test in an AS editor
  23525.     tell application "Finder"
  23526.         open item "Dev.CD May 94
  23527. Dev.CD Feb 94"
  23528.         activate
  23529.     end tell
  23530. on error errMsg number errNum
  23531.     --enter statements to perform when no records are found such as...
  23532.     display dialog "Sorry, the item you selected could not be found."
  23533.     return
  23534. end try
  23535. a special menu that will set the desktop on OS 9 and display full screen snapshots on OS X.
  23536. JqAEventStuff.c
  23537. CarbonPrefix.h
  23538. CarbonRes.rsrc
  23539. ReadMe
  23540. SnapShot(PPC)
  23541. Snapshot.c
  23542. Snapshot.h
  23543. SnapShot.mcp
  23544. Snapshot.rsrcK
  23545. Nov 00M
  23546. Color QuickDraw, CarbonLibN+Snapshot, screen shot, pixmap, Carbon, PICTO?Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Super Snapshot:PGDev.CD Nov 00 TC Disk 1
  23547.  - Sample Code
  23548.  - Graphics 2D
  23549.  - Super Snapshoteaps
  23550. debugging
  23551. allows
  23552. apple
  23553. grayscale
  23554. appearance
  23555. system
  23556. specif
  23557. summary
  23558. apple
  23559. international
  23560. glossaries
  23561. contains
  23562. translat
  23563. before[
  23564. begin
  23565. beginfullscreen
  23566. beginning
  23567. behalf
  23568. behave
  23569. behaves
  23570. behavior
  23571. behaviors
  23572. behaviour
  23573. behind
  23574. bezier
  23575. binary
  23576. binding
  23577. binhex
  23578. bitmap
  23579. bitmapped
  23580. bitmapsr
  23581. black
  23582. black-and-white
  23583. blackketter
  23584. blank
  23585. block
  23586. blockreader
  23587. blocks
  23588. blueprint{
  23589. board
  23590. boards
  23591. bodyz
  23592. bones
  23593. book`
  23594. books`
  23595. boost
  23596. booting
  23597. e    No Changef
  23598. Music movie
  23599. converterq
  23600. Dev.CD Nov 00 TC Disk 1
  23601. All Packages
  23602. MiniLauncher 1.3b5
  23603. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  23604. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.
  23605. Virtual User tools.imgK
  23606. Vol VIIL
  23607. Nov/Dec 92OJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  23608.  - Tool Chest
  23609.  - Testing & Debugging
  23610.  - Virtual User toolsV
  23611. 68749X
  23612. Nov 00^    TC Disk 1
  23613. e    No Change
  23614. nable indexing and summarization for files that were previously skipped.  With System 8.5, Adobe
  23615.  Portable Document Format (PDF) files were not indexed because the text within these document is encoded.  For System 8.6, Find by Content uses the 
  23616. PDF Text Extractor
  23617.  to index and summarize PDF files.  
  23618. dtscpluslibrary
  23619. mini-framework
  23620. small
  23621. simple
  23622. dudes
  23623. dummy
  23624. dumped
  23625. dumpnetworksetup
  23626. dumpnetworksetup
  23627. dumps
  23628. entire
  23629. contents
  23630. network
  23631. dumps
  23632. dumpsrec
  23633. dumpster
  23634. duplicate
  23635. during_
  23636. dutch
  23637. dvd-rom
  23638. dykstra-erickson
  23639. dylan
  23640. olboxKeychain:"
  23641.         activate
  23642.     end tell
  23643. on error errMsg number errNum
  23644.     --enter statements to perform when no records are found such as...
  23645.     display dialog "Sorry, the item you selected could not be found."
  23646.     return
  23647. end try
  23648. New Packagef3Apple events
  23649. AppleEvents
  23650. PPC Toolbox
  23651. AutoGuest INITo&http://developer.apple.com/samplecode/q
  23652. Dev.CD Nov 00 TC Disk 1
  23653. All Packages
  23654. Prefs
  23655. ATags
  23656. ATags Manual
  23657. ATags Manual.txt
  23658. CTags
  23659. Ctags Manual
  23660. Ctags Manual.txt
  23661. Findtag
  23662. Findtag Manual
  23663. Findtag Manual.txt
  23664. PopTag
  23665. PopTag Manual
  23666. PopTag Manual.txt
  23667. PTags
  23668. Ptags Manual
  23669. Ptags Manual.txt
  23670. READ ME
  23671. READ ME.txt
  23672. Sample Startup
  23673. Tags.Help
  23674. farther
  23675. fashion
  23676. fast{
  23677. faster{
  23678. fastest
  23679. fatbits
  23680. fault
  23681. favorite
  23682. sampleso
  23683. samplesndplay
  23684. saven
  23685. savemenu
  23686. saver
  23687. saves
  23688. saving{
  23689. savings
  23690. savory
  23691. savvy
  23692. sawitzki
  23693. says{
  23694. sbarcdef
  23695. scale
  23696. scaled
  23697. scannedx
  23698. scannerx
  23699. scanning
  23700. scansx
  23701. scheduleS
  23702. schedulesS
  23703. scheme
  23704. schemes
  23705. schneider
  23706. school
  23707. science
  23708. scoop
  23709. score
  23710. scoring
  23711. scott
  23712. scrambling
  23713. scrap
  23714. screenB
  23715. screen's
  23716. screens
  23717. scripty
  23718. scriptability
  23719. Summary:  SCSI Monitor and IOTracer are performance tools designed to record and report information on file system and SCSI performance in a Macintosh environment.  This release includes bug fixes for System Software 7.5.3 and PCI-based Macintosh systems.
  23720.      SCSI Monitor reports aggregate information on disk I/O. It reports the number of disk reads and write operations performed, the number of sectors involved and the time taken to complete the operations.
  23721.  IOTracer collects trace da
  23722. ta on file system and driver reads and writes and other I/O related calls. An analysis tool is provided which inputs an IOTracer trace and outputs a summary of the I/O performance. IOTracer can also collect data on resource calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  23723.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  23724. f--set theItem to choose file -- uncomment to test in an AS editor
  23725.     tell application "Finder"
  23726.         open item "Dev.CD Jun 97 SSW"
  23727.         activate
  23728.     end tell
  23729. on error errMsg number errNum
  23730.     --enter statements to perform when no records are found such as...
  23731.     display dialog "Sorry, the item you selected could not be found."
  23732.     return
  23733. end try
  23734. drawsprocket
  23735. inputsprocket
  23736. netsprocket
  23737. sound
  23738. srccopy
  23739. srccopy
  23740. penmode
  23741. invert
  23742. carbon
  23743. srcxor
  23744. stack
  23745. stacks
  23746. standard
  23747. standard
  23748. customgetfile
  23749. choosing
  23750. aliases
  23751. standard
  23752. default
  23753. folder
  23754. standard
  23755. replace
  23756. standard
  23757. standardfile
  23758. choose
  23759. folder
  23760. standardfile
  23761. standards
  23762. starmax
  23763. state
  23764. statements
  23765. status
  23766. --set theItem to choose file -- uncomment to test in an AS editor
  23767.     tell application "Finder"
  23768.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:Graphic Import/Export:"
  23769.         activate
  23770.     end tell
  23771. on error errMsg number errNum
  23772.     --enter statements to perform when no records are found such as...
  23773.     display dialog "Sorry, the item you selected could not be found."
  23774.     return
  23775. end try
  23776. end try
  23777. Movedf&OpenTransport
  23778. Control Strip Moduleq
  23779. Dev.CD Nov 00 TC Disk 1
  23780. All Packages
  23781. OT/PPP Control Strip SampleIPThis sample demonstrates how to call the OT/PPP API from a Control Strip module.JaOpenTptPPP.h
  23782. OT/PPP Client Dev Note 1.0.pdf
  23783. PPP Control.cp
  23784. PPP Control.rsrc
  23785. PPP Control.
  23786. PPP CSMM#OT/PPP 1.0 or higher, Control StripN;OT/PPP API, Control Strip, CSM, OT/PPP Control Strip SampleOKDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT/PPP Control Strip Sample:V
  23787. 67215X
  23788. 1e    No Change
  23789.     Bqplified and Traditional),Dutch, English, Finnish, French, German, Italian, Japanese, Korean, Norwegian, Swedish.
  23790. A5Requires: Disk Copy 6.3.3, 300MB free hard disk space
  23791. Mac OS 9
  23792. Dev.CD Oct 99 SSW:P
  23793. Dev.CD Oct 99 SSWay dialog "Sorry, the item you selected could not be found."
  23794.     return
  23795. end try
  23796. All Packages
  23797. Japanese Language KitOEDev.CD May 94
  23798. Dev.CD Feb 94
  23799. Dev.CD Oct 93
  23800. Dev.CD Jun 93
  23801. Dev.CD May 93PDDev.CD May 94
  23802. Dev.CD Feb 94
  23803. Dev.CD Oct 93
  23804. Dev.CD Jun 93
  23805. Dev.CD May 9V
  23806. 67017X
  23807. May 94
  23808.  Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  23809. 65474X
  23810. 1e    No Change
  23811. Sample Code
  23812.  - Interapplication Comm
  23813.  - ODOCV
  23814. 62331X
  23815. Nov 00^    TC Disk 1
  23816. e    No Change
  23817. Disk Copy is a utility application that will mount disk images on your desktop, make exact copies of floppy disks from a disk image, convert disk images from one format to another, create a disk image from a mounted volume or individual folder, segment a disk image into separate files, create self-mounting disk images, and create a new blank disk image. Using DiskScripts, AppleScript, and self mounting images, it can be used to automate software installations and disk image manipulation.
  23818. This Quick Reference will explain the basic functions of Disk Copy. More detail is provided in the Disk Copy Manual and Balloon Help.
  23819. Changes from Disk Copy 6.3.2
  23820.  Added support for accessing disk images with the Macintosh Compatibility Application of Mac OS X Server.
  23821. Changes from Disk Copy 6.3.1
  23822.  An issue that prevented accessing AppleShare file servers via Navigation Services dialogs has been corrected.
  23823.  Added support for making floppies from certain USB floppy drives.
  23824.  Various i
  23825. --set theItem to choose file -- uncomment to test in an AS editor
  23826.     tell application "Finder"
  23827.         open item "Dev.CD Apr 94
  23828. Dev.CD Jan 94
  23829. Dev.CD Oct 93
  23830. Dev.CD Jul 93
  23831. Dev.CD Apr 93"
  23832.         activate
  23833.     end tell
  23834. on error errMsg number errNum
  23835.     --enter statements to perform when no records are found such as...
  23836.     display dialog "Sorry, the item you selected could not be found."
  23837.     return
  23838. end try
  23839. harness
  23840. harper
  23841. harry
  23842. Mar 92M-System 7, a DAL Server under VMS, MacOS, A/UXOsDev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :P~Dev.CD Nov 00 TC Disk 1
  23843.  - Tool Chest
  23844.  - Interapplication Communication
  23845.  - Data Access Manager
  23846.  - Data Access Manager US Demo selected could not be found."
  23847.     return
  23848. end try
  23849. e    No Changeq
  23850. Dev.CD Nov 00 TC Disk 1
  23851. All Packages
  23852. SignalsV
  23853. 62802X
  23854. JVDemoText.MAMake
  23855. DemoText.r
  23856. DemoTextDump.h
  23857. MDemoText.cp
  23858. README
  23859. UDemoText.cp
  23860. UDemoText.hM
  23861. MacAppN,MacApp, Text Dump, Dump, Two Level Text DumpOSDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Two Level Text Dump:P^Dev.CD Nov 00 TC Disk 2
  23862.  - Sample Code
  23863.  - Platforms and Tools
  23864.  - MacApp
  23865.  - Two Level Text DumpV
  23866. 69748X
  23867. Nov 00^    TC Disk 2
  23868. --set theItem to choose file -- uncomment to test in an AS editor
  23869.     tell application "Finder"
  23870.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Two Level Text Dump:"
  23871.         activate
  23872.     end tell
  23873. on error errMsg number errNum
  23874.     --enter statements to perform when no records are found such as...
  23875.     display dialog "Sorry, the item you selected could not be found."
  23876.     return
  23877. end try
  23878. e    No Changef)MacApp
  23879. Text Dump
  23880. Two Level Text Dumpq
  23881. Dev.CD Nov 00 TC Disk 2
  23882. All Packages
  23883. TwoColumn LDEF
  23884. 69749X
  23885. beasts
  23886. beautiful
  23887. became
  23888. setdeskcpato Change
  23889. makeN
  23890. makeeffectmovie
  23891. makeeffectmovie
  23892. makeeffectmovie
  23893. makeeffectmovie
  23894. makeeffectmovie
  23895. makeeffectmovie
  23896. makeeffectmovie
  23897. makeeffectmovie
  23898. makeeffectmovie
  23899. makeeffectmovie
  23900. makeeffectmovie
  23901. makeeffectshow
  23902. makeeffectshow
  23903. makeeffectshow
  23904. makeeffectshow
  23905. makeeffectslideshow
  23906. makeeffectslideshow
  23907. makeeffectslideshow
  23908. makeeffectslideshow
  23909. makeeffectslideshow
  23910. makeeffectslideshow
  23911. makeeffectslideshow
  23912. hange
  23913. Summary:  Three samples involving Standard File dialogs.
  23914. NOTE: StandardGetFolder replaces CustomGetFile
  23915.  StandardGetFolder: This demonstrates a CustomGetFile call, with additions to the dialog to allow selection of a folder or volume.  This sample is loosely based on the previous CustomGetFolder sample.  This fixes numerous bugs and is substantially better for localization, as it uses Script Manager calls to handle the strings.
  23916. CustomPutAppend:  This demonstrates a CustomPutDialog wit
  23917. h an Append button that does not ask the user if he/she wants to replace the existing file. the sample code in InsideMac:Files, and the Human Interface Guidelines. It also has Balloon Help strings for the Append button.
  23918. CustomPutSuffix:  This demonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist. a dialog hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit and
  23919. convert
  23920. convert
  23921. projects
  23922. converter
  23923. converttext
  23924. converttext
  23925. converttextmovie
  23926. converttextmovie
  23927. converttextmovie
  23928. converttomovie
  23929. converttomovie
  23930. converttomovie
  23931. converttomovie
  23932. coolrequest
  23933. install
  23934. eedpalette
  23935. copybitsspeedpalette
  23936. copybitsspeedpalette
  23937. copybitsspeedpalette
  23938. copydeepmask
  23939. copydeepmask
  23940. copydeepmask
  23941. copydeepmask
  23942. copydeepmask
  23943. copying
  23944. copymask
  23945. copymask
  23946. copymask
  23947. copymask
  23948. coresampleb
  23949. coresample
  23950. coresample
  23951. coresample
  23952. coresample
  23953. coresample
  23954. coresample
  23955. coresample
  23956. terminology
  23957. coursesS
  23958. cpugestalt
  23959. cpugestalt
  23960. cpugestalt
  23961. cpugestalt
  23962. high-visibility
  23963. higher
  23964. higher-quality
  23965. highest
  23966. highlighting
  23967. highlights{
  23968. highlited
  23969. highly
  23970. highly-successful
  23971. hilighted
  23972. hilighting
  23973. hilite
  23974. hindi
  23975. ystem 8 or later
  23976.     - Macintosh Runtime for Java (MRJ) 2.1
  23977. - Windows 95, 98, or NT::
  23978.     - JRE/JDK from Sun Microsystems, Inc. recommended
  23979. QuickTime, Java, MRJONDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Java Drawing:PYDev.CD Nov 00 TC Disk 2
  23980.  - Sample Code
  23981.  - QuickTime
  23982.  - QuickTime for Java
  23983.  - Java DrawingV
  23984. 67019X
  23985. Nov 00^    TC Disk 2
  23986. e    No Change
  23987. re found such as...
  23988.     display dialog "Sorry, the item you selected could not be found."
  23989.     return
  23990. end try
  23991. e    No Changef)Mail Suite
  23992. Apple Events
  23993. AppleScript
  23994. emailq
  23995. Dev.CD Sep 00 RL Disk 1
  23996. VRBackBuffer can open a QuickTime VR panorama movie and, using the BackBuffer menu, execute back buffer routines that assume the back buffer is vertical or horizontal.
  23997. The sample draws a picture resource into the back buffer at the current pan location. Note that two PICT resources are used in these examples: one that is pre-rotated 90 degrees counterclockwise and one that is not. The pre-rotated pict has a yellow dot in the center to distinguish it from the non-rotated pict.
  23998. Application Files
  23999. Building QT Samples
  24000. Common Files
  24001. README
  24002. VRBackBuffer 68k
  24003. VRBackBuffer 68k.mcp
  24004. VRBackBuffer PPC
  24005. VRBackBuffer PPC.mcp
  24006. VRBackBuffer Win.mcp
  24007. VRBackBuffer.c
  24008. VRBackBuffer.exe
  24009. VRBackBuffer.h
  24010. vrbackbuffer.makM
  24011. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.OHDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRBackBuffer:
  24012. resources
  24013. e    No Changef:sound
  24014. double buffer
  24015. GiMeDaPalette
  24016. GiMeDaPalette with Soundq
  24017. Dev.CD Nov 00 TC Disk 2
  24018. All Packages
  24019. GlyphaIVI
  24020. This sample is a basic game implementation in the sprite of Joust.  It is meant as demonstation of the basics of Sprocket usage.
  24021. G4Enemy.c
  24022. G4Externs.h
  24023. G4Graphics.c
  24024. G4Interface.c
  24025. G4Lava.c
  24026. G4Main.c
  24027. G4Play.c
  24028. G4Prefs.c
  24029. G4Resources.rsrc
  24030. G4SetUpTakeDown.c
  24031. G4Sound.c
  24032. G4Utilities.c
  24033. Glypha IV
  24034. GlyphaIV.CW2.
  24035. GlyphaIV.CW5.
  24036. Feb 00MbPowerPC, System 8.1+, GameSprockets, and either Universal Interfaces 3.3 or The GameSprockets SDK
  24037. O3Dev.CD Nov 00 TC Disk 1:Sample Code:Games:GlyphaIV:P;Dev.CD Nov 00 TC Disk 1
  24038.  - Sample Code
  24039.  - Games
  24040.  - GlyphaIVV
  24041. 68566X
  24042. Nov 00^    TC Disk 1
  24043. e    No Change
  24044. mpPortRegistryV
  24045. 67219X
  24046. Nov 00^    TC Disk 1
  24047. e    No Change
  24048. l slow to a crawl.
  24049. DMM may report errors when using Chooser.
  24050. System Heap doesn't have as robust error checking as other heaps
  24051. Memory Management.imgK
  24052. Apr 95L
  24053. Jan 96M
  24054. Any Power Macintosh.
  24055. PGDev.CD Nov 00 TC Disk 1
  24056.  - Tool Chest
  24057.  - Devices
  24058.  - SCSI
  24059.  - Sedit 1.0b3V
  24060. 69272X
  24061. Nov 00^    TC Disk 1
  24062. --set theItem to choose file -- uncomment to test in an AS editor
  24063.     tell application "Finder"
  24064.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:SCSI:Sedit 1.0b3:"
  24065.         activate
  24066.     end tell
  24067. on error errMsg number errNum
  24068.     --enter statements to perform when no records are found such as...
  24069.     display dialog "Sorry, the item you selected could not be found."
  24070.     return
  24071. end try
  24072. e    No Changeq
  24073. Dev.CD Nov 00 TC Disk 1
  24074. All Packages
  24075. New & RevisedF    SeedCFill
  24076. <This sample has been updated for the Carbon API.  This sample shows how to use the SeedCFill routine to create a mask given a source image. 
  24077. This routine computes a destination bitmap image with 1's only in the pixels where paint can not leak from the starting seed point. This is similar to the paint- bucket tool.
  24078. Updated
  24079. manualj
  24080. mappings
  24081. gly, which can greatly improve printing speed. Here
  24082. s what you need to know to take advantage of this ability.
  24083. The New Device Drivers: Memory Matters by Martin Minow. Using PrepareMemoryForIO to set up memory for data transfers to or from other devices is a complex 
  24084.  but very important 
  24085.  process. This walkthrough points out traps and pitfalls along the way.
  24086. JBdevelop Issue 24
  24087. develop Issue 24 code
  24088. develop Issue 24 referencesK
  24089. Dec 95L
  24090. Dec 95OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 24:PQDev.CD Sep 00 RL Disk 1
  24091.  - Technical Documentation
  24092.  - Develop
  24093.  - develop Issue 24rojector databases or as individual files. 
  24094. Issues:  These are beta-level tools and are unsupported. 
  24095. Jun 96M
  24096. These tools run on a Macintosh and require several megabytes of free memory -- the larger the files to be created, the more memory is required.   The code requires a Macintosh and an appropriate development environment.O#Dev.CD Oct 98 SDK:Development Kits:
  24097. All Packages
  24098. F    PowerTalkO
  24099. Dev.CD Apr 95
  24100. Dev.CD Jan 95P
  24101. Dev.CD Apr 95
  24102. Dev.CD Jan 9V
  24103. 68916X
  24104. Apr 95
  24105. p--set theItem to choose file -- uncomment to test in an AS editor
  24106.     tell application "Finder"
  24107.         open item "Dev.CD Apr 95
  24108. Dev.CD Jan 95"
  24109.         activate
  24110.     end tell
  24111. on error errMsg number errNum
  24112.     --enter statements to perform when no records are found such as...
  24113.     display dialog "Sorry, the item you selected could not be found."
  24114.     return
  24115. end try
  24116. All Packages
  24117. F    PowerTalkO
  24118. Dev.CD Apr 95
  24119. Dev.CD Jan 95P
  24120. Dev.CD Apr 95
  24121. Dev.CD Jan 9V
  24122. 68917X
  24123. Apr 95
  24124. p--set theItem to choose file -- uncomment to test in an AS editor
  24125.     tell application "Finder"
  24126.         open item "Dev.CD Apr 95
  24127. Dev.CD Jan 95"
  24128.         activate
  24129.     end tell
  24130. on error errMsg number errNum
  24131.     --enter statements to perform when no records are found such as...
  24132.     display dialog "Sorry, the item you selected could not be found."
  24133.     return
  24134. end try
  24135. All Packages
  24136. summary
  24137. contains
  24138. documentation
  24139. header
  24140. files
  24141. utiliti
  24142. summary
  24143. contains
  24144. documentation
  24145. header
  24146. files
  24147. tools
  24148. summary
  24149. contains
  24150. latest
  24151. appletalk
  24152. stack
  24153. version
  24154. macsn
  24155. summary
  24156. controlstrip
  24157. sample
  24158. program
  24159. shows
  24160. summary
  24161. convert
  24162. projects
  24163. utility
  24164. which
  24165. summary
  24166. generator
  24167. application
  24168. generate
  24169. summary
  24170. linear
  24171. feedback
  24172. shift
  24173. register
  24174. entered
  24175. summary
  24176. daystar
  24177. digital
  24178. apple
  24179. computer
  24180. designed
  24181. sample
  24182. designed
  24183. create
  24184. requir
  24185. sample
  24186. program
  24187. demonstrates
  24188. determine
  24189. sample
  24190. provides
  24191. interractive
  24192. demonstration
  24193. movie
  24194. makeeffectmovie
  24195. makeeffectmovie
  24196. makeeffectmovie
  24197. tslideshow
  24198. makeeffectslideshow
  24199. makeeffectslideshow
  24200. makeeffectslideshow
  24201. makeeffectslideshow
  24202. makeeffectslideshow
  24203. makeeffectslideshow
  24204. 68386X
  24205. Nov 00^    TC Disk 1
  24206. --set theItem to choose file -- uncomment to test in an AS editor
  24207.     tell application "Finder"
  24208.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Compressed PICT Info:"
  24209.         activate
  24210.     end tell
  24211. on error errMsg number errNum
  24212.     --enter statements to perform when no records are found such as...
  24213.     display dialog "Sorry, the item you selected could not be found."
  24214.     return
  24215. end try
  24216. e    No Changef4Compression
  24217. StdPic
  24218. StdBits
  24219. Compressed
  24220. PICT Infoq
  24221. Dev.CD Nov 00 TC Disk 1
  24222. All Packages
  24223. CompressMovies
  24224. 68387X
  24225.  dialog "Sorry, the item you selected could not be found."
  24226.     return
  24227. end try
  24228. e    No Changef
  24229. Network Managementq
  24230. Dev.CD Nov 00 TC Disk 1
  24231. All Packages
  24232. SoftVdig
  24233. 67712X
  24234. e    No Changef@Open Transport
  24235. OTOptionManagment
  24236. option management
  24237. GetSetOptionsq
  24238. Dev.CD Nov 00 TC Disk 1
  24239. All Packages
  24240. GiMeDaPalette with Sound
  24241. FThis is the original version of GiMeDaPalette with the change to it to make it possible to play a sound at the same time as the colors are being animated.  The method which is being used to play the sound is to use Double Buffering.  Whenever you select some form of Animation from the menu, there will be sound to go with it.
  24242. JYGiMeDaPalette&Sound(PPC)
  24243. GiMeDaPalette&Sound.c
  24244. GiMeDaPalette&Sound.mcp
  24245. GiMeDaPalette.rsrcM
  24246. Sound Manager 3.0 or laterN=sound, double buffer, GiMeDaPalette, GiMeDaPalette with SoundOCDev.CD Nov 00 TC Disk 2:Sample Code:Sound:GiMeDaPalette with Sound:PKDev.CD Nov 00 TC Disk 2
  24247.  - Sample Code
  24248.  - Sound
  24249.  - GiMeDaPalette with SoundV
  24250. 68565X
  24251. Nov 00^    TC Disk 2
  24252. e    No Change
  24253.  00^    TC Disk 1
  24254. e    No Change
  24255. stribution Guides:PHDev.CD May 98 TC
  24256.  - Programs & Marketing
  24257.  - Market & Distribution Guides
  24258. dialogbits
  24259. dialogsv
  24260. dialup
  24261. dictates
  24262. dictation
  24263. dictionaries
  24264. dictionary
  24265. didn't
  24266. dierks
  24267. differ
  24268. differences
  24269. differenta
  24270. differentiating
  24271. differently
  24272. differing
  24273. differs
  24274. difficult
  24275. v 00 TC Disk 1
  24276.  - Tool Chest
  24277.  - QuickDraw GX
  24278.  - GXOverrideToolV
  24279. 63698X
  24280. Nov 00^    TC Disk 1
  24281. e    No Change
  24282.  selected could not be found."
  24283.     return
  24284. end try
  24285. e    No Changeq
  24286. Dev.CD Nov 00 TC Disk 1
  24287.       - Profile path balloons
  24288.       - Profile descriptions in double byte languages
  24289.       - Profile First Aid
  24290. ColorSync Features
  24291.       - AppleScript support
  24292.       - JPEG and GIF support
  24293.       - Profile Cache File
  24294.       - Profiles Folder Location and Subfolders
  24295.       - Photoshop Plug-ins
  24296.       - Multiprocessing support
  24297.       - support for 16 bits per channel images
  24298.       - What gets installed with ColorSync
  24299. JNColorSync 3.0 Installer
  24300. Documentation
  24301. Goodies
  24302. Interfaces
  24303. Libraries
  24304. Sample CodeK
  24305. Mar 93L
  24306. Dec 99M]ColorSync 3.0 is designed to work on PowerPC (or newer) machines running System 8.5 or later.N@ColorSync, calibrator, scripting, 3.0, profile, gamma, tag colorOADev.CD Oct 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:PIDev.CD Oct 00 SDK1
  24307.  - Development Kits
  24308.  - Mac OS
  24309.  - ColorSync 3.0 Mac SDKmber
  24310. sample
  24311. rates
  24312. available
  24313. snippet
  24314. shows
  24315. access
  24316. desktop
  24317. pattern
  24318. snippet
  24319. shows
  24320. example
  24321. resource
  24322. PDDev.CD Nov 00 TC Disk 1
  24323.  - Sample Code
  24324.  - Help Systems
  24325.  - MyHelpMenuV
  24326. 68795X
  24327. Nov 00^    TC Disk 1
  24328. --set theItem to choose file -- uncomment to test in an AS editor
  24329.     tell application "Finder"
  24330.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Help Systems:MyHelpMenu:"
  24331.         activate
  24332.     end tell
  24333. on error errMsg number errNum
  24334.     --enter statements to perform when no records are found such as...
  24335.     display dialog "Sorry, the item you selected could not be found."
  24336.     return
  24337. end try
  24338. e    No Changef help
  24339. hierarchical
  24340. sub-menusq
  24341. Dev.CD Nov 00 TC Disk 1
  24342. All Packages
  24343. MyRegisterComponentI,A component that registers other components.Jr! README - Important
  24344. MyComponent.c
  24345. MyComponent.h
  24346. MyComponent.rsrc
  24347. MyRegisterComponent(PPC)
  24348. MyRegisterComponent.mcpM6Component Manager (System 7.1 or higher, or QuickTime)N
  24349. Component ManagerOIDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:MyRegisterComponent:V
  24350. 68796X
  24351. 1e    No Change
  24352. er suited to the task. This article 
  24353. windo
  24354. tains
  24355. worldwide
  24356. updates
  24357. hypercard
  24358. update
  24359. features
  24360. including
  24361. installs
  24362. complete
  24363. macapp
  24364. release
  24365. product
  24366. installs
  24367. complete
  24368. macapp
  24369. release
  24370. product
  24371. query
  24372. quick
  24373. quick
  24374. start
  24375. quicksort
  24376. quicksort
  24377. programs{
  24378. progress
  24379. progress
  24380. authentication
  24381. progressbars
  24382. progressbars
  24383. source
  24384. sample
  24385. illustrating
  24386. progresswindoid
  24387. prohibited
  24388. projectw
  24389. projectbuilder
  24390. projlistmenu
  24391. prominent
  24392. prominently
  24393. promised
  24394. promises
  24395. promotion
  24396. promotional
  24397. promotions
  24398. prompt
  24399. prompts^
  24400. proofreaders
  24401. propagates
  24402. proper
  24403. properly
  24404. properties
  24405. property
  24406. propertylist
  24407. proportional
  24408. propositin{
  24409. proprietary
  24410. prospective
  24411. protect
  24412. protected
  24413. proto
  24414. protocol
  24415. apocrypha
  24416. apoplexy
  24417. tantK
  24418. Vol IIIL
  24419. Sep 97M&Mac 512K or later, System 6.0 or laterO.Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:P3Dev.CD Dec 99 RL
  24420.  - Utilities
  24421.  - Disinfectant 3.7.1V
  24422. 66864X
  24423. Dec 99^
  24424. --set theItem to choose file -- uncomment to test in an AS editor
  24425.     tell application "Finder"
  24426.         open item "Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:"
  24427.         activate
  24428.     end tell
  24429. on error errMsg number errNum
  24430.     --enter statements to perform when no records are found such as...
  24431.     display dialog "Sorry, the item you selected could not be found."
  24432.     return
  24433. end try
  24434. Deletedq
  24435. Dev.CD Dec 99 RL
  24436. All Packages
  24437. F    Disk Copy
  24438. 66865X
  24439. format
  24440. identification
  24441. image
  24442. image
  24443. compression
  24444. image
  24445. decompressor
  24446. imagewriter
  24447. imaging
  24448. import
  24449. importer
  24450. The OTCheckNetForNBPName sample demonstrates the use of the Open Transport to search an AppleTalk network for an NBP entity using multiple simultaneous searches to reduce the lookup time.
  24451. This sample demonstrates how to
  24452. 1. find the number of AppleTalk zones present by dynamically increasing the buffer size until a kOTBufferOverflowErr is no longer returned.
  24453. 2. Use multiple lookup request and reply structures in order to reduce the amount of time required to search the network.
  24454. 3. Use asynB
  24455. chronous lookup requests so that other actions can be taken while performing the lookup.
  24456. 4. Turn on self send globally
  24457. 5. Register/deregister an entity with OT.
  24458. EnableSelfSendSample.c
  24459. OTCheckNetForName Readme
  24460. OTCheckNetForName.ppc
  24461. OTCheckNetForNBPName.c
  24462. OTCheckNetForNBPName.h
  24463. OTCheckNetForNBPName.projODDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTCheckNetForNBPName:PLDev.CD Nov 00 TC Disk 1
  24464.  - Sample Code
  24465.  - Networking
  24466.  - OTCheckNetForNBPNameansport where possible.
  24467. Aug 93L
  24468. change
  24469. All Packages
  24470. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  24471. Dev.CD Jan 94
  24472. Dev.CD Oct 93
  24473. Dev.CD Jul 93
  24474. Dev.CD Apr 93PDDev.CD Apr 94
  24475. Dev.CD Jan 94
  24476. Dev.CD Oct 93
  24477. Dev.CD Jul 93
  24478. Dev.CD Apr 9V
  24479. 69642X
  24480. Apr 94
  24481. --set theItem to choose file -- uncomment to test in an AS editor
  24482.     tell application "Finder"
  24483.         open item "Dev.CD Apr 94
  24484. Dev.CD Jan 94
  24485. Dev.CD Oct 93
  24486. Dev.CD Jul 93
  24487. Dev.CD Apr 93"
  24488.         activate
  24489.     end tell
  24490. on error errMsg number errNum
  24491.     --enter statements to perform when no records are found such as...
  24492.     display dialog "Sorry, the item you selected could not be found."
  24493.     return
  24494. end try
  24495. All Packages
  24496. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  24497. Dev.CD Jan 94
  24498. Dev.CD Oct 93
  24499. Dev.CD Jul 93
  24500. Dev.CD Apr 93PDDev.CD Apr 94
  24501. Dev.CD Jan 94
  24502. Dev.CD Oct 93
  24503. Dev.CD Jul 93
  24504. Dev.CD Apr 9V
  24505. 69643X
  24506. Apr 94
  24507. icon_
  24508. icon's
  24509. Mac Logo
  24510. To support the sales of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  24511. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  24512.   1. Obtain the NEW Mac platform es Java file I/O to parse the fairly complex MPEG and ID3 data formats and do some macro substitutB
  24513. ion on HTML. 
  24514. JyDefaults
  24515. Documenation.html
  24516. Documentation
  24517. PlaylistTemplate.html
  24518. RadioStation
  24519. RadioStation.jar
  24520. Release
  24521. Source
  24522. StationsK
  24523. Nov 00MRMRJ 2.1 or later, Mac OS 8.1 or later, PowerPC-based Macintosh with 64 megs of Ram00 TC Disk 1:Sample Code:Java:JavaRadioStation:V
  24524. 67020X
  24525. New Packageo&http://developer.apple.com/samplecode/
  24526. e    No Change
  24527. somewhere
  24528. somobjects
  24529. sophisticated
  24530. sorry
  24531. sorted
  24532. sorting
  24533. sorts
  24534. soul{
  24535. soundQ
  24536. sound
  24537. hardware
  24538. output
  24539. component
  24540. samplek
  24541. sound-only
  24542. sound-producingl
  24543. sound-related
  24544. soundapp
  24545. soundapp
  24546. sample
  24547. application
  24548. source
  24549. demonstra
  24550. soundcallbackfcn
  24551. soundconvert
  24552. soundconvert
  24553. demonstrates
  24554. features
  24555. sound
  24556. soundconverter
  24557. soundconverter
  24558. simple
  24559. application
  24560. shows
  24561. soundconvertersetinf
  24562. source-code
  24563. sourcemenu
  24564. Application Files
  24565. Building QT Samples
  24566. Common Files
  24567. README
  24568. VRMovies 68k
  24569. VRMovies 68k.mcp
  24570. VRMovies PPC
  24571. VRMovies PPC.mcp
  24572. VRMovies Win.mcp
  24573. VRMovies.c
  24574. VRMovies.exe
  24575. VRMovies.exe.iSYM
  24576. VRMovies.h
  24577. VRMovies.makM
  24578. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N*QuickTime, VR, Panoramic, Playing, Movies
  24579. ODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRMovies:PODev.CD Nov 00 TC Disk 2
  24580.  - Sample Code
  24581.  - QuickTime
  24582.  - QuickTime VR
  24583.  - VRMoviesV
  24584. 69783X
  24585. Nov 00^    TC Disk 2
  24586. e    No Change
  24587. qtshell
  24588. simple
  24589. quicktime
  24590. quicktime
  24591. viewer
  24592. framew
  24593. qtshortcut
  24594. qtshoweffect
  24595. qtsndtween
  24596. qtsndtween
  24597. defines
  24598. functions
  24599. illustrate
  24600. modify
  24601. qtstreamsplicer
  24602. qtstreamsplicer
  24603. sample
  24604. shows
  24605. splice
  24606. qttext
  24607. quandary
  24608. or) and server (spelling a
  24609. useritems
  24610. utilities
  24611. utilities
  24612. pstrcopy
  24613. topleft
  24614. botright
  24615. setpt
  24616. setrect
  24617. btstbo
  24618. utility
  24619. utility
  24620. zones
  24621. handles
  24622. resources
  24623. utility
  24624. space
  24625. utils
  24626. validation
  24627. variable
  24628. variables
  24629. vector
  24630. velocity
  24631. velocity
  24632. engine
  24633. alitvec
  24634. fourier
  24635. transform
  24636. velocity
  24637. engine
  24638. alitvec
  24639. multiprecision
  24640. arithmetic
  24641. arbitrary
  24642. velocity
  24643. engine
  24644. alitvec
  24645. wavelet
  24646. daubechies
  24647. version
  24648. video
  24649. Wpixmap2pixpat2ppat
  24650. pixmap2pixpat2ppat
  24651. pixmap2pixpat2ppat
  24652. pixmap2pixpat2ppat
  24653. pixmap2pixpat2ppat
  24654. place
  24655. place
  24656. extensions
  24657. folder
  24658. platformsQ
  24659. counter
  24660. counterabout
  24661. counterconsole
  24662. counterdialog
  24663. counterdocument
  24664. counterprint
  24665. counterwindow
  24666. coursesS
  24667. developing
  24668. drivers
  24669. sometimes
  24670. resedit@
  24671. whereas@
  24672. which
  24673. while@
  24674. wilderness@
  24675. window@
  24676. windows@
  24677. windows/dos@
  24678. customer
  24679. million
  24680. windo@
  24681. plug-in's
  24682. within@
  24683. woes@
  24684. workings@
  24685. world@
  24686. writer@
  24687. wwdc@
  24688. you'll@
  24689. you'll
  24690. access
  24691. documentation
  24692. software
  24693. technolo@
  24694. yours@
  24695. 04/95@
  24696. 1.0.1b1c2@
  24697. 1.5.1@
  24698. 2.1.1@
  24699. 9650@
  24700. d EPS formats.
  24701. This folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  24702. e    No Change
  24703. Configuration
  24704. Setting
  24705. Preference
  24706. Switch
  24707. Module
  24708. Environmentq
  24709. Dev.CD Oct 00 SDK1
  24710. when no records are found such as...
  24711.     display dialog "Sorry, the item you selected could not be found."
  24712.     return
  24713. end try
  24714.    return
  24715. end try
  24716. e    No ChangefDJava
  24717. AppleScript
  24718. Scripting
  24719. AppleScript for Java
  24720. Magic Oracle
  24721. fortuneq
  24722. Dev.CD Nov 00 TC Disk 1
  24723. All Packages
  24724. Mail Suite 1.0
  24725. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  24726. Nov 96V
  24727. 65472X
  24728. 1e    No Change
  24729. E/JDK from Sun Microsystems, Inc. recommended
  24730. QuickTime, Java, MRJ
  24731. Network Setup SDK Bits
  24732. OTTCPWillDial
  24733. OTTCPWillDial.c
  24734. OTTCPWillDial.h
  24735. Read Me About OTTCPWillDial
  24736. TestOTTCPWillDial.c
  24737. TestOTTCPWillDial.
  24738. Why was this archived?K
  24739. Dec 98N0network, setup, configuration, AppleTalk, TCP/IPOEDev.CD Nov 00 TC Disk 1:Sample Code:Archive:Networking:OTTCPWillDial:PPDev.CD Nov 00 TC Disk 1
  24740.  - Sample Code
  24741.  - Archive
  24742.  - Networking
  24743.  - OTTCPWillDialV
  24744. 68857X
  24745. Nov 00^    TC Disk 1
  24746. --set theItem to choose file -- uncomment to test in an AS editor
  24747.     tell application "Finder"
  24748.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Archive:Networking:OTTCPWillDial:"
  24749.         activate
  24750.     end tell
  24751. on error errMsg number errNum
  24752.     --enter statements to perform when no records are found such as...
  24753.     display dialog "Sorry, the item you selected could not be found."
  24754.     return
  24755. end try
  24756. e    No Changef,network
  24757. setup
  24758. configuration
  24759. AppleTalk
  24760. TCP/IPq
  24761. Dev.CD Nov 00 TC Disk 1
  24762. All Packages
  24763. OTTraceRouteSample
  24764. 68858X
  24765.     return
  24766. end try
  24767. e    No Changef7QuickTime
  24768. Speech
  24769. Voice
  24770. Navigate
  24771. Panorama
  24772. Object
  24773. Nodeq
  24774. Dev.CD Nov 00 TC Disk 2
  24775. All Packages
  24776. VU Assist Modules for MacAppI
  24777. Summary: This folder contains the VU Assist C++ tool to increase Virtual User compatibility with MacApp applications.
  24778. Features: There is a different tool for MacApp 2.0.1 and MacApp 3.0.J
  24779. Virtual User tools.imgK
  24780. Aug 92L
  24781. Nov/Dec 92MiMPW 3.2, MacApp 2.0.1 or 3.0 application, Virtual User Host and target, VU Agent installed on Target CPU.N
  24782. VU, Virtual UserOJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  24783.  - Tool Chest
  24784.  - Testing & Debugging
  24785.  - Virtual User toolsV
  24786. 69786X
  24787. Nov 00^    TC Disk 1
  24788. e    No Change
  24789. angeq
  24790. Dev.CD Nov 00 TC Disk 1
  24791. All Packages
  24792. Magic Oracle
  24793. 65471X
  24794. ev.CD Nov 00 TC Disk 1
  24795.  - Sample Code
  24796.  - Graphics 2D
  24797.  - New NewGWorld
  24798. --set theItem to choose file -- uncomment to test in an AS editor
  24799.     tell application "Finder"
  24800.         open item "Dev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:"
  24801.         activate
  24802.     end tell
  24803. on error errMsg number errNum
  24804.     --enter statements to perform when no records are found such as...
  24805.     display dialog "Sorry, the item you selected could not be found."
  24806.     return
  24807. end try
  24808. sample
  24809. sample
  24810. traffic
  24811. light
  24812. samplemakeeffectmovi
  24813. sampler
  24814. samplerateavail
  24815. samples
  24816. print
  24817. record
  24818. saver
  24819. scalable
  24820. scalable
  24821. postscript
  24822. scanners
  24823. scomm
  24824. scrap
  24825. /scomQ
  24826. sdevk
  24827. selectors
  24828. y.  If it does attempt to perform a restricted activity, Java will display a security exception and block the action.     
  24829. NOTE: MRJ
  24830. s security database is separate from the database maintained by the browser.  In some cases it will be necessary to accept the signature twice: once for the browser to access the site and again for MRJ to run the applet without restrictions. 
  24831. NOTE: If you want to rescind a certificate you have previously accepted, you will need to delete the security databI
  24832. ase, 
  24833. identitydb.obj
  24834.  which is located in the Preferences folder in the active System Folder. Deleting "identitydb.obj" will delete all of your certificates, so you will have to re-accept any that you still want to use.  
  24835. MRJ 2.2.2 (install).smi.binK
  24836. Jul 98L
  24837. Aug 00
  24838. O9Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.2.2:eir board information in order to receive board ids and functional sResource values for their boards. Because this stack creates a file, YOU MUST FIRST COPY T
  24839. All Packages
  24840. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  24841. Dev.CD Jan 94
  24842. Dev.CD Oct 93
  24843. Dev.CD Jul 93P6Dev.CD Apr 94
  24844. Dev.CD Jan 94
  24845. Dev.CD Oct 93
  24846. Dev.CD Jul 9V
  24847. 69618X
  24848. Apr 94
  24849. --set theItem to choose file -- uncomment to test in an AS editor
  24850.     tell application "Finder"
  24851.         open item "Dev.CD Apr 94
  24852. Dev.CD Jan 94
  24853. Dev.CD Oct 93
  24854. Dev.CD Jul 93"
  24855.         activate
  24856.     end tell
  24857. on error errMsg number errNum
  24858.     --enter statements to perform when no records are found such as...
  24859.     display dialog "Sorry, the item you selected could not be found."
  24860.     return
  24861. end try
  24862. All Packages
  24863. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  24864. Dev.CD Jan 94
  24865. Dev.CD Oct 93
  24866. Dev.CD Jul 93P6Dev.CD Apr 94
  24867. Dev.CD Jan 94
  24868. Dev.CD Oct 93
  24869. Dev.CD Jul 9V
  24870. 69619X
  24871. Apr 94
  24872. ew-based
  24873. intoB
  24874. intricacies
  24875. summary
  24876. allows
  24877. developer
  24878. monitor
  24879. summary
  24880. makes
  24881. survey
  24882. people
  24883. electron
  24884. summary
  24885. updates
  24886. mactcp
  24887. driver
  24888. correct
  24889. summary
  24890. training
  24891. stack
  24892. gives
  24893. general
  24894. overview
  24895. summary
  24896. allows
  24897. hypertalk
  24898. scripter
  24899. display
  24900. summary
  24901. three
  24902. samples
  24903. involving
  24904. standard
  24905. dialogs
  24906. summary
  24907. three
  24908. tools
  24909. testing
  24910. performance
  24911. summary
  24912. supplementing
  24913. documentation
  24914. summary
  24915. toolbox
  24916. assistant
  24917. gives
  24918. rapid
  24919. access
  24920. up-to-da
  24921. summary
  24922. unmountit
  24923. easily
  24924. unmount
  24925. eject
  24926. sharable
  24927. summary
  24928. validator
  24929. utility
  24930. testing
  24931. sierra/i
  24932. summary
  24933. versionedit
  24934. software
  24935. development
  24936. which
  24937. summary
  24938. simple
  24939. macintosh
  24940. application
  24941. supports
  24942. summary
  24943. vucollect
  24944. virtual
  24945. summary
  24946. pleased
  24947. provide
  24948. version
  24949. 1.5.1
  24950. Dev.CD Jun 97 SSV
  24951. 68827X
  24952. Jun 97
  24953. f--set theItem to choose file -- uncomment to test in an AS editor
  24954.     tell application "Finder"
  24955.         open item "Dev.CD Jun 97 SSW"
  24956.         activate
  24957.     end tell
  24958. on error errMsg number errNum
  24959.     --enter statements to perform when no records are found such as...
  24960.     display dialog "Sorry, the item you selected could not be found."
  24961.     return
  24962. end try
  24963. D!All Packages
  24964. Mac OS SDK Edition
  24965. Open Transport DebugI~This disk image contains a debug version of OT 2.5.2, which is useful for developers of Open Transport client and kernel code.J
  24966. Open Transport Debug.imgK
  24967. Jan 00M
  24968. Mac OS 9.0N
  24969. Open Transport debugOSDev.CD Jul 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:P^Dev.CD Jul 00 SDK1
  24970.  - Development Kits
  24971.  - Mac OS
  24972.  - Open Transport 1.3
  24973.  - Open Transport DebugV
  24974. 68828X
  24975. Jul 00^
  24976. #ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/
  24977. 68419X
  24978. Nov 00^    TC Disk 1
  24979. --set theItem to choose file -- uncomment to test in an AS editor
  24980.     tell application "Finder"
  24981.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:CustomIcon:"
  24982.         activate
  24983.     end tell
  24984. on error errMsg number errNum
  24985.     --enter statements to perform when no records are found such as...
  24986.     display dialog "Sorry, the item you selected could not be found."
  24987.     return
  24988. end try
  24989. e    No Changef
  24990. custom
  24991. iconso&http://developer.apple.com/samplecode/q
  24992. Dev.CD Nov 00 TC Disk 1
  24993. All Packages
  24994. CustomMediaIuThis demo program shows how to subclass the quicktime.std.movies.media.Media class to support any Custom media types.J2med.bat
  24995. README.txt
  24996. TestVRMedia
  24997. TestVRMedia.zipK
  24998. Feb 00
  24999. OWDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:CustomMedia:V
  25000. 68420X
  25001. 1e    No Changeo&http://developer.apple.com/samplecode/
  25002. suite
  25003. source
  25004. demoextractor
  25005. demotext
  25006. OTDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng FFT:P_Dev.CD Nov 00 TC Disk 1
  25007.  - Sample Code
  25008.  - Devices and Hardware
  25009.  - Velocity Engine
  25010.  - VelEng FFTV
  25011. 69765X
  25012. Nov 00^    TC Disk 1
  25013. --set theItem to choose file -- uncomment to test in an AS editor
  25014.     tell application "Finder"
  25015.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng FFT:"
  25016.         activate
  25017.     end tell
  25018. on error errMsg number errNum
  25019.     --enter statements to perform when no records are found such as...
  25020.     display dialog "Sorry, the item you selected could not be found."
  25021.     return
  25022. end try
  25023. e    No Changef2Velocity Engine
  25024. AlitVec
  25025. Fast Fourier Transformq
  25026. Dev.CD Nov 00 TC Disk 1
  25027. All Packages
  25028. VelEng Multiprecision
  25029. 69766X
  25030. omprocs:PRDev.CD Nov 00 TC Disk 2
  25031.  - Sample Code
  25032.  - QuickTime
  25033.  - Goodies
  25034.  - qtmoviefromprocsV
  25035. 65737X
  25036. Nov 00^    TC Disk 2
  25037. e    No Change
  25038. gworld
  25039. gworld's
  25040. gworldst
  25041. gx-aware
  25042. gx-compatible
  25043. gxgraphics
  25044. gxifier
  25045. gxoverridetool
  25046. hacked
  25047. hackers
  25048. hacks
  25049. hacktv
  25050. hacktv
  25051. illustrates
  25052. video
  25053. digitizing
  25054. under
  25055. hairlines
  25056. hairlines
  25057. pascal
  25058. sample
  25059. demonstrates
  25060. hairy
  25061. half-way
  25062. halves
  25063. hammerhead-based
  25064. handlersf
  25065. handles
  25066. handling
  25067. handoff
  25068. simpleprefs
  25069. simpleprefs
  25070. simpleprefs
  25071. simpletext
  25072. simpletext
  25073. simpletext
  25074. simpletext
  25075. simpletext
  25076. simpletext
  25077. simpletext
  25078. simpletext
  25079. sample
  25080. simplevideoout
  25081. simplevideoout
  25082. simplevideoout
  25083. simplevideoout
  25084. prefix
  25085. simplevideoout
  25086. simplevideoout
  25087. simplified
  25088. simplified
  25089. stream
  25090. audio
  25091. sin440
  25092. sin440
  25093. siteinfo
  25094. skcpat
  25095. setdevicegammarampxx
  25096. setdialogcancelitem
  25097. setdialogdefaultitem
  25098. setenv
  25099. setflock
  25100. setgworld
  25101. sethideonswitch
  25102. setindstring
  25103. setled
  25104. setled
  25105. sample
  25106. program
  25107. demonstrate
  25108. setlinewidth
  25109. setmarkers
  25110. setmfsize
  25111. setmoviegworld
  25112. setpdimc
  25113. setproject
  25114. a/rose
  25115. macintosh
  25116. coprocessor
  25117. platform
  25118. ethernet
  25119. powerpR
  25120. about
  25121. acceleration
  25122. access
  25123. acrobat_
  25124. action
  25125. actionsZ
  25126. active
  25127. control
  25128. patch
  25129. controlkeypatch
  25130. addresmenu[
  25131. address
  25132. addsearch
  25133. adlib]
  25134. adlib
  25135. macapp]
  25136. administrator
  25137. adobe_
  25138. adobe
  25139. acrobat
  25140. reader
  25141. adopting
  25142. adorner
  25143. apple
  25144. events
  25145. appleeventsc
  25146. aegizmosg
  25147. aeinteractwithusera
  25148. aesuspendthecurrente
  25149. afterN
  25150. fishtank
  25151. picts
  25152. fkeys
  25153. fkeys
  25154. clipboard
  25155. magican
  25156. floatingwindow
  25157. floatingwindow
  25158. floatingwindow
  25159. floatingwindow
  25160. pbproj
  25161. floattolong
  25162. 69002X
  25163. Nov 00^    TC Disk 2
  25164. --set theItem to choose file -- uncomment to test in an AS editor
  25165.     tell application "Finder"
  25166.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:QTSprites:"
  25167.         activate
  25168.     end tell
  25169. on error errMsg number errNum
  25170.     --enter statements to perform when no records are found such as...
  25171.     display dialog "Sorry, the item you selected could not be found."
  25172.     return
  25173. end try
  25174. e    No Changef
  25175. QuickTime
  25176. Sprite
  25177. Trackq
  25178. Dev.CD Nov 00 TC Disk 2
  25179. All Packages
  25180. qtstdcompr
  25181. 69003X
  25182. reality
  25183. reassembler
  25184. receive
  25185. receives
  25186. recognition
  25187. reconfiguration
  25188. record
  25189. record
  25190. sound
  25191. sample
  25192. illustrates
  25193. quicktime's
  25194. answers
  25195. anti-viral
  25196. antialias
  25197. antlr
  25198. reliable
  25199. reliably
  25200. reliance
  25201. relief
  25202. relies
  25203. religiously
  25204. relish
  25205. relocation
  25206. relstring
  25207. remain
  25208. remaining
  25209. remains
  25210. remap
  25211. remedies
  25212. remember
  25213. ProjectDrag Applets:
  25214. ProjectDrag User Manual.txt
  25215. Sources:K
  25216. Sep 95L
  25217. Nov 95OPBookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:P[Bookmark CD 26
  25218.  - develop
  25219.  - develop Issue 23
  25220.  - develop Issue 23 code
  25221.  - ProjectDrag 1.1b8V
  25222. 67340X
  25223. k CD 2
  25224. --set theItem to choose file -- uncomment to test in an AS editor
  25225.     tell application "Finder"
  25226.         open item "Bookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:"
  25227.         activate
  25228.     end tell
  25229. on error errMsg number errNum
  25230.     --enter statements to perform when no records are found such as...
  25231.     display dialog "Sorry, the item you selected could not be found."
  25232.     return
  25233. end try
  25234. e    No Changeq
  25235. Bookmark CD 26
  25236. All Packages
  25237. ProtoViewsI
  25238. These examples are based on some code I wrote to fill up the screens in a prototype application. In addition to showing how to do list and grid views, they also show how to read a text file and create lists of data objects. V
  25239. eventa
  25240. event-awarec
  25241. event-driven
  25242. eventsb
  25243. eventually
  25244. ever{
  25245. everest
  25246. every
  25247. everybody
  25248. everyday
  25249. everyone
  25250. explain
  25251. explained
  25252. explaining
  25253. explains
  25254. explanatory
  25255. explicit
  25256. exploded
  25257. exploit
  25258. expo{
  25259. export
  25260. exposed
  25261. express{
  25262. expressionsy
  25263. extending
  25264. extensibley
  25265. extensionR
  25266. extensions
  25267. extensiveu
  25268. Demo:  This sample code demonstrates how to use the AppleTalk Transaction Protocol (ATP) to send data back and forth between two machines on the network.
  25269. ENET Sample:  This snippet demonstrates how one can use the Ethernet routines described in Inside Macintosh volume VI.  The program demonstrates the basic use of the various Control calls to the ENET driver.
  25270. Get Ethernet Address:  Demonstrates both the use of the LAP Manager to get the current AppleTalk connection device and a call to E
  25271. GetInfo to obtain the burned in Ethernet address.
  25272. Get LAP Connection:  Sample code to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  25273. GetADEVType:  Sample code to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  25274. Neighborhood Watch:  Neighborhood Watch is a MultiFinder friendly application which allows people 
  25275. 68610X
  25276. Nov 00^    TC Disk 1
  25277. --set theItem to choose file -- uncomment to test in an AS editor
  25278.     tell application "Finder"
  25279.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ictbSample:"
  25280.         activate
  25281.     end tell
  25282. on error errMsg number errNum
  25283.     --enter statements to perform when no records are found such as...
  25284.     display dialog "Sorry, the item you selected could not be found."
  25285.     return
  25286. end try
  25287. e    No Changef
  25288. Dialog Managerq
  25289. Dev.CD Nov 00 TC Disk 1
  25290. All Packages
  25291. ImageCompositingI
  25292. This demo program shows how to composit a presentation out of disparate media sources, applying compositing effects such as blend and transparency. Recording a movie from the activities of the Compositor is also shown.J4ic.bat
  25293. ImageComp
  25294. ImageCompositing.zip
  25295. README.txt
  25296. Feb 00
  25297. O\Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:ImageCompositing:V
  25298. 68611X
  25299. 1e    No Change
  25300. Dev.CD Aug 96 TCP
  25301. Dev.CD Aug 96 TV
  25302. 64218X
  25303. =OMDev.CD Feb 98 TC:Programs & Marketing:Apple Directions:Apple Directions 1997:PUDev.CD Feb 98 TC
  25304.  - Programs & Marketing
  25305.  - Apple Directions
  25306.  - Apple Directions 1997V
  25307. 68260X
  25308. Feb 98^
  25309. --set theItem to choose file -- uncomment to test in an AS editor
  25310.     tell application "Finder"
  25311.         open item "Dev.CD Feb 98 TC:Programs & Marketing:Apple Directions:Apple Directions 1997:"
  25312.         activate
  25313.     end tell
  25314. on error errMsg number errNum
  25315.     --enter statements to perform when no records are found such as...
  25316.     display dialog "Sorry, the item you selected could not be found."
  25317.     return
  25318. end try
  25319. Deletedq
  25320. Dev.CD Feb 98 TC
  25321. All Packages
  25322. Apple Event Registry & SuitesIySummary: This folder contains the Apple Event Registry and information about Apple Event Suites from the AppleScript SDK.J
  25323. Apple Event Registry
  25324. Apple Event Registry Errata v3
  25325. AppleScript Suite
  25326. Database Suite
  25327. Mail Suite 1.0
  25328. Suites Under Development
  25329. Telephony SuiteK
  25330. Feb 92L
  25331. Apr 93M
  25332. Adobe Acrobat Reader.
  25333. norway
  25334. norway
  25335. distributors/localiz
  25336. nosound
  25337. nosound
  25338. nosound
  25339. nosound
  25340. apple
  25341. product
  25342. example
  25343. notation
  25344. notation
  25345. noteX
  25346. note-register
  25347. note-register
  25348. variables
  25349. notes
  25350. notestonetest
  25351. notestonetest
  25352. notification
  25353. notification
  25354. 1.5.1
  25355. first
  25356. library
  25357. plugins
  25358. nubus
  25359. nubus
  25360. board
  25361. registration
  25362. nubuslist
  25363. object
  25364. object
  25365. pascal
  25366. objectcode
  25367. objecthelpers
  25368. objecthelpers
  25369. objecthelpers
  25370. objectppc
  25371. objects
  25372. +e    No Changef,debugging
  25373. performance
  25374. POWER
  25375. PowerPC
  25376. emulatorq
  25377. Dev.CD Nov 00 TC Disk 1
  25378. All Packages
  25379. PGPuam
  25380. PGPuam  is an enhancement to the standard AppleShare IP User Access Methods (UAM) that enables a user to perform two-way strongly authenticated logins to an AppleShare IP server from a Mac OS client. The PGPuam system consists of two major components, a client and a server plug-in.
  25381. - - Since the same key and passphrase used to sign e-mail messages is also used for server access, the user need only remember one passphrase.   This is done without the risks associated with passphrase  caches
  25382. - -  Strong user authentication is provided by cryptographic digital signatures.
  25383. - -  Since the user maintains the only secret material in the system, compromising a server
  25384. s user database results in limited damage.
  25385. NOTE: This is beta SW.  For sample use only
  25386. Dec 98V
  25387. 68883X
  25388. 1e    No Change
  25389. General tools.imgK
  25390. Feb 94N
  25391. testing, debugginge
  25392. z as possible on PowerPC -- that is, whenever possible every read and every write is done on an aligned boundary, and data is moved in as big a chunks as possible.
  25393. This version runs only in 8-bit mode, although DrawSprocket should set this mode automatically.  By default, debugging code is compiled into the project, so you should have MacsBug installed when you run this code.
  25394. J$MoofEncoder
  25395. MoofWars
  25396. Tim's LibrariesK
  25397. Oct 96L
  25398. Nov 98M
  25399. PowerPC, DrawSprocketN>game, sprockets, sprite, blit, blitter, DrawSprocket, MoofWarsO3Dev.CD Nov 00 TC Disk 1:Sample Code:Games:MoofWars:P;Dev.CD Nov 00 TC Disk 1
  25400.  - Sample Code
  25401.  - Games
  25402.  - MoofWarse:"
  25403.         activate
  25404.     end tell
  25405. on error errMsg number errNum
  25406.     --enter statements to perform when no records are found such as...
  25407.     display dialog "Sorry, the item you selected could not be found."
  25408.     return
  25409. end try
  25410. e    No Changeq
  25411. Dev.CD Nov 00 TC Disk 1
  25412. All Packages
  25413. F)Enhanced Macintosh PB 1400 Developer NoteV
  25414. 66903X
  25415. All Packages
  25416. QuickDraw GXO
  25417. Dev.CD Jan 96 SDK1P
  25418. Dev.CD Jan 96 SDKV
  25419. 69047X
  25420. Jan 96
  25421. g--set theItem to choose file -- uncomment to test in an AS editor
  25422.     tell application "Finder"
  25423.         open item "Dev.CD Jan 96 SDK1"
  25424.         activate
  25425.     end tell
  25426. on error errMsg number errNum
  25427.     --enter statements to perform when no records are found such as...
  25428.     display dialog "Sorry, the item you selected could not be found."
  25429.     return
  25430. end try
  25431. All Packages
  25432. QuickDraw GXO Dev.CD Jan 96 SDK1
  25433. Dev.CD Jul 95P
  25434. Dev.CD Jan 96 SDK1
  25435. Dev.CD Jul 9V
  25436. 69048X
  25437. Jan 96
  25438. u--set theItem to choose file -- uncomment to test in an AS editor
  25439.     tell application "Finder"
  25440.         open item "Dev.CD Jan 96 SDK1
  25441. Dev.CD Jul 95"
  25442.         activate
  25443.     end tell
  25444. on error errMsg number errNum
  25445.     --enter statements to perform when no records are found such as...
  25446.     display dialog "Sorry, the item you selected could not be found."
  25447.     return
  25448. end try
  25449. All Packages
  25450. 69049
  25451. 68819X
  25452. Jan 97^
  25453. --set theItem to choose file -- uncomment to test in an AS editor
  25454.     tell application "Finder"
  25455.         open item "Dev.CD Jan 97 SDK1:Development Kits (Disc 1):Interfaces&Libraries:RuntimeLibraries:ObjectSupportLib:"
  25456.         activate
  25457.     end tell
  25458. on error errMsg number errNum
  25459.     --enter statements to perform when no records are found such as...
  25460.     display dialog "Sorry, the item you selected could not be found."
  25461.     return
  25462. end try
  25463. Deletedq
  25464. Dev.CD Jan 97 SDK1
  25465. All Packages
  25466. ODOCIiThis sample illustrates how to send an open document ('odoc') Apple event to another application process.J
  25467. ODoc(PPC)
  25468. odoc.c
  25469. Odoc.mcpM
  25470. System 7.0N%'odoc' Apple Event, opening documentsO?Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:ODOC:PGDev.CD Nov 00 TC Disk 1
  25471.  - Sample Code
  25472.  - Interapplication Comm
  25473.  - ODOCV
  25474. 68820X
  25475. Nov 00^    TC Disk 1
  25476. e    No Change
  25477.  at our web site at http://www.apple.com/sherlock/plugindev.html
  25478. Jan 99L
  25479. Feb 99
  25480. --set theItem to choose file -- uncomment to test in an AS editor
  25481.     tell application "Finder"
  25482.         open item "Dev.CD Apr 94
  25483. Dev.CD Jan 94
  25484. Dev.CD Oct 93
  25485. Dev.CD Jul 93
  25486. Dev.CD Apr 93"
  25487.         activate
  25488.     end tell
  25489. on error errMsg number errNum
  25490.     --enter statements to perform when no records are found such as...
  25491.     display dialog "Sorry, the item you selected could not be found."
  25492.     return
  25493. end try
  25494. coming@
  25495. communications@
  25496. compatibility
  25497. issues@
  25498. complete@
  25499. completed@
  25500. compressimage@
  25501. computing@
  25502. concurrently@
  25503. conjuntion@
  25504. connections@
  25505. connectivity@
  25506. contacting@
  25507. containing@
  25508. contains
  25509. contains
  25510. demonstrating
  25511. write
  25512. engine@
  25513. content
  25514. contents@
  25515. Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:P9Dev.CD Apr 98 SDK1
  25516.  - Development Kits (Disc 1)
  25517.  - MacTCPred AppleTalk calls are used.B
  25518.   Under DMZ, the program demonstrates the use of placing the DDP node, used to send the Echo protocol packet, into raw mode, so that the return packet contains the long DDP header information.
  25519. JbDMZ.68k
  25520. DMZ.fat
  25521. dmz.make
  25522. .ppc.sc
  25523. .rsrc
  25524. Objects
  25525. sources
  25526. Think DMZ.ppcK
  25527. Sep 92L
  25528. Jul 96OGDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:
  25529. This SDK contains the information you need to take advantage of or extend the functionality of Network Services Location (NSL) 1.1.   NSL technology brings the easy of use of browsing through Internet services, such as ftp, http via TCP/IP similarly to the way users traditional browse for AppleTalk services using the Chooser.  Adoption of this technology would provide a solution for users looking for network services.  NSL 1.1 is a feature of Mac OS 9.
  25530. NSL 1.1 SDK Read Me
  25531. NSL 1.1 Manager B
  25532. library, DNS, SLP, LDAP, and NBP plug-ins
  25533. UI library
  25534. Detailed NSL 1.1 Developer Documentation
  25535. NSL Network Administrator's Guide (second edition)
  25536. Connect To... test tool
  25537. Sample code
  25538. Header files
  25539. JYConnect To...
  25540. Documentation
  25541. Headers
  25542. NSL 1.1 SDK Read Me
  25543. NSL Library & Plugins
  25544. Sample CodeK
  25545. Nov 98L
  25546. Dec 99MeFor development purposes, this software requires a PowerPC running system software Mac OS 9 or later.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:estarbitraryallocat
  25547. applet
  25548. demonstrates
  25549. stream
  25550. movie
  25551. application
  25552. demonstrates
  25553. create
  25554. check
  25555. sample
  25556. answers
  25557. question
  25558. apple@
  25559. collection
  25560. contains
  25561. hundreds
  25562. samples
  25563. program
  25564. shows
  25565. capture
  25566. results
  25567. program
  25568. shows
  25569. display
  25570. quicktime
  25571. drawing@
  25572. und such as...
  25573.     display dialog "Sorry, the item you selected could not be found."
  25574.     return
  25575. end try
  25576. Deletedq
  25577. Dev.CD Dec 99 RL
  25578. All Packages
  25579. Programmer's Key 1.4.2
  25580. ISummary: Programmer's Key is a small INIT that allows the use of the 'power-on' key of an Apple Desktop Bus keyboard as a substitute for the Programmer's Switch. To install Programmer's Key; simply drag it into your System Folder and reboot.
  25581. Features: Allows reset and interrupt from keyboard.
  25582. This package is 7.0 compatible.  
  25583. General tools.imgK
  25584. Vol IIIL
  25585. Mar 92V
  25586. 67337X
  25587. 1e    No Change
  25588. . It presents a dialog where you can enter any Creator and File Type, then it searches for one (1) file with that creator and type. When it finds it, it will show you the file name.
  25589. PBDTGetAppl:  This snippet shows how to access the desktop database to get information about an application based on its creator.  See the code in SlimFunctions.c for how to make the calls.
  25590. PutAwayVolumes 1.1:  This snippet demonstrates several techniques for unmounting a volume:
  25591.    [1] UnmountVol (via MoreFi
  25592.    [2] sending an AppleEvent to Finder
  25593.    [3] a combination of emptying the trash and MoreFiles
  25594. A successful unmounting algorithm might choose to use more than one of these techniques.
  25595. resolveRelativeAlias:  resolveRelativeAlias is an MPW tool which demonstrates use of a relative alias for locating a file in a known folder on an unknown volume.
  25596. Select Folder w/ Gray files:  This is an example of twisted abuse of user interface in order to achieve a noble purpose: as better "Select F
  25597. This sample has been updated for the Carbon API.  This snippet shows how to do "Finder" style zooming between two rectangles. 
  25598. The boolean flag "kZoomLarger" controls the proportional direction of the zooming. To get the two rectangles, you drag them out rubberbanded, and the zoom occurs between them.  To quit, click the close box. If you want to do zooms between windows, open up a port with the dimensions of the desktop (from GetGrayRgn()). DON'T use this as a sample of how to do rubberbBcand drawing!!!  It's sort of hacked together bypassing the event mechanism and just using Button().
  25599. JPCarbonPrefix.h
  25600. CarbonRes.rsrc
  25601. ReadMe
  25602. ZoomRecter(PPC)
  25603. ZoomRecter.c
  25604. ZoomRecter.mcpL
  25605. Nov 00M
  25606. QuickDraw, CarbonLibN
  25607. Zoom Rect, CarbonO;Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:ZoomRecter:PCDev.CD Nov 00 TC Disk 1
  25608.  - Sample Code
  25609.  - Graphics 2D
  25610.  - ZoomRecteriptable
  25611. script@
  25612. backscrap@
  25613. foreground
  25614. color@
  25615.  handle errors and other unexpe
  25616. applies.
  25617. New features in MRJ 2.2
  25618. MRJ 2.2 is significantly smaller than MRJ 2.1.4.  Two major changes contribute to this reduction in size.  First, MRJ 2.2 no longer installs the Text Encoding Converter (TEC) and Text Encodings because they are now standard components of all versions of Mac OS supported by MRJ 2.2.   Secondly, we
  25619. ve moved rarely used classes out of MRJ into the MRJ SDK, which contains software primarily of interest to developers.  See Apple
  25620. s MRJ developer pages at http
  25621. ://developer.apple.com/java/ if you need more information about these classes or the MRJ SDK. 
  25622.  Apple Applet Runner
  25623. MRJ 2.2 includes the Apple Applet Runner.  See 
  25624. Using MRJ with Apple Applet Runner
  25625.  below, for more information.  
  25626.  Signed applets
  25627. MRJ 2.2 enhances support for signed applets.  In general, applets are not permitted to access your hard drive, to print, or to connect to sites other than their own.  Java enforces these limitations and others to protect you from code that may
  25628. --set theItem to choose file -- uncomment to test in an AS editor
  25629.     tell application "Finder"
  25630.         open item "Dev.CD Apr 94
  25631. Dev.CD Jan 94
  25632. Dev.CD Oct 93
  25633. Dev.CD Jul 93"
  25634.         activate
  25635.     end tell
  25636. on error errMsg number errNum
  25637.     --enter statements to perform when no records are found such as...
  25638.     display dialog "Sorry, the item you selected could not be found."
  25639.     return
  25640. end try
  25641. acies
  25642. intrinsic
  25643. Dev.CD Nov 00 TC Disk 1
  25644. All Packages
  25645. SCSI Find Devices
  25646. SCSI Find Devices contains a very simple "wrapper" main program and a rather complex subroutine that illustrates
  25647.  how to iterate over all attached SCSI devices. It can be used by SCSI utility programs - such as formatters - that need to locate all SCSI devices.
  25648. JiSCSI Find Devices(PPC)
  25649. SCSI Find Devices.mcp
  25650. SCSIFindDevices.h
  25651. SCSIFindDevicesMain.c
  25652. SCSIFindNextDevice.cM
  25653. SCSI ManagerN8SCSI, SCSI Manager, bus scan, inquiry, SCSI Find DevicesOPDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Find Devices:P[Dev.CD Nov 00 TC Disk 1
  25654.  - Sample Code
  25655.  - Devices and Hardware
  25656.  - SCSI
  25657.  - SCSI Find DevicesV
  25658. 69264X
  25659. Nov 00^    TC Disk 1
  25660. e    No Change
  25661. styleguide00
  25662. stylemap
  25663. stylemap
  25664. stylemap
  25665. stylemap
  25666. submission
  25667. success
  25668. suite~
  25669. suites~
  25670. suites
  25671. under
  25672. development~
  25673. support
  25674. toolwindow
  25675. toolwindow
  25676. toolwindow
  25677. topicsS
  25678. --set theItem to choose file -- uncomment to test in an AS editor
  25679.     tell application "Finder"
  25680.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTFindSerialPorts:"
  25681.         activate
  25682.     end tell
  25683. on error errMsg number errNum
  25684.     --enter statements to perform when no records are found such as...
  25685.     display dialog "Sorry, the item you selected could not be found."
  25686.     return
  25687. end try
  25688.     tell application "Finder"
  25689.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CollectPictColors:"
  25690.         activate
  25691.     end tell
  25692. on error errMsg number errNum
  25693.     --enter statements to perform when no records are found such as...
  25694.     display dialog "Sorry, the item you selected could not be found."
  25695.     return
  25696. end try
  25697. e    No Changef!CollectColors
  25698. KnowsPICT
  25699. CLUTq
  25700. Dev.CD Nov 00 TC Disk 1
  25701. All Packages
  25702. Color Locator DA
  25703. 66747X
  25704. --set theItem to choose file -- uncomment to test in an AS editor
  25705.     tell application "Finder"
  25706.         open item "Dev.CD Apr 94
  25707. Dev.CD Jan 94
  25708. Dev.CD Oct 93
  25709. Dev.CD Jul 93
  25710. Dev.CD Apr 93"
  25711.         activate
  25712.     end tell
  25713. on error errMsg number errNum
  25714.     --enter statements to perform when no records are found such as...
  25715.     display dialog "Sorry, the item you selected could not be found."
  25716.     return
  25717. end try
  25718. summary
  25719. software
  25720. apple
  25721. macintosh
  25722. displayP
  25723. summary
  25724. latest
  25725. version
  25726. shimmermate
  25727. names
  25728. summary
  25729. package
  25730. contains
  25731. summary
  25732. package
  25733. contains
  25734. debugging
  25735. version
  25736. summary
  25737. package
  25738. contains
  25739. application
  25740. demonstrat
  25741. summary
  25742. package
  25743. includes
  25744. draft
  25745. specifications
  25746. summary
  25747. package
  25748. apple
  25749. summary
  25750. package
  25751. provides
  25752. summary
  25753. package
  25754. provides
  25755. english
  25756. error
  25757. messages
  25758. ummary
  25759. sample
  25760. extracts
  25761. finder
  25762. strings
  25763. summary
  25764. software
  25765. improves
  25766. float-to-int
  25767. conversion
  25768. summary
  25769. stack
  25770. contains
  25771. collection
  25772. apple
  25773. event
  25774. summary
  25775. stack
  25776. allow
  25777. users
  25778. register
  25779. creator
  25780. summary
  25781. submission
  25782. contains
  25783. virtual
  25784. external
  25785. summary
  25786. application
  25787. demonstrates
  25788. J6SimpleInit
  25789. SimpleInit.c
  25790. SimpleInit.mcp
  25791. SimpleInit.rsrcM
  25792. noneN+INIT, 'sysz', system heap, system extensionO6Dev.CD Nov 00 TC Disk 1:Sample Code:Memory:SimpleInit:P>Dev.CD Nov 00 TC Disk 1
  25793.  - Sample Code
  25794.  - Memory
  25795.  - SimpleInitns
  25796. suite
  25797. source
  25798. demoextractor
  25799. demotext
  25800. demotext
  25801. mamake
  25802. demotext
  25803. demotextdump
  25804. demotextdump
  25805. denmark
  25806. denmark
  25807. distributors/localiz
  25808. design
  25809. design
  25810. reuse
  25811. designforrobustness
  25812. designforrobustness
  25813. deskpat
  25814. deskpat
  25815. deskpat
  25816. deskpat
  25817. deskpat
  25818. desktop
  25819. desktop
  25820. folder
  25821. desktopsprites
  25822. desktopsprites
  25823. desktopsprites
  25824. desktopsprites
  25825. desktopsprites
  25826. packages
  25827. trees
  25828. triangle
  25829. triangles
  25830. triangular
  25831. trick
  25832. tricksT
  25833. tricky
  25834. tried
  25835. tries
  25836. triggerU
  25837. tripped
  25838. trivial
  25839. trueN
  25840. truetype
  25841. truffles
  25842. truncate
  25843. trust
  25844. truth
  25845. trying
  25846. tsmte
  25847. ttextgridview
  25848. ttextlistview
  25849. tubetest
  25850. urtle
  25851. tutorial
  25852. tview
  25853. twice
  25854. twiddle
  25855. twisted
  25856. twists
  25857. two-byte
  25858. two-part
  25859. two-phase
  25860. CWDefines.h
  25861. debugf.c
  25862. debugf.h
  25863. MakeFile
  25864. MakeStartupAliasToMe
  25865. MakeStartupAliasToMe.c
  25866. MakeStartupAliasToMe.prj
  25867. MakeStartupAliasToMe.r
  25868. MakeStartupAliasToMe.rsrc
  25869. PackageExample
  25870. ReadMe
  25871. ScriptsM    CarbonLibN AppleScript, Calling AppleScriptOODev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MakeStartupAliasToMe:PWDev.CD Nov 00 TC Disk 1
  25872.  - Sample Code
  25873.  - Interapplication Comm
  25874.  - MakeStartupAliasToMeV
  25875. 68731X
  25876. Nov 00^    TC Disk 1
  25877. --set theItem to choose file -- uncomment to test in an AS editor
  25878.     tell application "Finder"
  25879.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MakeStartupAliasToMe:"
  25880.         activate
  25881.     end tell
  25882. on error errMsg number errNum
  25883.     --enter statements to perform when no records are found such as...
  25884.     display dialog "Sorry, the item you selected could not be found."
  25885.     return
  25886. end try
  25887. e    No Changef
  25888. AppleScript
  25889. Calling AppleScriptq
  25890. Dev.CD Nov 00 TC Disk 1
  25891. D!All Packages
  25892. Tool Chest Edition
  25893. Manalyzer 2.0d3
  25894.     o Change
  25895. --set theItem to choose file -- uncomment to test in an AS editor
  25896.     tell application "Finder"
  25897.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:FindPrinter:"
  25898.         activate
  25899.     end tell
  25900. on error errMsg number errNum
  25901.     --enter statements to perform when no records are found such as...
  25902.     display dialog "Sorry, the item you selected could not be found."
  25903.     return
  25904. end try
  25905. ber errNum
  25906.     --enter statements to perform when no records are found such as...
  25907.     display dialog "Sorry, the item you selected could not be found."
  25908.     return
  25909. end try
  25910. e    No Changef9Sound Input Driver
  25911. PCI driver
  25912. PCI Sound Input driverq
  25913. Dev.CD Nov 00 TC Disk 2
  25914. All Packages
  25915. PDlog ExpandI6This example shows how to add items to print dialogs. JCPDlog Expand(PPC)
  25916. PDlog Expand.c
  25917. PDlog Expand.mcp
  25918. PDlog Expand.rsrcK
  25919. Dec 96L
  25920. May 97N
  25921. print, dialog, item, addO:Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PDlog Expand:V
  25922. 67248X
  25923. 1e    No Change
  25924. PSDev.CD Nov 00 TC Disk 2
  25925.  - Sample Code
  25926.  - QuickTime
  25927.  - Streaming
  25928.  - QTStreamSplicertosh product or on the E
  25929. O CDN#TCP/IP, networking, standards basedctivate
  25930.     end tell
  25931. on error errMsg number errNum
  25932.     --enter statements to perform when no records are found such as...
  25933.     display dialog "Sorry, the item you selected could not be found."
  25934.     return
  25935. end try
  25936. vide a solution for users looking for network services.  NSL 1.1 is a feature of Mac OS 9.
  25937. NSL 1.1 SDK Read Me
  25938. NSL 1.1 Manager B
  25939. library, DNS, SLP, LDAP, and NBP plug-ins
  25940. UI library
  25941. Detailed NSL 1.1 Developer Documentation
  25942. NSL Network Administrator's Guide (second edition)
  25943. Connect To... test tool
  25944. Sample code
  25945. Header files
  25946. JYConnect To...
  25947. Documentation
  25948. Headers
  25949. NSL 1.1 SDK Read Me
  25950. NSL Library & Plugins
  25951. Sample CodeK
  25952. Nov 98L
  25953. Dec 99MeFor development purposes, this software requires a PowerPC running system software Mac OS 9 or later.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:orkaround code.
  25954. Print Hint
  25955. ODDev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:PIDev.CD Dec 99 RL Disk 1
  25956.  - Technical Documentation
  25957.  - ABS Technical NotesV
  25958. 68219X
  25959. Dec 99^    RL Disk 1
  25960. --set theItem to choose file -- uncomment to test in an AS editor
  25961.     tell application "Finder"
  25962.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:"
  25963.         activate
  25964.     end tell
  25965. on error errMsg number errNum
  25966.     --enter statements to perform when no records are found such as...
  25967.     display dialog "Sorry, the item you selected could not be found."
  25968.     return
  25969. end try
  25970. Deletedf-ESD
  25971. AppleSearch
  25972. AppleShare
  25973. IP Gatewayq
  25974. Dev.CD Dec 99 RL Disk 1
  25975. All Packages
  25976. ADB Analyzer 1.0D6
  25977. 68220X
  25978. elves.  A simple XCMD is needed to initiate the spellchecking session, which is provided by the Web page.
  25979. The updated SDK includes bug fixes to Writeswell Jr.'s scrolling, plus the Spellswell Plus 2.1 Demo.
  25980. A list of client (word processor) and server (spelling a
  25981.  will need to manually change your code.
  25982. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems with Convert
  25983. Projects, please contact the authors by one of the following means:
  25984.   Internet: bbedit@world.std.com
  25985.   CIS: 73051,3255
  25986.   AppleLink: BARE.BONES
  25987.   Fax: (508) 651-7584
  25988.   Phone: (508) 651-3561
  25989.   Mail:  Bare Bones Software
  25990.       c/o R. Siegel
  25991.       1 Larkspur WC
  25992. ay #4
  25993.       Natick, MA 01760
  25994. J?!NOT AN APPLE PRODUCT!:
  25995. About Convert
  25996. Projects
  25997. Convert
  25998. ProjectsK
  25999. May 94L
  26000. Aug 94OVDev.CD Nov 99 TC:Tool Chest:Development Kits:
  26001.  Other Platforms:Convert
  26002. Projects 1.0b5:PaDev.CD Nov 99 TC
  26003.  - Tool Chest
  26004.  - Development Kits
  26005.  Other Platforms
  26006.  - Convert
  26007. Projects 1.0b5mply creates a palette, attaches it to a window, then calls color picker routines whenever a user clicks in the window to change a color
  26008. ColorizePict:  Snippet to illustrate how to use CopyB
  26009. lPQDev.CD Nov 00 TC Disk 2
  26010.  - Sample Code
  26011.  - Platforms and Tools
  26012.  - DebuggerPresenceV
  26013. 68435X
  26014. Nov 00^    TC Disk 2
  26015. --set theItem to choose file -- uncomment to test in an AS editor
  26016.     tell application "Finder"
  26017.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:DebuggerPresence:"
  26018.         activate
  26019.     end tell
  26020. on error errMsg number errNum
  26021.     --enter statements to perform when no records are found such as...
  26022.     display dialog "Sorry, the item you selected could not be found."
  26023.     return
  26024. end try
  26025. e    No Changef9debugger
  26026. MacsBug
  26027. debugger detection
  26028. DebuggerPresenceq
  26029. Dev.CD Nov 00 TC Disk 2
  26030. All Packages
  26031. Debugging Modern Memory Manager
  26032. 68436X
  26033. arance Manager is not running.
  26034. JVSetWindBackColor READ ME
  26035. SetWindBackColor(PPC)
  26036. SetWindBackColor.c
  26037. SetWindBackColor.mcpK
  26038. Aug 97N
  26039. background, color, WDEF, windowOMDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:SetWindBackColor:V
  26040. 67659X
  26041. 1e    No Change
  26042.  Alexander.  MessageWatcher let
  26043. logo and NEW guidelines for its use. 
  26044.   2. Identify all your retail products with this small, yet powerful icon.
  26045. Developer commitment to providing the new Mac logo with wide scale, high profile visibility in combination with aggressive Apple-sponsored channel programs will increase overall sales of Macintosh products. Apple is working with our channel partners to ensure that packages with the Mac logo are prominently displayed and effectively merchandised. The goal of this campaign is to 
  26046. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  26047. Some of the planned activities to support this campaign include:
  26048.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  26049.  In-Store Merchandising Programs and Promotion
  26050.  Wholesale Distribution Programs
  26051.  Magazine Advertising Campaigns
  26052.  Mail-Order Catalog Programs and Promotions
  26053.  Apple Online Store Programs and Promotions 
  26054. To be considered for inclusion in these exciting, high-v
  26055. es our software developers to build more powerful, higher-quality software in less time than it took to develop traditional monolithic applications.
  26056. Contains OpenDoc
  26057.  1.1, documentation, and development essentials.
  26058. Cyberdog 1.1:
  26059. Developer Documentation:
  26060. Installing OpenDoc
  26061. Introduction to Component SW:
  26062. Licensing:
  26063. OpenDoc Development:
  26064. OpenDoc Development Framework
  26065. OpenDoc DR6 ReadMe
  26066. OpenDoc
  26067.  Source CodeK
  26068. Apr 96L
  26069. Jan 97M
  26070. Any Macintosh with 68030 or greater, or Power Macintosh.
  26071. Suggested 8MB RAM or more.
  26072.  OS Version 7.1.1 or later for 68K Macintosh
  26073. Mac OS Version 7.1.2 or later for Power MacintoshNVOpenDoc, Component Software, Compound Document Architecture, Objects, SOM, DSOM, CORBAO5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:P:Dev.CD Jan 97 SDK2
  26074.  - Development Kits (Disc 2)
  26075.  - OpenDocisk 2
  26076. e    No Change
  26077. creditsbox
  26078. crsrdev
  26079. crsrdev
  26080. cslidercontrol
  26081. cslidercontrol
  26082. cslidercontrol
  26083. cslidercontrol
  26084. 68832X
  26085. Jan 97^
  26086. --set theItem to choose file -- uncomment to test in an AS editor
  26087.     tell application "Finder"
  26088.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:"
  26089.         activate
  26090.     end tell
  26091. on error errMsg number errNum
  26092.     --enter statements to perform when no records are found such as...
  26093.     display dialog "Sorry, the item you selected could not be found."
  26094.     return
  26095. end try
  26096. Deletedq
  26097. Dev.CD Jan 97 SDK2
  26098. D!All Packages
  26099. Mac OS SDK Edition
  26100. OpenDoc International
  26101. Summary:  OpenDoc J-1.1 GM is a localized version of OpenDoc for Japan. This version supports Japanese system software version 7.5.3 or later. 
  26102. Included in the OpenDoc International folder are Recipes and Development folders along with the OpenDoc J-1.1 installer. These items supplement the OpenDoc SDK and help developers understand how to use TSM and TSMTE in programming OpenDoc parts.
  26103. 68833X
  26104. Deleted
  26105. + files!),les (80+ files!),
  26106. PpDev.CD Nov 00 TC Disk 1
  26107.  - Tool Chest
  26108.  - Development Kits
  26109.  - HyperCard Related
  26110.  - XCMDs & XFCNs
  26111.  - Help XFCN 1.4V
  26112. 68587X
  26113. Nov 00^    TC Disk 1
  26114. --set theItem to choose file -- uncomment to test in an AS editor
  26115.     tell application "Finder"
  26116.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:"
  26117.         activate
  26118.     end tell
  26119. on error errMsg number errNum
  26120.     --enter statements to perform when no records are found such as...
  26121.     display dialog "Sorry, the item you selected could not be found."
  26122.     return
  26123. end try
  26124. e    No Changef
  26125. HyperCard
  26126. Balloonsq
  26127. Dev.CD Nov 00 TC Disk 1
  26128. All Packages
  26129. helpful MPW scripts
  26130. 68588X
  26131. isk 1
  26132.  - Sample Code
  26133.  - Human Interface Toolbox
  26134.  - NoSoundV
  26135. 67189X
  26136. Nov 00^    TC Disk 1
  26137. e    No Change
  26138. e    No Changef
  26139. QuickTime
  26140. compressionq
  26141. Dev.CD Nov 00 TC Disk 2
  26142. All Packages
  26143. DeepScreen Picker
  26144. 65186X
  26145. ox:SetIndString:V
  26146. 64403X
  26147. 1e    No Change
  26148. tuneplayer
  26149. tunes
  26150. tuning
  26151. tunnel
  26152. tupledumper
  26153. tuples
  26154. turbo
  26155. turkish
  26156. turnedA
  26157. turning
  26158. turns
  26159. turtle
  26160. tutorial
  26161. tview
  26162. tween
  26163. tweening
  26164. twice
  26165. twiddle
  26166. twindow
  26167. twindows
  26168. twisted
  26169. twists
  26170. two-byte
  26171. two-column
  26172. two-column
  26173. resource
  26174. looks
  26175. comma
  26176. two-dimensional
  26177. two-level
  26178. two-part
  26179. two-phase
  26180. two-source
  26181. shouldn't
  26182. shoutcast
  26183. show[
  26184. show/hide
  26185. showballoon
  26186. showcase
  26187. showdraghilite
  26188. showingO
  26189. shown
  26190. similar
  26191. similarities
  26192. similarly
  26193. simone
  26194. simpleb
  26195. New Packagef
  26196. Floating Window
  26197. nibo&http://developer.apple.com/samplecode/q
  26198. Dev.CD Nov 00 TC Disk 1
  26199. All Packages
  26200. FMAT Editor
  26201. Summary:    This ResEdit editor lets you prepare localized number format descriptions that you can use in conjunction with the number formatting routines provided by the Macintosh Text Utilities. Using localized number format descriptions doesn't give you all the flexibility provided by the approach in "International Number Formatting" in Develop 16, but if you know that your application will only have to work with system software localized for the same language, it's usually adequate. And
  26202. R this ResEdit editor is certainly the nicest way to create the localized resources.
  26203. Features:
  26204.  creates new FMAT resources from a format string.
  26205.  lets you pick characters for format string from a palette.
  26206.  works with any script system.
  26207.  displays sample numbers to give you immediate feedback.
  26208. Issues:  Provided by Michael Hecht, SAS.
  26209. Jan 94V
  26210. 68549X
  26211. This Extension patches Open Firmware (OF) on certain Macintoshes to fix an OF bug.
  26212. On the family of machines named Tanzania, Zanzibar, Motorola StarMax, and PowerMac 4400, plugging in certain PCI cards containing PCI-PCI bridges will cause a hang upon power on before gray screen.
  26213. This Extension works by checking if it is running on one of the above machines, and if so, it unconditionally patches OF by replacing the entire OF part of Non-Volatile-RAM (NVRAM; also called PRAM or Parameter 
  26214. RAM) with an image contained in the Extension.
  26215. You can see if the Extension is taking effect by seeing if its icon appears in the Extension icon parade that shows up during boot.
  26216. This OF NVRAM image that is written is that of factory-default OF settings except with "use-nvramrc?" set to "true" and "nvramrc" set to Forth text.
  26217. The Forth text in "nvramrc" is executed by OF after its initialization but before the Device Tree probing process.
  26218. In the Device Tree probing process, OF builds a
  26219. SO9Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleSearch:P>Dev.CD Apr 98 SDK1
  26220.  - Development Kits (Disc 1)
  26221.  - AppleSearchV
  26222. 68282X
  26223. Apr 98^
  26224. --set theItem to choose file -- uncomment to test in an AS editor
  26225.     tell application "Finder"
  26226.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleSearch:"
  26227.         activate
  26228.     end tell
  26229. on error errMsg number errNum
  26230.     --enter statements to perform when no records are found such as...
  26231.     display dialog "Sorry, the item you selected could not be found."
  26232.     return
  26233. end try
  26234. e    No Changeq
  26235. Dev.CD Apr 98 SDK1
  26236. TD!All Packages
  26237. Mac OS SDK Edition
  26238. AppleShare Client API SDK
  26239. The AppleShare Client API SDK consists of routines for creating and parsing AFP URLs and a set of routines for working with shared volumes.  This SDK provides developer documentation, header files, and libraries for taking advantage of the AppleShare Client API.
  26240. 68283X
  26241. 1e    No Change
  26242. Summary:  The Apple ScriptX Interactive Multimedia Platform
  26243. With the delivery of Version 1.5, the ScriptX Multimedia Platform is taking the first steps towards establishing a premier platform for the development and delivery of the next generation of multimedia applications and tools.
  26244. The platform consists of three elements:  The ScriptX Media Player, the ScriptX Language and Class Library, and the ScriptX application development and authoring tools.
  26245. The ScriptX Language Kit Version 1.5
  26246.  contains over 250 "core classes" for multimedia development.  They include facilities for Title Management for creating and managing ScriptX applications, Composition Facilities, Graphics, Timed Behavior facilities for handling time-based streams and sequences, Interaction facilities for creating user interface elements, Data Management facilities, and Language Support Facilities.
  26247. See the document "About ScriptX" for details.
  26248. Apr 96L
  26249. Jul 96g
  26250. programming
  26251. information
  26252. t:  Show
  26253. 68694X
  26254. Jan 99^
  26255. q--set theItem to choose file -- uncomment to test in an AS editor
  26256.     tell application "Finder"
  26257.         open item "Dev.CD Jan 99 SDK1:Mac Logo:"
  26258.         activate
  26259.     end tell
  26260. on error errMsg number errNum
  26261.     --enter statements to perform when no records are found such as...
  26262.     display dialog "Sorry, the item you selected could not be found."
  26263.     return
  26264. end try
  26265. Deletedf
  26266. Apple
  26267. Dev.CD Jan 99 SDK1
  26268. pD&All Packages
  26269. System Software Edition
  26270. te upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  26271. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  26272. 68695X
  26273. non-portable
  26274. non-rotated
  26275. non-scsi
  26276. non-system
  26277. non-text
  26278. non-us
  26279. non-volatile-ram
  26280. nontrivial
  26281. nopoweroffkey
  26282. nopoweroffkey
  26283. sample
  26284. extension
  26285. disable
  26286. power-off
  26287. norbert
  26288. noresdialog
  26289. noresdialog
  26290. source
  26291. sample
  26292. illustrating
  26293. dialo
  26294. note_
  26295. apple
  26296. guide
  26297. intended
  26298. those
  26299. developers
  26300. noted
  26301. ~--set theItem to choose file -- uncomment to test in an AS editor
  26302.     tell application "Finder"
  26303.         open item "Dev.CD Oct 93
  26304. Dev.CD Jul 93
  26305. Dev.CD Apr 93"
  26306.         activate
  26307.     end tell
  26308. on error errMsg number errNum
  26309.     --enter statements to perform when no records are found such as...
  26310.     display dialog "Sorry, the item you selected could not be found."
  26311.     return
  26312. end try
  26313. All Packages
  26314. F    QuickTimeO
  26315. Dev.CD Oct 93
  26316. Dev.CD Jul 93P
  26317. Dev.CD Oct 93
  26318. Dev.CD Jul 9V
  26319. 69164X
  26320. Oct 93
  26321. p--set theItem to choose file -- uncomment to test in an AS editor
  26322.     tell application "Finder"
  26323.         open item "Dev.CD Oct 93
  26324. Dev.CD Jul 93"
  26325.         activate
  26326.     end tell
  26327. on error errMsg number errNum
  26328.     --enter statements to perform when no records are found such as...
  26329.     display dialog "Sorry, the item you selected could not be found."
  26330.     return
  26331. end try
  26332. All Packages
  26333. F    QuickTimeO
  26334. Dev.CD Oct 93
  26335. Dev.CD Jul 93P
  26336. Dev.CD Oct 93
  26337. Dev.CD Jul 9V
  26338. 69165X
  26339. Oct 93
  26340. can't[
  26341. cancel
  26342. cancelwindowcheckout
  26343. cannot
  26344. capabilites
  26345. capabilities`
  26346. capability
  26347. capable
  26348. capacity
  26349. capitalize
  26350. capped
  26351. captureU
  26352. captured
  26353. tem 7.0 or laterNCFile System Manager, FSM, External File System, Foreign File SystemO?Dev.CD Oct 00 SDK1:Development Kits:Mac OS:File System Manager:PGDev.CD Oct 00 SDK1
  26354.  - Development Kits
  26355.  - Mac OS
  26356.  - File System Manager' alignment set to centre it in the display space).
  26357. J-PlayMovie
  26358. PlayMovie.zip
  26359. pm.bat
  26360. README.txt
  26361. Feb 00
  26362. OKDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayMovie:V
  26363. 65639X
  26364. 1e    No Change
  26365. scanning
  26366. scansx
  26367. scenario
  26368. scene
  26369. scheduleS
  26370. scheduled
  26371. schedulesS
  26372. scheme
  26373. schemes
  26374. schneider
  26375. school
  26376. science
  26377. scoop
  26378. score
  26379. scoring
  26380. scott
  26381. scrambling
  26382. scrap
  26383. scrapbook
  26384. screenB
  26385. screen's
  26386. screen-based
  26387. screencompare
  26388. screendump
  26389. screens
  26390. screenshots
  26391. scripty
  26392. scriptability
  26393. stem exceeds 350,000.
  26394.  A phrase adding feature allows you to customize CDK's vocabulary.  Add names of f
  26395. handles
  26396. handoff
  26397. handwriting
  26398. handy
  26399. handyman
  26400. hardware
  26401. hardware
  26402. address
  26403. hardware
  26404. developer
  26405. documentation
  26406. hardware
  26407. documentation
  26408. zones
  26409. heaps
  26410. hebrew
  26411. center
  26412. systems
  26413. helper
  26414. class
  26415. driver
  26416. hierarchical
  26417. level
  26418. hinting
  26419. hooper
  26420. hotspot
  26421. hp-ux
  26422. rendering
  26423. htmlrenderinglib
  26424. human
  26425. human
  26426. interface
  26427. human
  26428. interface
  26429. guidelines
  26430. hwindowide
  26431. hypercard
  26432. hypercard
  26433. player
  26434. cardbus
  26435. ibook
  26436. --set theItem to choose file -- uncomment to test in an AS editor
  26437.     tell application "Finder"
  26438.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:OtherResInfo-MungeDeamon:"
  26439.         activate
  26440.     end tell
  26441. on error errMsg number errNum
  26442.     --enter statements to perform when no records are found such as...
  26443.     display dialog "Sorry, the item you selected could not be found."
  26444.     return
  26445. end try
  26446. m "Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:Clipboard Magician 0.76:"
  26447.         activate
  26448.     end tell
  26449. on error errMsg number errNum
  26450.     --enter statements to perform when no records are found such as...
  26451.     display dialog "Sorry, the item you selected could not be found."
  26452.     return
  26453. end try
  26454. e    No Changef,data conversion
  26455. Apple Event server
  26456. scriptingq
  26457. Dev.CD Nov 00 TC Disk 1
  26458. All Packages
  26459. CODE Editor for ResEdit 2.1
  26460. 66745X
  26461. log hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit and
  26462. update-based
  26463. updatedr
  26464. updated
  26465. conceptual
  26466. reference
  26467. documentation
  26468. updatemovies
  26469. updater
  26470. updateresfile
  26471. updatesv
  26472. s freeware, provided by Bare Bones Software.
  26473. J-!NOT AN APPLE PRODUCT!:
  26474. About Drop
  26475. Nov 94L
  26476. Sep 95M
  26477. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  26478. PS 1.1.3:PFDev.CD Nov 99 TC
  26479.  - Tool Chest
  26480.  - Developer Utilities
  26481.  - Drop
  26482. PS 1.1.3WDEFColorSample.rsrc
  26483. WDEFColorSampleWDEF.c
  26484. Aug 00M?CodeWarrior Pro 5, Universal Headers 3.3.2, CarbonLib SDK 1.0.4N2dialog, window, control, aunt, auntie, replacementOIDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:AuntieDialog:PQDev.CD Nov 00 TC Disk 1
  26485.  - Sample Code
  26486.  - Human Interface Toolbox
  26487.  - AuntieDialogy dialog "Sorry, the item you selected could not be found."
  26488.     return
  26489. end try
  26490. 1.0.1
  26491. 1.0.1b1c2
  26492. 1.0.1b3V
  26493. 1.0.2u
  26494. 1.0.3
  26495. 1.0.4v
  26496. This sample is designed to show you how to create the required QuickTime atom and send it to the IMA decompression codecs so that you can decompress IMA compressed WAVE files using the Sound Manager's SoundConvert routines and the QuickTime IMA codecs.
  26497. This sample also shows a tecnique of playing a sound that doesn't rely on doing any work, other than setting a flag, at interrupt time.  Use this tecnique if you want to be a friendly application, but not if you can't stand to have sound drB
  26498. opouts.
  26499. The interesting bits are in PlaySound, DoIdle, and SoundCallBackFcn.
  26500. While this code has a basic knowledge of the structure of a WAVE file, I would not use this code as a sample showing the most correct and complete way to parse a WAVE file.
  26501. JBheaders
  26502. IMADecom readme
  26503. IMADecompression
  26504. IMADecompression.
  26505. sourceOQDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTimadecompression:
  26506. All Packages
  26507. System 7.5 Update 1.0O
  26508. Dev.CD Jul 95P
  26509. Dev.CD Jul 9V
  26510. 64554X
  26511. 68918X
  26512. Apr 95
  26513. b--set theItem to choose file -- uncomment to test in an AS editor
  26514.     tell application "Finder"
  26515.         open item "Dev.CD Apr 95"
  26516.         activate
  26517.     end tell
  26518. on error errMsg number errNum
  26519.     --enter statements to perform when no records are found such as...
  26520.     display dialog "Sorry, the item you selected could not be found."
  26521.     return
  26522. end try
  26523. All Packages
  26524. F    PowerTalkO
  26525. Dev.CD Apr 95
  26526. Dev.CD Jan 95P
  26527. Dev.CD Apr 95
  26528. Dev.CD Jan 9V
  26529. 68919X
  26530. Apr 95
  26531. p--set theItem to choose file -- uncomment to test in an AS editor
  26532.     tell application "Finder"
  26533.         open item "Dev.CD Apr 95
  26534. Dev.CD Jan 95"
  26535.         activate
  26536.     end tell
  26537. on error errMsg number errNum
  26538.     --enter statements to perform when no records are found such as...
  26539.     display dialog "Sorry, the item you selected could not be found."
  26540.     return
  26541. end try
  26542. All Packages
  26543. F    PowerTalkO
  26544. Dev.CD Apr 95
  26545. Dev.CD Jan 95P
  26546. Dev.CD Apr 95
  26547. Dev.CD Jan 9V
  26548. 68920X
  26549. Apr 95
  26550. ignore
  26551. ignores
  26552. ignoring
  26553. csoundboardapp
  26554. csoundboardwindow
  26555. csoundboardwindow
  26556. csoundboardwindow
  26557. ct-009-4433
  26558. ct-009-4433
  26559. install
  26560. ct-009-4434
  26561. ct-009-4434
  26562. install
  26563. ct-009-4435
  26564. ct-009-4435
  26565. install
  26566. ct-009-4436
  26567. ct-009-4436
  26568. ct-009-4437
  26569. ct-009-4437
  26570. time-based
  26571. time-consuming
  26572. timebase
  26573. timecode
  26574. timed
  26575. timers
  26576. timertst
  26577. composers{
  26578. composit
  26579. composite
  26580. composited
  26581. compositepictures
  26582. compositing
  26583. composition
  26584. compositor
  26585. compound
  26586. compound-document
  26587. comprehensive
  26588. compress
  26589. compressed
  26590. --set theItem to choose file -- uncomment to test in an AS editor
  26591.     tell application "Finder"
  26592.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:TimeCodes:QTTimeCode:"
  26593.         activate
  26594.     end tell
  26595. on error errMsg number errNum
  26596.     --enter statements to perform when no records are found such as...
  26597.     display dialog "Sorry, the item you selected could not be found."
  26598.     return
  26599. end try
  26600. labels
  26601. language
  26602. language
  26603. analysis
  26604. architecture
  26605. language
  26606. updater
  26607. arabic
  26608. chinese
  26609. cyrillic
  26610. hebrew
  26611. language
  26612. manager
  26613. languageid
  26614. laserwriter
  26615. laserwriter
  26616. laserwriter
  26617. driver
  26618. printer
  26619. 8.5.1
  26620. localization
  26621. localized
  26622. localized
  26623. strings
  26624. location
  26625. location
  26626. manager
  26627. space
  26628. lproj
  26629. macapp
  26630. machine
  26631. machine
  26632. identification
  26633. macintoshR
  26634. bisibility programs, your products must have the Mac logo appropriately displayed on your products
  26635.  packaging as outlined on the guidelines. The Mac logo guidelines are included on this Developer CD. For more information, please see our web site at <http://developer.apple.com/mkt/maclogo.html> or contact our Licensing department at sw.license@apple.com.
  26636. JJClent Richardson Message.pdf
  26637. Mac Logo Art:
  26638. Mac Logo Guidelines:
  26639. NewMacLogoK
  26640. Jan 99N
  26641. Apple, Logo, MacO
  26642. Dev.CD Jan 99 SDK1:Mac Logo:P
  26643. Dev.CD Jan 99 SDK1
  26644.  - Mac Logoava:JavaSprites:PXDev.CD Nov 00 TC Disk 2
  26645.  - Sample Code
  26646.  - QuickTime
  26647.  - QuickTime for Java
  26648.  - JavaSpritesV
  26649. 67021X
  26650. Nov 00^    TC Disk 2
  26651. e    No Change
  26652. :  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  26653. J]802 LAP:
  26654. HyperCard MacTCP Toolkit 1.0:
  26655. MacTCP LAP Tech Note
  26656. Universal Interfaces:
  26657. ZapTCP 1.1:K
  26658. Aug 93nge
  26659. ode:Games:NetSprocketTest:V
  26660. 62315X
  26661. 1e    No Change
  26662. Jan 96
  26663. g--set theItem to choose file -- uncomment to test in an AS editor
  26664.     tell application "Finder"
  26665.         open item "Dev.CD Jan 96 SDK1"
  26666.         activate
  26667.     end tell
  26668. on error errMsg number errNum
  26669.     --enter statements to perform when no records are found such as...
  26670.     display dialog "Sorry, the item you selected could not be found."
  26671.     return
  26672. end try
  26673. All Packages
  26674. QuickDraw GXO
  26675. Dev.CD Jan 96 SDK1P
  26676. Dev.CD Jan 96 SDKV
  26677. 69050X
  26678. Jan 96
  26679. g--set theItem to choose file -- uncomment to test in an AS editor
  26680.     tell application "Finder"
  26681.         open item "Dev.CD Jan 96 SDK1"
  26682.         activate
  26683.     end tell
  26684. on error errMsg number errNum
  26685.     --enter statements to perform when no records are found such as...
  26686.     display dialog "Sorry, the item you selected could not be found."
  26687.     return
  26688. end try
  26689. All Packages
  26690. QuickDraw GXO
  26691. Dev.CD Jan 96 SDK1P
  26692. Dev.CD Jan 96 SDKV
  26693. 69051X
  26694. Jan 96
  26695. --set theItem to choose file -- uncomment to test in an AS editor
  26696.     tell application "Finder"
  26697.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:ColorizePict:"
  26698.         activate
  26699.     end tell
  26700. on error errMsg number errNum
  26701.     --enter statements to perform when no records are found such as...
  26702.     display dialog "Sorry, the item you selected could not be found."
  26703.     return
  26704. end try
  26705. d not be found."
  26706.     return
  26707. end try
  26708. e    No ChangefEQuickTime
  26709. Sound
  26710. Utilities
  26711. Track
  26712. Audio
  26713. Buffer
  26714. Volumes
  26715. Compressionq
  26716. Dev.CD Nov 00 TC Disk 2
  26717. All Packages
  26718. SoundSprocketTestI
  26719. This sample is a demonstration and test of the SoundSprocket API with QuickDraw 3D.  If allows the user to config various options of SoundSprocket to show how effects work and their interactions.
  26720. Feb 00V
  26721. 67725X
  26722. 1e    No Change
  26723. no-copy
  26724. receives
  26725. under
  26726. sample
  26727. demonstrates
  26728. palette
  26729. color
  26730. tables
  26731. opers
  26732. create
  26733. theme@
  26734. e    No ChangefEMPW
  26735. compilers
  26736. assemblers
  26737. linkers
  26738. tools
  26739. debuggers
  26740. performance analysisq
  26741. Dev.CD Nov 00 TC Disk 1
  26742. All Packages
  26743. MPW Script Tips 1.1.1
  26744. )Summary: Tips supplementing the MPW 3.0 documentation for MPW scripting
  26745. Features: The sample scripts are heavily commented so that the concepts on which they are based can be easily transferred to other scripts. Also includes tips documents on putting commands together to write useful scripts.  
  26746. J6Documents
  26747. READMEFIRST!
  26748. Sample Makefiles
  26749. Sample ScriptsK
  26750. Mar 92M
  26751. MPW 3.2 or laterOVDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:PaDev.CD Nov 00 TC Disk 1
  26752.  - Tool Chest
  26753.  - Development Kits
  26754.  - MPW Related
  26755.  - MPW Script Tips 1.1.1V
  26756. 68780X
  26757. Nov 00^    TC Disk 1
  26758. e    No Change
  26759. form when no records are found such as...
  26760.     display dialog "Sorry, the item you selected could not be found."
  26761.     return
  26762. end try
  26763. e    No Changeq
  26764. Dev.CD Nov 00 TC Disk 1
  26765. All Packages
  26766. Dialog popupsV
  26767. 66858X
  26768. system
  26769. folder
  26770. system
  26771. folder
  26772. 8.5.1
  26773. suite
  26774. toolc
  26775. configs
  26776. toolboxQ
  26777. toolbox
  26778. assistant
  26779. multiple
  26780. toolbox
  26781. toolbox
  26782. framework
  26783. toolframework
  26784. toolkit
  26785. toolsQ
  26786. tools
  26787. goodies
  26788. tools
  26789. toolwindow
  26790. toolwindow
  26791. toolwindow
  26792. topicsS
  26793.     Ctwn replacement to the standard MDEF in case you need just a bit more functionality than the standard MDEF provides.
  26794. ChooseTkl.c
  26795. ChooseTkl.h
  26796. Concordia Info
  26797. Concordia(PPC)
  26798. Concordia.c
  26799. Concordia.h
  26800. Concordia.mcp
  26801. Concordia.r
  26802. DrawTkl.c
  26803. DrawTkl.h
  26804. PopUpTkl.c
  26805. PopUpTkl.h
  26806. SizeTkl.c
  26807. SizeTkl.hN
  26808. MDEF, proportional, scrollingOFDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Concordia:PNDev.CD Nov 00 TC Disk 1
  26809.  - Sample Code
  26810.  - Human Interface Toolbox
  26811.  - ConcordiaerPC and 68K code.
  26812. olorCDEF:  This working sample defproc emulates the features of the standard button control for system software 7.0 on the macintosh.
  26813. ColoredCheckBox:  This app demonstrates how to create a check box on a gray window background. The key to this is making sure that the background color for the window is set.
  26814. CustomIcon:  This snippet shows how to use custom document icons in an application. The correct procedure for doing this is to add the Icon family to the document and set bit 10 of th
  26815. 160/180
  26816. installment
  26817. installsf
  26818. instance
  26819. instances
  26820. instantiated
  26821. instantly
  26822. instead
  26823. instruction
  26824. instructional
  26825. instructions_
  26826. instrumentation
  26827. instrumented
  26828. instruments
  26829. instuctions
  26830. insulate
  26831. insure
  26832. int'l
  26833. intact
  26834. integer
  26835. integers
  26836. integrated
  26837. integrates
  26838. integrating
  26839. integrating
  26840. computer-based
  26841. media
  26842. broadcast
  26843. environment
  26844. integration
  26845. integrator
  26846. serversT
  26847. servervols
  26848. servervols
  26849. services
  26850. folder
  26851. windows
  26852. movie
  26853. setdefaultdtp
  26854. setdefaultdtp
  26855. setdefaultdtp
  26856. setdeskcpat
  26857. setdeskcpat
  26858. setdeskcpat
  26859. setdeskcpat
  26860. setdeskcpat
  26861. setdeskcpatdemo
  26862. setdeskcpatdemo
  26863. setfileflag
  26864. setfileflag
  26865. setfinderlock
  26866. setfinderlock
  26867. setfinfo
  26868. setfinfo
  26869. setfolderflag
  26870. setfolderflag
  26871. setindstring
  26872. setindstring
  26873. setled
  26874. setled
  26875. setled
  26876. setled
  26877. setlockbit
  26878. setlockbit
  26879. setlockbitatomsample
  26880. s can be saved to hold the user-defined critieria and actions that users create.
  26881. The Snarfer can run on Internet Routers and handle multiple ports.
  26882. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  26883.  riority patent.
  26884. apple
  26885. shared
  26886. library
  26887. manager
  26888. dynamic
  26889. library
  26890. profiler
  26891. apple
  26892. system
  26893. installer
  26894. assemblers
  26895. assembly
  26896. assistant
  26897. async
  26898. async
  26899. asynchronous
  26900. driver
  26901. table
  26902. async
  26903. device
  26904. driver
  26905. asyncdriversample
  26906. asyncdriversample
  26907. asynchronous
  26908. asyncronous
  26909. atapi
  26910. cd-rom
  26911. powerbook
  26912. ataerrordetector
  26913. ataerrordetector
  26914. atapi
  26915. atmark
  26916. atsui
  26917. attachability
  26918. attributes
  26919. atworld
  26920. audio
  26921. authentication
  26922. autoguest
  26923. automated
  26924. automation
  26925. autopush
  26926. aware
  26927. backcolor
  26928. background
  26929. background-only
  26930. background-only
  26931. applications
  26932. pbcatsearch
  26933. applescript
  26934. subrout
  26935. carbonsndplaydb@
  26936. carbonsndplaydb
  26937. readme@
  26938. cfoverview@
  26939. choosetkl@
  26940. clearbutton@
  26941. editor
  26942. resedit
  26943. coercions
  26944. colormarquee@
  26945. common
  26946. common
  26947. files
  26948. common
  26949. compbasedmediabroadc@
  26950. compression@
  26951. connect@
  26952. contributed@
  26953. convert@
  26954. copybits@
  26955. counter@
  26956. createcopy@
  26957. creator@
  26958. csmp-digest-readme@
  26959. csmp-digest-v3-027@
  26960. csmp-digest-v3-070@
  26961. csmp-digest-v3-113@
  26962. csoundboardapp@
  26963. ct-009-4438@
  26964. cursordevices@
  26965. customputappend
  26966. .CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:DetachedController:PlDev.CD Nov 00 TC Disk 2
  26967.  - Sample Code
  26968.  - QuickTime
  26969.  -  All Java
  26970.  - QuickTime for Java
  26971.  - DetachedControllerV
  26972. 66820X
  26973. Nov 00^    TC Disk 2
  26974. e    No Change
  26975. myquicktakeapp
  26976. 1.0.2
  26977. myregistercomponent
  26978. myregistercomponent
  26979. system
  26980. enabler
  26981. --set theItem to choose file -- uncomment to test in an AS editor
  26982.     tell application "Finder"
  26983.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:GraphicImporter.win:"
  26984.         activate
  26985.     end tell
  26986. on error errMsg number errNum
  26987.     --enter statements to perform when no records are found such as...
  26988.     display dialog "Sorry, the item you selected could not be found."
  26989.     return
  26990. end try
  26991. ckages
  26992. New & RevisedF
  26993. OT Virtual Server
  26994. The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with.   It also demonstrates the speed of Open Transport when used properly.
  26995. J6About OTVirtual Server
  26996. OTVirtualClient
  26997. OTVirtualServerL
  26998. Nov 00M
  26999. Open Transport 1.1.100 TC Disk 1:Sample Code:Networking:OT Virtual Server:V
  27000. 67213X
  27001. Updatedo&http://developer.apple.com/samplecode/
  27002. Headers.
  27003. e    No Changef2AppleShare
  27004. File Sharing
  27005. File Manager
  27006. Drag and Dropq
  27007. Dev.CD Nov 00 TC Disk 1
  27008. D!All Packages
  27009. Tool Chest Edition
  27010. URL Access 1.0.1 SDK
  27011. URL Access - A collection of functions allowing easy access to files on network systems using URLs to reference the remote sources. Support is provided for ftp, http,  and file URLs.
  27012. Download data from a given URL
  27013. Upload data to a given URL (FTP only)
  27014. Post an HTML form
  27015. Download a directory listing (FTP only)
  27016. Download/Upload an entire directory (FTP only)
  27017. Progress and authentication UI
  27018. The SSL code in URL Access uses 40-bit encryption.  This is exportable.
  27019. JrURL Access
  27020. URL Access Scripting
  27021. URLAccess.h
  27022. URLAccess.p
  27023. URLAccess.pdf
  27024. URLAccess68K.lib
  27025. URLAccessLib
  27026. URLAccessLib.oK
  27027. Aug 99M    MacOS 8.6N
  27028. URL Access, Internet, IPOJDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:PUDev.CD Aug 99 TC
  27029.  - What's New?
  27030.  - Development Kits
  27031.  - Mac OS
  27032.  - URL Access 1.0.1 SDKV
  27033. 69758X
  27034. Aug 99^
  27035. 69777X
  27036. Nov 00^    TC Disk 2
  27037. --set theItem to choose file -- uncomment to test in an AS editor
  27038.     tell application "Finder"
  27039.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:vox recording:"
  27040.         activate
  27041.     end tell
  27042. on error errMsg number errNum
  27043.     --enter statements to perform when no records are found such as...
  27044.     display dialog "Sorry, the item you selected could not be found."
  27045.     return
  27046. end try
  27047. e    No Changef
  27048. sound
  27049. buffer
  27050. vox recordingq
  27051. Dev.CD Nov 00 TC Disk 2
  27052. All Packages
  27053. VRAM & bit-depth explainedI
  27054. Summary: This is a graphical representation of the maximum number of colors (bit-depth) that can be achieved (by monitor) under certain video memory/video card configurations.
  27055. Issues: Details only released productsJ-VRAM & bit-depth explnd
  27056.  Read Me, pleaseK
  27057. Jun 92O`Dev.CD Nov 00 TC Disk 1:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:V
  27058. 69778X
  27059. 1e    No Change
  27060. compositedeffects
  27061. compressed
  27062. compressed
  27063. compression
  27064. ressmovies
  27065. computer-based
  27066. computer-based
  27067. media
  27068. broadcast
  27069. concordia
  27070. conferencing
  27071. config
  27072. config&interleave
  27073. contacts
  27074. content
  27075. context
  27076. contextualmenumanage
  27077. contextualmenumanage
  27078. 1.0.3
  27079. control
  27080. control
  27081. strip
  27082. controlbackground
  27083. controlkeypatch
  27084. controlrgn
  27085. controlstrip
  27086. controlstrip
  27087. controlstripsample
  27088. convert
  27089. convert
  27090. projects
  27091. 1.0b5
  27092. converttomovie
  27093. converttomovie
  27094. copybits
  27095. copybits
  27096. copymask
  27097. copybitsspeedpalette
  27098. copydeepmask
  27099. copying
  27100. copymask
  27101. corefoundation
  27102. coresample
  27103. cplustesample
  27104. cpugestalt
  27105. createdirwcusticon
  27106. createmovie
  27107. createpictfile
  27108. creator
  27109. creator
  27110. changer
  27111. ~OJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:TimeCode:PUDev.CD Nov 00 TC Disk 2
  27112.  - Sample Code
  27113.  - QuickTime
  27114.  - QuickTime for Java
  27115.  - TimeCodeV
  27116. 69733X
  27117. Nov 00^    TC Disk 2
  27118. --set theItem to choose file -- uncomment to test in an AS editor
  27119.     tell application "Finder"
  27120.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:TimeCode:"
  27121.         activate
  27122.     end tell
  27123. on error errMsg number errNum
  27124.     --enter statements to perform when no records are found such as...
  27125.     display dialog "Sorry, the item you selected could not be found."
  27126.     return
  27127. end try
  27128. e    No Changef
  27129. QuickTime
  27130. Dev.CD Nov 00 TC Disk 2
  27131. All Packages
  27132. TimeSlavingI
  27133. This demo program shows how the effects of using timing information to control the Scrolling Java Text object and how slaving its TimeBase to a movie alters the behaviour.J1README.txt
  27134. TimeSlaving
  27135. TimeSlaving.zip
  27136. ts.batK
  27137. Feb 00
  27138. 9734X
  27139. 1e    No Change
  27140. |This sample has been updated for the Carbon API.  A device loop procedure searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.  In this app the drawing region is the app's window bounds and the chosen drawing procedure simply displays the screen's colors for every device the window bounds intersect.
  27141. JVCarbonPrefix.h
  27142. CarbonRes.rsrc
  27143. MyDeviceLoop(PPC)
  27144. MyDeviceLoop.c
  27145. MyDeviceLoop.mcp
  27146. ReadMeL
  27147. Nov 00M
  27148. CarbonLib
  27149. N.ClipRect, GetNextDevice, GetDeviceList, CarbonO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MyDeviceLoop:PEDev.CD Nov 00 TC Disk 1
  27150.  - Sample Code
  27151.  - Graphics 2D
  27152.  - MyDeviceLoopek
  27153. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  27154. s the right way.
  27155. ACCORDING TO SCRIPT: User Interactions in Apple Event
  27156. Driven Applications 
  27157. How and when to interact with the user in response to Apple Events can be tricky, but there
  27158. s a method t
  27159. seedbuilder
  27160. seedcfill
  27161.  is a simple example of how to use Apple's JDirect technology to access APIs imported from code fragments, the Macintosh implemention of shared libraries. This example uses Apple's Speech Manager to provide text-to-speech capabilities inside a Java application.
  27162. JUAbout JDirect and JDirectTalker
  27163. JDirectTalker.java
  27164. JDirectTalker.prj
  27165. MRJTalkTest.javaM
  27166. MRJ 2.1 or later.N
  27167. JDirect Speach Manager MRJ JavaO?Dev.CD Nov 00 TC Disk 1:Sample Code:Java:JDirectTalker Example:PGDev.CD Nov 00 TC Disk 1
  27168.  - Sample Code
  27169.  - Java
  27170.  - JDirectTalker ExampleV
  27171. 67023X
  27172. Nov 00^    TC Disk 1
  27173. e    No Change
  27174. No Changef#Mac OS 8
  27175. Human Interface Guidelinesq
  27176. Dev.CD Sep 00 RL Disk 1
  27177. All Packages
  27178. MacsBug 6.6
  27179. 65465X
  27180. nd speed up document access, including:
  27181. - outline view (icon, name, date modified, sorting, etc)
  27182. - simultaneous opening of multiple documents, including on different volumes
  27183. - recent documents tracking
  27184. - favorite folders and do
  27185. PXDev.CD Nov 00 TC Disk 1
  27186.  - Tool Chest
  27187.  - Localization
  27188.  - HC Stack Localization NavigatorV
  27189. 68582X
  27190. Nov 00^    TC Disk 1
  27191. --set theItem to choose file -- uncomment to test in an AS editor
  27192.     tell application "Finder"
  27193.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Localization:HC Stack Localization Navigator:"
  27194.         activate
  27195.     end tell
  27196. on error errMsg number errNum
  27197.     --enter statements to perform when no records are found such as...
  27198.     display dialog "Sorry, the item you selected could not be found."
  27199.     return
  27200. end try
  27201. e    No Changeq
  27202. Dev.CD Nov 00 TC Disk 1
  27203. All Packages
  27204. Hebrew Language KitO
  27205. Dev.CD May 96 TCP
  27206. Dev.CD May 96 TV
  27207. 68583X
  27208. May 96
  27209. r Appearance.J
  27210. OffscreenControl(PPC)
  27211. OffScreenControlUpdate READ ME
  27212. OffScreenControlUpdate.c
  27213. OffscreenControlUpdate.mcp
  27214. OffScreenControlUpdate.rsrcK
  27215. Aug 97N
  27216. appearance, gworld, off-screenOGDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:OffScreenControlUpdate:V
  27217. 67195X
  27218. 1e    No Change
  27219. 68809X
  27220. Nov 00^    TC Disk 1
  27221. --set theItem to choose file -- uncomment to test in an AS editor
  27222.     tell application "Finder"
  27223.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:"
  27224.         activate
  27225.     end tell
  27226. on error errMsg number errNum
  27227.     --enter statements to perform when no records are found such as...
  27228.     display dialog "Sorry, the item you selected could not be found."
  27229.     return
  27230. end try
  27231. e    No ChangefIOpen Transport
  27232. AppleTalk
  27233. rawmode
  27234. NBPLookup
  27235. OTLookup
  27236. Echo Protocolq
  27237. Dev.CD Nov 00 TC Disk 1
  27238. All Packages
  27239. New Audio Features QT3
  27240. 68810X
  27241. Sample Code.imgK
  27242. Vol IVL
  27243. Aug 00M.Mac OS 8.1 or later. MPW, THINK C, CodeWarriorN
  27244. Sample, Code, DTSO
  27245. Dev.CD May 00 TC:Sample Code:P
  27246. Dev.CD May 00 TC
  27247.  - Sample Code
  27248. sample
  27249. nov/dec
  27250. nov/dec
  27251. 802.3
  27252. a/roseR
  27253. DIMPORTANT INFORMATION ABOUT THIS SDK
  27254. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  27255. http://www.apple.com/quicktime/.
  27256. QuickTake software for Windows developers.  Also see QuickTake Digital Camera SDK for more info.
  27257. untitled (DOS 1.4MB format)K
  27258. Sep 97N"QuickTake, Windows, Digital cameraOGDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:PLDev.CD Apr 98 SDK2
  27259.  - Development Kits (Disc 2)
  27260.  - QuickTake for Windows 1.5e
  27261. services
  27262. setcontrolmaximum
  27263. setcontrolminimum
  27264. setcontrolvalue
  27265. setdefaultdtp
  27266. setdeskcpat
  27267. setentrycolor
  27268. sethideonswitch
  27269. setled
  27270. setlinewidth
  27271. setpalette
  27272. setpt
  27273. setrect
  27274. setting
  27275. setup
  27276. setwakeuptimer
  27277. share
  27278. shared
  27279. opengl
  27280. f-PostScript
  27281. print
  27282. rotate
  27283. object
  27284. PrGeneralq
  27285. Dev.CD Nov 00 TC Disk 2
  27286. All Packages
  27287. New & RevisedF
  27288. RotateString
  27289. gThis sample has been updated for the Carbon API.  This contains the code for rotating a string 90 degrees counter clockwise.  This one is easy to use.  Just call  RotateString("\pRotate Me",&rotatedBitMap), and you will get back a BitMap the size of the text that you can CopyBits anywhere you like.  RotateString will allocate the destination BitMap for you.
  27290. JxCarbonPrefix.h
  27291. CarbonRes.rsrc
  27292. ReadMe
  27293. rotateSampleMain.c
  27294. RotateString(PPC)
  27295. RotateString.c
  27296. RotateString.h
  27297. RotateString.mcpL
  27298. Nov 00M
  27299. QuickDraw, CarbonLibN
  27300. RotateString, rotate, CarbonO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:RotateString:PEDev.CD Nov 00 TC Disk 1
  27301.  - Sample Code
  27302.  - Graphics 2D
  27303.  - RotateStringV
  27304. 69241X
  27305. Nov 00^    TC Disk 1b
  27306. Revised
  27307. #ttp://developer.apple.com/samplecode/
  27308. scsidriver
  27309. scsifinddevices
  27310. scsifinddevices
  27311. scsifinddevicesmain
  27312. picker
  27313. pictdialog
  27314. pippin
  27315. pippin
  27316. technical
  27317. notes
  27318. pixel
  27319. pixmap2pixpat2ppat
  27320. movie
  27321. movie
  27322. w/controller
  27323. video
  27324. sample
  27325. player
  27326. playmovie
  27327. playtune
  27328. plug-ins
  27329. plugins
  27330. popupcdef
  27331. popupfuncs
  27332. popupfuncs
  27333. 2.6.1
  27334. popupmenuwithcurfont
  27335. popups
  27336. porting
  27337. porting
  27338. objective-c
  27339. posers
  27340. postscript
  27341. postscript
  27342. output
  27343. filters
  27344. postscript
  27345. utilities
  27346. postscripthandledemo
  27347. power
  27348. power
  27349. debugger
  27350. power
  27351. macintosh
  27352. artwork
  27353. power
  27354. manager
  27355. publications
  27356. quadra
  27357. qualified
  27358. quickdraw
  27359. r13u5
  27360. r15d1
  27361. reader_
  27362. receive
  27363. redistribution
  27364. registration
  27365. registry~
  27366. release
  27367. reporting
  27368. reports
  27369. requests
  27370. resedit
  27371. resources
  27372. quicktime
  27373. image
  27374. compression
  27375. manager
  27376. quicktime's
  27377. quicktime-enabled
  27378. quicktime-readable
  27379. quicktime/mac
  27380. quicktimes
  27381. quicktimesdk
  27382. quicktimevr
  27383. quickview
  27384. quiets
  27385. quinn
  27386. quitapps
  27387. quite
  27388. quits
  27389. quitting
  27390. quoted
  27391. quoting
  27392. qwerty
  27393. qwertytunes
  27394. qwertytunes
  27395. small
  27396. application
  27397. which
  27398. races
  27399. radcliffe
  27400. radically
  27401. radio
  27402. radio-button
  27403. radiostation
  27404. radiostation
  27405. small
  27406. functional
  27407. streaming
  27408. server
  27409. raises
  27410. random
  27411. randomly
  27412. range
  27413. rangingw
  27414. enablerC
  27415. in-house
  27416. in-memory
  27417. in-store
  27418. in/out
  27419. ncomment to test in an AS editor
  27420.     tell application "Finder"
  27421.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:PutAwayVolumes:"
  27422.         activate
  27423.     end tell
  27424. on error errMsg number errNum
  27425.     --enter statements to perform when no records are found such as...
  27426.     display dialog "Sorry, the item you selected could not be found."
  27427.     return
  27428. end try
  27429. e    No Changef.unmount
  27430. put away
  27431. Finder Apple Events
  27432. MoreFilesq
  27433. Dev.CD Nov 00 TC Disk 1
  27434. All Packages
  27435. QDGX Spooler Patch 1.0.2
  27436. 67344X
  27437. on error errMsg number errNum
  27438.     --enter statements to perform when no records are found such as...
  27439.     display dialog "Sorry, the item you selected could not be found."
  27440.     return
  27441. end try
  27442. e    No Changef7VUMeter
  27443. sound level meters
  27444. ARTA sample code
  27445. volume unitq
  27446. Dev.CD Nov 00 TC Disk 1
  27447. All Packages
  27448. Wake100V
  27449. 64912X
  27450. lications
  27451. demonstrate
  27452. write
  27453. background
  27454. think@
  27455. unexpe
  27456. access
  27457. 1.0.1
  27458. distribution
  27459. guide
  27460. 1.4.6f4
  27461. userd
  27462. userfunction
  27463. userfunction
  27464. gestalt
  27465. utilities
  27466. v1.0.1
  27467. v1.1.1
  27468. validator
  27469. variables
  27470. vblsnippet
  27471. vectorgraphics
  27472. veleng
  27473. veleng
  27474. veleng
  27475. multiprecision
  27476. veleng
  27477. wavelet
  27478. verifier
  27479. verifier
  27480. verilog
  27481. version
  27482. versionedit
  27483. versionedit
  27484. vertest
  27485. video
  27486. videoframetogworld
  27487. enable/disable
  27488. viewer
  27489. virtual
  27490. virtual
  27491. sphere
  27492. 1.0.1
  27493. virtual
  27494. virtual
  27495. tools
  27496. vmsify
  27497. recording
  27498. controller
  27499. watch
  27500. watching
  27501. wavelet
  27502. webobjects
  27503. white
  27504. windowsq
  27505. 68527X
  27506. Nov 99^
  27507. r--set theItem to choose file -- uncomment to test in an AS editor
  27508.     tell application "Finder"
  27509.         open item "Dev.CD Nov 99 TC:Sample Code:"
  27510.         activate
  27511.     end tell
  27512. on error errMsg number errNum
  27513.     --enter statements to perform when no records are found such as...
  27514.     display dialog "Sorry, the item you selected could not be found."
  27515.     return
  27516. end try
  27517. Deletedf0PC Card 3.0
  27518. Location Manager
  27519. Eject
  27520. Action moduleq
  27521. Dev.CD Nov 99 TC
  27522. D!All Packages
  27523. Mac OS SDK Edition
  27524. Embedding Profile Documentation
  27525. CThis folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats.
  27526. This folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  27527. e    No Change
  27528. Dev.CD Apr 95
  27529. Dev.CD Jan 95P
  27530. Dev.CD Apr 95
  27531. Dev.CD Jan 9V
  27532. 67283X
  27533. Apr 95
  27534. May 97L
  27535. Dec 98
  27536. characteristics
  27537. characters
  27538. charge
  27539. charges
  27540. chars
  27541. cheap
  27542. check
  27543. chess
  27544. chest
  27545. chinese
  27546. chiropractic
  27547. choice
  27548. choices
  27549. choose
  27550. chooser
  27551. choosesy
  27552. choosing
  27553. christine
  27554. chromakey
  27555. chromakey
  27556. movie
  27557. simple
  27558. application
  27559. which
  27560. designed
  27561. chromakeying
  27562. chrominance
  27563. chrp{
  27564. chunk
  27565. chunks
  27566. claim{
  27567. claims
  27568. claris
  27569. clarisworks
  27570. clark
  27571. clash{
  27572. class
  27573. classes{
  27574. classicu
  27575. classroomS
  27576. clause
  27577. clauses
  27578. clean
  27579. cleaner
  27580. clearly
  27581. --set theItem to choose file -- uncomment to test in an AS editor
  27582.     tell application "Finder"
  27583.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation gray:"
  27584.         activate
  27585.     end tell
  27586. on error errMsg number errNum
  27587.     --enter statements to perform when no records are found such as...
  27588.     display dialog "Sorry, the item you selected could not be found."
  27589.     return
  27590. end try
  27591.     --enter statements to perform when no records are found such as...
  27592.     display dialog "Sorry, the item you selected could not be found."
  27593.     return
  27594. end try
  27595. All Packages
  27596. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  27597. Dev.CD Jan 94
  27598. Dev.CD Oct 93
  27599. Dev.CD Jul 93
  27600. Dev.CD Apr 93PDDev.CD Apr 94
  27601. Dev.CD Jan 94
  27602. Dev.CD Oct 93
  27603. Dev.CD Jul 93
  27604. Dev.CD Apr 9V
  27605. 66229X
  27606. Apr 94
  27607. ectwithc
  27608. demonstrates
  27609. which
  27610. memory
  27611. globals
  27612. popupmenuwithcurfont
  27613. popups
  27614. portU
  27615. g4enemy
  27616. g4enemy
  27617. g4externs
  27618. g4externs
  27619. g4graphics
  27620. g4graphics
  27621. g4interface
  27622. g4interface
  27623. g4lava
  27624. g4lava
  27625. g4main
  27626. g4main
  27627. g4play
  27628. g4play
  27629. g4prefs
  27630. g4prefs
  27631. g4resources
  27632. g4resources
  27633. g4setuptakedown
  27634. g4setuptakedown
  27635. g4sound
  27636. g4sound
  27637. g4utilities
  27638. g4utilities
  27639. times
  27640. timestamps
  27641. timezone
  27642. timing
  27643. timings
  27644. tipsT
  27645. tiresome
  27646. title
  27647. titled
  27648. titles
  27649. tmon's
  27650. tmtask
  27651. tn1102
  27652. tnetworkbuf
  27653. tnetworkiostream
  27654. tnetworkistream
  27655. tnetworkostream
  27656. Wata folder
  27657. tjs commK
  27658. Oct 92L
  27659. Aug 95M
  27660. MPW10X
  27661. 1e    No Change
  27662. sresource
  27663. srlanguagemodeler
  27664. exampleO
  27665. criptsO
  27666. example
  27667. examplecodec
  27668. examplecodec
  27669. examplecodec
  27670. examplecodec
  27671. examplecodec
  27672. examples
  27673. exceptions
  27674. exceptions
  27675. exceptions
  27676. exceptions
  27677. expand
  27678. experimental
  27679. experimental
  27680. interfacelib
  27681. experimental
  27682. stuff
  27683. export
  27684. exportersp
  27685. exrom-1func
  27686. exrom-1func
  27687. sresource
  27688. extendprintrecord
  27689. extendprintrecord
  27690. extendprintrecord
  27691. extensionv
  27692. extension
  27693. extension
  27694. extensions
  27695. extractitems
  27696. extractitems
  27697. extractors
  27698. fadescreen
  27699. fadescreen
  27700. fadescreen
  27701. failure
  27702. failure
  27703. fastdither
  27704. fastdither
  27705. All Packages
  27706. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  27707. Dev.CD Jan 94
  27708. Dev.CD Oct 93
  27709. Dev.CD Jul 93P6Dev.CD Apr 94
  27710. Dev.CD Jan 94
  27711. Dev.CD Oct 93
  27712. Dev.CD Jul 9V
  27713. 69481X
  27714. Apr 94
  27715. --set theItem to choose file -- uncomment to test in an AS editor
  27716.     tell application "Finder"
  27717.         open item "Dev.CD Apr 94
  27718. Dev.CD Jan 94
  27719. Dev.CD Oct 93
  27720. Dev.CD Jul 93"
  27721.         activate
  27722.     end tell
  27723. on error errMsg number errNum
  27724.     --enter statements to perform when no records are found such as...
  27725.     display dialog "Sorry, the item you selected could not be found."
  27726.     return
  27727. end try
  27728. All Packages
  27729. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  27730. Dev.CD Jan 94
  27731. Dev.CD Oct 93
  27732. Dev.CD Jul 93
  27733. Dev.CD Apr 93PDDev.CD Apr 94
  27734. Dev.CD Jan 94
  27735. Dev.CD Oct 93
  27736. Dev.CD Jul 93
  27737. Dev.CD Apr 9V
  27738. 69482X
  27739. Apr 94
  27740. detectors
  27741. detectorsy
  27742. developerz
  27743. developer
  27744. documentation
  27745. publications
  27746. technical
  27747. document
  27748. Apr 92V
  27749. 62310X
  27750. 1e    No Change
  27751. y--set theItem to choose file -- uncomment to test in an AS editor
  27752.     tell application "Finder"
  27753.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  27754.         activate
  27755.     end tell
  27756. on error errMsg number errNum
  27757.     --enter statements to perform when no records are found such as...
  27758.     display dialog "Sorry, the item you selected could not be found."
  27759.     return
  27760. end try
  27761. nce boost by increasing the execution speed of memory-intensive programs. How much faster depends on a progr
  27762. am's software architecture and how often the processor accesses cache (L1 & L2) versus main memory.
  27763. Displays the memory size (amount of RAM) of each DIMM installed in each of the DIMM slots of a Hammerhead-based PCI PowerMac, such as 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. Also indicates if any pairs have been installed properly to enable interleaving.
  27764. Includes source code so that Developers can incorporate the code into their own program.
  27765. Issues: This program only runs 
  27766. PeDev.CD Nov 00 TC Disk 2
  27767.  - Sample Code
  27768.  - QuickTime
  27769.  -  All Macintosh
  27770.  - QuickTime VR
  27771.  - AddVRActionscult tasks facing WebObjects and OPENSTEP programmers is correctly implementing memory management techniques in their applications.  This guide, sponsored by Apple Computer, Inc. Apple Developer Relations Group for the Apple Media Program, is designed to cover the issues relating to memory management, and to explain the correct procedure for implementing memory management techniques.
  27772. Advanced Web Site Technique.pdf
  27773. Avoid Audio Pitfalls Guide.pdf
  27774. CompbasedMediaBroadcastEnv
  27775. Creating MIDI for the Web3.pdf
  27776. DeBabelizer 3.0.pdf
  27777. Design For Reuse.pdf
  27778. DesignForRobustness
  27779. Digital Asset Management.pdf
  27780. Digital Storyboard.pdf 
  27781. DVD Development.pdf
  27782. DVD_Primer.pdf
  27783. Enhanced CD Survival Guide.pdf
  27784. EOModeler
  27785. Frameworks.pdf
  27786. Gender-Based Title Creation.pdf
  27787. Int_Media_Writer_Resources.pdf
  27788. Java Survival Guide.pdf
  27789. Making Cool QD3D Apps.pdf
  27790. Music on the Net.pdf
  27791. New Audio Features QT3.pdf
  27792. Porting
  27793. example
  27794. shows
  27795. additional
  27796. frame
  27797. example
  27798. shows
  27799. items
  27800. print
  27801. dialogs
  27802. example
  27803. shows
  27804. automate
  27805. printing
  27806. while
  27807. still
  27808. example
  27809. shows
  27810. convert
  27811. version
  27812. example
  27813. shows
  27814. encoded
  27815. sound
  27816. example
  27817. simpletext
  27818. 1.4d16
  27819. sample
  27820. contains
  27821. illustrates
  27822. determine
  27823. folder
  27824. includes
  27825. folder
  27826. contains
  27827. example
  27828. illustrating
  27829. folder
  27830. contains
  27831. apple
  27832. source
  27833. folder
  27834. contains
  27835. archives
  27836. format
  27837. apple
  27838. folder
  27839. contains
  27840. updated
  27841. documents
  27842. outlining
  27843. strategies
  27844. hypercard
  27845. update
  27846. features
  27847. including
  27848. installs
  27849. complete
  27850. macapp
  27851. release
  27852. product
  27853. installs
  27854. complete
  27855. macapp
  27856. release
  27857. product
  27858. writing
  27859. codecs
  27860. f2ColorSync
  27861. Profile Embed
  27862. Dev.CD Apr 98 SDK1
  27863. All Packages
  27864. Empty EngineI7Contains code demonstrating how to write a RAVE engine.JSEmpty Engine
  27865. Empty Engine Code
  27866. EmptyEngine.prefix.h
  27867. EmptyEngine.
  27868. EmptyEngine.
  27869. .expOMDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RAVE 1.5 DevKit:Empty Engine:PXDev.CD Nov 00 TC Disk 1
  27870.  - Sample Code
  27871.  - Graphics 3D
  27872.  - RAVE 1.5 DevKit
  27873.  - Empty EngineV
  27874. 68529X
  27875. Nov 00^    TC Disk 1
  27876. --set theItem to choose file -- uncomment to test in an AS editor
  27877.     tell application "Finder"
  27878.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RAVE 1.5 DevKit:Empty Engine:"
  27879.         activate
  27880.     end tell
  27881. on error errMsg number errNum
  27882.     --enter statements to perform when no records are found such as...
  27883.     display dialog "Sorry, the item you selected could not be found."
  27884.     return
  27885. end try
  27886. e    No Changeq
  27887. Dev.CD Nov 00 TC Disk 1
  27888. All Packages
  27889. F)Enhanced Macintosh PB 1400 Developer NoteV
  27890. 68530X
  27891. 3-076
  27892. csmp-digest-v3-077
  27893. csmp-digest-v3-078
  27894. csmp-digest-v3-079
  27895. csmp-digest-v3-080
  27896. csmp-digest-v3-081
  27897. csmp-digest-v3-082
  27898. csmp-digest-v3-083
  27899. csmp-digest-v3-084
  27900. csmp-digest-v3-085
  27901. csmp-digest-v3-086
  27902. csmp-digest-v3-087
  27903. csmp-digest-v3-088
  27904. csmp-digest-v3-089
  27905. csmp-digest-v3-090
  27906. csmp-digest-v3-091
  27907. csmp-digest-v3-092
  27908. csmp-digest-v3-093
  27909. csmp-digest-v3-094
  27910. csmp-digest-v3-095
  27911. csmp-digest-v3-096
  27912. csmp-digest-v3-097
  27913. csmp-digest-v3-098
  27914. csmp-digest-v3-099
  27915. csmp-digest-v3-100
  27916. csmp-digest-v3-101
  27917. csmp-digest-v
  27918. 3-102
  27919. csmp-digest-v3-103
  27920. csmp-digest-v3-104
  27921. csmp-digest-v3-105
  27922. csmp-digest-v3-106
  27923. csmp-digest-v3-107
  27924. csmp-digest-v3-108
  27925. csmp-digest-v3-109
  27926. csmp-digest-v3-110
  27927. csmp-digest-v3-111
  27928. csmp-digest-v3-112
  27929. csmp-digest-v3-113
  27930. csmp-digest-v3-114
  27931. csmp-digest-v3-115
  27932. csmp-digest-v3-116
  27933. csmp-digest-v3-117
  27934. csmp-digest-v3-118
  27935. csmp-digest-v3-119
  27936. csmp-digest-v3-120
  27937. csmp-digest-v3-121
  27938. csmp-digest-v3-122
  27939. csmp-digest-v3-123
  27940. csmp-digest-v3-125
  27941. csmp-digest-v3-126
  27942. csmp-digest-v3-127
  27943. csmp-digest-v3-128
  27944. csmp-digest-v
  27945. luminance
  27946. lupdate
  27947. lurkers
  27948. lurkers
  27949. examine
  27950. projector
  27951. macapp
  27952. macapp-based]
  27953. macbug
  27954. maccalendar
  27955. machineh
  27956. machinesZ
  27957. macintoshP
  27958. macintosh
  27959. powerbook
  27960. series
  27961. developer
  27962. 68834X
  27963. Nov 00^    TC Disk 1
  27964. --set theItem to choose file -- uncomment to test in an AS editor
  27965.     tell application "Finder"
  27966.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Hardware:OpenFWBridgeFixJul97:"
  27967.         activate
  27968.     end tell
  27969. on error errMsg number errNum
  27970.     --enter statements to perform when no records are found such as...
  27971.     display dialog "Sorry, the item you selected could not be found."
  27972.     return
  27973. end try
  27974. e    No ChangefVTanzania
  27975. Zanzibar
  27976. StarMax
  27977. Open Firmware
  27978. Bridge
  27979. PCI-PCI Bridge
  27980. Riserq
  27981. Dev.CD Nov 00 TC Disk 1
  27982. All Packages
  27983. OpenGL DrawSprocket
  27984. 68835X
  27985. nsform it into 'getOpen'. This causes the dialog to behave as if the user had clicked the open button. Also, we intercept the item number of a check box we have added to the dialog item template in order to allow the user to choose whether to resolve aliases. Finally, when CustomGetFile returns, we call DebugStr to let the user (you, the programmer, not end users -
  27986. carbonprintingmgr
  27987. carbonresr
  27988. carbonres
  27989. rsrcr
  27990.  - Sample Code
  27991.  - Human Interface Toolbox
  27992.  - Prefs
  27993. bares
  27994. basey
  27995. base-2
  27996. base-class
  27997. basedR
  27998. 68994X
  27999. Nov 00^    TC Disk 2
  28000. --set theItem to choose file -- uncomment to test in an AS editor
  28001.     tell application "Finder"
  28002.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTMusicToo:"
  28003.         activate
  28004.     end tell
  28005. on error errMsg number errNum
  28006.     --enter statements to perform when no records are found such as...
  28007.     display dialog "Sorry, the item you selected could not be found."
  28008.     return
  28009. end try
  28010. e    No Changef
  28011. QuickTime
  28012. musicq
  28013. Dev.CD Nov 00 TC Disk 2
  28014. All Packages
  28015. qtreadwritejpeg
  28016. 68995X
  28017. p--set theItem to choose file -- uncomment to test in an AS editor
  28018.     tell application "Finder"
  28019.         open item "Dev.CD Apr 92
  28020. Dev.CD Mar 92"
  28021.         activate
  28022.     end tell
  28023. on error errMsg number errNum
  28024.     --enter statements to perform when no records are found such as...
  28025.     display dialog "Sorry, the item you selected could not be found."
  28026.     return
  28027. end try
  28028. 68600X
  28029. Nov 00^    TC Disk 1
  28030. --set theItem to choose file -- uncomment to test in an AS editor
  28031.     tell application "Finder"
  28032.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:"
  28033.         activate
  28034.     end tell
  28035. on error errMsg number errNum
  28036.     --enter statements to perform when no records are found such as...
  28037.     display dialog "Sorry, the item you selected could not be found."
  28038.     return
  28039. end try
  28040. e    No ChangefFHyperCard
  28041. variable
  28042. button
  28043. field
  28044. instance variables
  28045. global
  28046. saving stateq
  28047. Dev.CD Nov 00 TC Disk 1
  28048. All Packages
  28049. HyperCard Player 2.4
  28050. 68601X
  28051. AppleTalk.  The templates and macros simplify trapping on AppleTalk calls and provide templates for viewing the parameter blocks and associated data structures used by these calls.
  28052. Features: TMON Pro User Area for AppleTalk plus source code for the resource fork of the user area, and listing of macros.
  28053. Apr 92V
  28054. 67171X
  28055. 1e    No Change
  28056. u^    TC Disk 1
  28057. --set theItem to choose file -- uncomment to test in an AS editor
  28058.     tell application "Finder"
  28059.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:DeskPat:"
  28060.         activate
  28061.     end tell
  28062. on error errMsg number errNum
  28063.     --enter statements to perform when no records are found such as...
  28064.     display dialog "Sorry, the item you selected could not be found."
  28065.     return
  28066. end try
  28067. e    No Changeq
  28068. Dev.CD Nov 00 TC Disk 1
  28069. All Packages
  28070. New & RevisedF
  28071. DesktopSpritesIuThis sample code demonstrates how to use the QuickTime Sprite Toolbox APIs to create and animate sprites in a window.J
  28072. DesktopSprites
  28073. DesktopSprites.mcp
  28074. DeskTopSprites.rsrc
  28075. ImageCompressionUtilities.c
  28076. ImageCompressionUtilities.h
  28077. MacPrefix.h
  28078. main.c
  28079. main.h
  28080. QTSprites.c
  28081. QTSprites.h
  28082. READMEK
  28083. Nov 00M
  28084. QuickTime 3.0 or later00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:DesktopSprites:V
  28085. 68445X
  28086. New Packageo&http://developer.apple.com/samplecode/
  28087. 1e    No Change
  28088. Summary: This graphics primer contains information and concepts that can aid in the understanding of Macintosh graphics.  
  28089. Features: It includes such things as understanding color and the differences between how computers generate colors versus how we see them.
  28090. Although this primer is not directly a prerequisite; it is recommended as a prerequisite for any other course involved in the study of graphics; such as the Apple Training Support courses for Macintosh Video Display Cards.
  28091. Mac Graphics Primer 2K
  28092. Vol IIIL
  28093. Vol VIIO;Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2PCDev.CD Nov 99 TC
  28094.  - Tool Chest
  28095.  - QuickDraw
  28096.  - Mac Graphics Primer uidelines will help developers take advantage of Mac OS 8 and beyond. Get the inside information on the Appearance Manager, new and upgraded controls, dialog box layout guidelines and much more!
  28097. MacOS8 HIGuidelines.pdf
  28098. READMEK
  28099. Oct 97N$Mac OS 8, Human Interface Guidelines
  28100. aiff/aifc
  28101. aiffwriterl
  28102. aiffwriter
  28103. sample
  28104. sound
  28105. output
  28106. device
  28107. component
  28108. aimedu
  28109. aincludes
  28110. airport
  28111. aladdin
  28112. alert{
  28113. alerting
  28114. alerts
  28115. alexander
  28116. algebra
  28117. dTF from theta group and many more )
  28118. PleaB3se report bugs and problems to kodom@visigenic.com.
  28119. J\Documentation:
  28120. ODBC Install.image
  28121. ODBC Sample Bins.image
  28122. ODBC Tools.image
  28123. Readme - InstallerK
  28124. Sep 93L
  28125. Sep 96M
  28126. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:P:Dev.CD Apr 98 SDK1
  28127.  - Development Kits (Disc 1)
  28128.  - MacODBClugIn68K
  28129. ProjectXPlugIn68KNFPU
  28130. ProjectXPlugInPPC
  28131. Standalone App Quick StartK
  28132. Nov 96imple tools presented here wil
  28133. --set theItem to choose file -- uncomment to test in an AS editor
  28134.     tell application "Finder"
  28135.         open item "Dev.CD Apr 94
  28136. Dev.CD Jan 94
  28137. Dev.CD Oct 93
  28138. Dev.CD Jul 93
  28139. Dev.CD Apr 93"
  28140.         activate
  28141.     end tell
  28142. on error errMsg number errNum
  28143.     --enter statements to perform when no records are found such as...
  28144.     display dialog "Sorry, the item you selected could not be found."
  28145.     return
  28146. end try
  28147. Item to choose file -- uncomment to test in an AS editor
  28148.     tell application "Finder"
  28149.         open item "Dev.CD Apr 92
  28150. Dev.CD Mar 92"
  28151.         activate
  28152.     end tell
  28153. on error errMsg number errNum
  28154.     --enter statements to perform when no records are found such as...
  28155.     display dialog "Sorry, the item you selected could not be found."
  28156.     return
  28157. end try
  28158. waste
  28159. watch
  28160. watcher
  28161. watches
  28162. watchme
  28163. wavetable
  28164. wavetablesynth
  28165. waving
  28166. enabler
  28167. enablersample
  28168. enablersample
  28169. enablersample
  28170. enablersmpl
  28171. enablersmpl
  28172. enablersmpl
  28173. enablersmpl
  28174. engine
  28175. engineering
  28176. engines
  28177. english
  28178. english
  28179. lproj
  28180. englishmiscellaneousd
  28181. englishmiscellaneous
  28182. englishmiscellaneous
  28183. rsrcd
  28184. englishterminologyd
  28185. englishterminology
  28186. englishterminology
  28187. rsrcd
  28188. enhanced
  28189. enhanced
  28190. survival
  28191. guide
  28192. enterbutton
  28193. enterbutton
  28194. enterbutton
  28195. environment
  28196. eomodeler
  28197. eomodeler
  28198. errata~
  28199. error
  28200. errormsg
  28201. errormsg
  28202. errormsg
  28203. errors
  28204. ethernet
  28205. event~
  28206. eventloop
  28207. eventloop
  28208. events
  28209. events
  28210. apple
  28211. ethernet
  28212. apple
  28213. video
  28214. --set theItem to choose file -- uncomment to test in an AS editor
  28215.     tell application "Finder"
  28216.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  28217.         activate
  28218.     end tell
  28219. on error errMsg number errNum
  28220.     --enter statements to perform when no records are found such as...
  28221.     display dialog "Sorry, the item you selected could not be found."
  28222.     return
  28223. end try
  28224. omment to test in an AS editor
  28225.     tell application "Finder"
  28226.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:QuickDraw FX:"
  28227.         activate
  28228.     end tell
  28229. on error errMsg number errNum
  28230.     --enter statements to perform when no records are found such as...
  28231.     display dialog "Sorry, the item you selected could not be found."
  28232.     return
  28233. end try
  28234. Updatedo&http://developer.apple.com/samplecode/
  28235. ound-only
  28236. applications
  28237. chained
  28238. chained
  28239. completion
  28240. routines
  28241. cheap
  28242. cheap
  28243. studio
  28244. checkbox
  28245. chinese
  28246. --set theItem to choose file -- uncomment to test in an AS editor
  28247.     tell application "Finder"
  28248.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:"
  28249.         activate
  28250.     end tell
  28251. on error errMsg number errNum
  28252.     --enter statements to perform when no records are found such as...
  28253.     display dialog "Sorry, the item you selected could not be found."
  28254.     return
  28255. end try
  28256. be found."
  28257.     return
  28258. end try
  28259. All Packages
  28260. Performa 7.1P6O
  28261. Dev.CD Jun 94
  28262. Dev.CD Jul 94P
  28263. Dev.CD Jun 94
  28264. Dev.CD Jul 9V
  28265. 67254X
  28266. Jun 94
  28267. p--set theItem to choose file -- uncomment to test in an AS editor
  28268.     tell application "Finder"
  28269.         open item "Dev.CD Jun 94
  28270. Dev.CD Jul 94"
  28271.         activate
  28272.     end tell
  28273. on error errMsg number errNum
  28274.     --enter statements to perform when no records are found such as...
  28275.     display dialog "Sorry, the item you selected could not be found."
  28276.     return
  28277. end try
  28278. --set theItem to choose file -- uncomment to test in an AS editor
  28279.     tell application "Finder"
  28280.         open item "Dev.CD Apr 94
  28281. Dev.CD Jan 94
  28282. Dev.CD Oct 93
  28283. Dev.CD Jul 93
  28284. Dev.CD Apr 93"
  28285.         activate
  28286.     end tell
  28287. on error errMsg number errNum
  28288.     --enter statements to perform when no records are found such as...
  28289.     display dialog "Sorry, the item you selected could not be found."
  28290.     return
  28291. end try
  28292. nameandaddress
  28293. nameandaddress
  28294. single
  28295. window
  28296. utility
  28297. named
  28298. namely
  28299. names[
  28300. namespace
  28301. namingtable
  28302. namingtableaccess
  28303. nastier
  28304. replacementV
  28305. replaces
  28306. replaces
  28307. postscript
  28308. sample
  28309. replacing
  28310. repliese
  28311. reply
  28312. report{
  28313. reported
  28314. reporter
  28315. reporting
  28316. reports
  28317. repositories
  28318. repository
  28319. represent
  28320. representation
  28321. representations
  28322. representative
  28323. represented
  28324. representing
  28325. represents
  28326. reprinting{
  28327. reproduce
  28328. reproduced
  28329. reproduction
  28330. request
  28331. lities:Acrobat Reader 4.0.1: a fully registered complimentary copy of the final product.
  28332. For the complete story, please read the Distribution & Licensing section of the WASTE Documentation.
  28333. Dec 95L
  28334. Feb 98V
  28335. 66538X
  28336. 1e    No Change
  28337. Debug Extensions:
  28338. Documentation:
  28339. Mac Interfaces:
  28340. Mac SampleCode New for 1.6:
  28341. Mac SampleCode Previous:
  28342. Release Extensions:
  28343. Release Installer:
  28344. Stub Libraries:
  28345. Unsupported Libraries:K
  28346. Jun 95L
  28347. Jul 99M'PowerPC CPUs with system 7.5 or greaterN
  28348. QD3D 1.6O?Dev.CD Oct 99 SDK1:Development Kits:Mac OS:QuickDraw3D 1.6 SDK:PGDev.CD Oct 99 SDK1
  28349.  - Development Kits
  28350.  - Mac OS
  28351.  - QuickDraw3D 1.6 SDKV
  28352. 69115X
  28353. Oct 99^
  28354. --set theItem to choose file -- uncomment to test in an AS editor
  28355.     tell application "Finder"
  28356.         open item "Dev.CD Oct 99 SDK1:Development Kits:Mac OS:QuickDraw3D 1.6 SDK:"
  28357.         activate
  28358.     end tell
  28359. on error errMsg number errNum
  28360.     --enter statements to perform when no records are found such as...
  28361.     display dialog "Sorry, the item you selected could not be found."
  28362.     return
  28363. end try
  28364. Deletedf
  28365. QD3D 1.6q
  28366. Dev.CD Oct 99 SDK1
  28367. D!All Packages
  28368. Mac OS SDK Edition
  28369. QuickTake Digital CameraICSummary:  This SDK will support the QuickTake 150 or QuickTake 100.d
  28370. caller
  28371. callhyper
  28372. calling
  28373. callsh
  28374. calvacom
  28375. camera
  28376. cameras
  28377. cameron
  28378. campaign
  28379. campaigns
  28380. campfire
  28381. leEventsO[Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE User Terminology 3/92:PcDev.CD Nov 00 TC Disk 1
  28382.  - Tool Chest
  28383.  - Interapplication Communication
  28384.  - AE User Terminology 3/92V
  28385. 66608X
  28386. Nov 00^    TC Disk 1
  28387. e    No Change
  28388. VRScript Win.mcp
  28389. VRScript.c
  28390. VRScript.exe
  28391. VRScript.h
  28392. VRScript.makODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRScript:V
  28393. 66531X
  28394. 1e    No Change
  28395. imran's
  28396. virtual
  28397. keycodes
  28398.     C"kage is System 7.0 compatible.
  28399. JWdcmd aliases
  28400. Discipline 2.0.2
  28401. MacsBug 6.6
  28402. Macsbug Ref & Debugging Guide
  28403. Robix & sourcesK
  28404. Vol IXL
  28405. Jan 93OIDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Debuggers & dcmds:PQDev.CD Nov 00 TC Disk 1
  28406.  - Tool Chest
  28407.  - Testing & Debugging
  28408.  - Debuggers & dcmdsablepicture
  28409. sortablepicture
  28410. sortpicts
  28411. sortpicts
  28412. sortpicts
  28413. sortpicts
  28414. sortpictsapp
  28415. sortpictsapp
  28416. sortpictsthreads
  28417. sortpictsthreads
  28418. sorts
  28419. converted
  28420. convertery
  28421. converting
  28422. convertmovie
  28423. convertmovie
  28424. makes
  28425. movie
  28426. converting
  28427. converts
  28428. converttomovie
  28429. converttomovie
  28430. example
  28431. application
  28432. recompress
  28433. convolution
  28434. convolution/correlat
  28435. cookbook
  28436. about
  28437. OZDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:SGCapture2Disk:PhDev.CD Nov 00 TC Disk 2
  28438.  - Sample Code
  28439.  - QuickTime
  28440.  -  All Java
  28441.  - QuickTime for Java
  28442.  - SGCapture2DiskV
  28443. 69288X
  28444. Nov 00^    TC Disk 2
  28445. --set theItem to choose file -- uncomment to test in an AS editor
  28446.     tell application "Finder"
  28447.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:SGCapture2Disk:"
  28448.         activate
  28449.     end tell
  28450. on error errMsg number errNum
  28451.     --enter statements to perform when no records are found such as...
  28452.     display dialog "Sorry, the item you selected could not be found."
  28453.     return
  28454. end try
  28455. e    No Changef
  28456. QuickTime
  28457. Dev.CD Nov 00 TC Disk 2
  28458. All Packages
  28459. ShadingWinds
  28460. 69289X
  28461. keyboard
  28462. libraries
  28463. libraryA
  28464. licensing
  28465. linked
  28466. linked
  28467. files
  28468. encodings
  28469. macbinary
  28470. macdebugprefixl
  28471. macdebugprefix
  28472. macprefixl
  28473. PICT file
  28474. save PICTo&http://developer.apple.com/samplecode/q
  28475. Dev.CD Nov 00 TC Disk 1
  28476. All Packages
  28477. Save Print Record
  28478. ]Save a Print Record:  Walks you through the style and job dialogs to create a print record ready-to-print-with, and then saves it to a resource file with resource type 'YO!!' and ID 128.  The first step towards saving print records for multiple printers so you can set your favorite parameters before printing, since there's no API to do most of it.
  28479. JeMy Print Record
  28480. Save Print Record(PPC)
  28481. Save Print Record.mcp
  28482. SaveAPrintRecord.p
  28483. SaveAPrintRecord.rsrcN
  28484. print, record, saveO?Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Save Print Record:PGDev.CD Nov 00 TC Disk 2
  28485.  - Sample Code
  28486.  - Printing
  28487.  - Save Print RecordV
  28488. 69250X
  28489. Nov 00^    TC Disk 2
  28490. e    No Change
  28491. Wual User 2.0.1OJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:V
  28492. 64478X
  28493. 1e    No Change
  28494. designing
  28495. printer
  28496. default
  28497. setdefaultdtp
  28498. quickdraw
  28499. desktop
  28500. detection
  28501. detectory
  28502. detector
  28503. contextual
  28504. apple
  28505. detectors
  28506. detectorsy
  28507. developerz
  28508. developer
  28509. documentation
  28510. publications
  28511. technical
  28512. document
  28513. developers
  28514. development
  28515. devicel
  28516. device
  28517. driver
  28518. block
  28519. storage
  28520. driver
  28521. gestalt
  28522. cd-rom
  28523. devices
  28524. devnotes
  28525. dialog
  28526. dialog
  28527. manager
  28528. dimming
  28529. useritems
  28530. dialog
  28531. window
  28532. control
  28533. auntie
  28534. replacement
  28535. dictation
  28536. dictionary
  28537. digital
  28538. digitizer
  28539. digitizing
  28540. interleaving
  28541. memory
  28542. configuration
  28543. dimmed
  28544. dimming
  28545. direct
  28546. dirid
  28547. disable
  28548. disabled
  28549. disassembler
  28550. disassembly
  28551. graphics
  28552. graphics
  28553. import
  28554. export
  28555. graphicsimport
  28556. graphicsimportdispat
  28557. graphicsimporter68k
  28558. graphicsimportversio
  28559. grayishoutline
  28560. grayishoutline
  28561. grayishoutline
  28562. grayishoutline
  28563. grayscale
  28564. graytext
  28565. graytext
  28566. graytext
  28567. graytext
  28568. graytext
  28569. gridwindowgrow
  28570. gridwindowgrow
  28571. gridwindowgrow
  28572. gridwindowgrow
  28573. groupdrawing
  28574. groupdrawing
  28575. growtogrid
  28576. growtogrid
  28577. easyview
  28578. parser
  28579. 5.0.7W
  28580. parser
  28581. parser
  28582. adbksV
  28583. adbks
  28584. adbreinit
  28585. New?:Technical Documentation:Macintosh Technotes and Q&As:pdatedo.http://developer.apple.com/techpubs/index.html
  28586. nagers, illustrated by a look at a simple te
  28587. snazzy
  28588. sndforever
  28589. sndplay
  28590. sndplaydoublebuffer
  28591. sndplaydoublebuffera
  28592. sndplaydoublebufferc
  28593. sndstartfileplay
  28594. sneak3view
  28595. sneak3view
  28596. debugging
  28597. testing
  28598. drawing
  28599. snippet
  28600. control
  28601. snippets
  28602. snively
  28603. Summary: This is the electronic version of develop magazine.
  28604.  Issue 2 highlights:
  28605. Using C++ Objects in a Handle-Based World.  Avoiding headaches when you use C++ objects in the Macintosh world.
  28606. Using Objects Safely in Object Pascal.  Guidelines to take the worry out of using objects so you can relax and enjoy their advantages.
  28607. The Secret Life of the Memory Manager.  Memory Manager behavior and how it affects your applications.
  28608. Speed Your Software Development with MacApp.  Let MacApp 
  28609. take care of the user so you can focus on writing
  28610. and reusing
  28611. code.
  28612. How to Design an Object-Based Application.  A step-by-step two-phase process for designing an object-bases application.
  28613. Unofficial C++ Style Guide.  How to harness C++
  28614. s power without getting tripped up by some of its less savory features.
  28615. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  28616. J(develop Issue  2:
  28617. develop Issue  2 code:K
  28618. Vol IIIL
  28619. Jun 95
  28620. content
  28621. workbook
  28622. sponsored
  28623. apple
  28624. comput@
  28625. theme@
  28626. then@
  28627. they're@
  28628. this@
  28629. specified
  28630. specifiers
  28631. specifies
  28632. specifyU
  28633. specifying
  28634. speech
  28635. speedh
  28636. speed-critical
  28637. speeding
  28638. speeds
  28639. speedup
  28640. speedups
  28641. speedy
  28642. spellcheck
  28643. spellchecking
  28644. speller
  28645. spelling
  28646. spells
  28647. spellswell
  28648. spend
  28649. sphere
  28650. splash
  28651. splasher
  28652. splice
  28653. split
  28654. sponsored
  28655. spooled
  28656. spooler
  28657. spoolers
  28658. spoolingx
  28659. sports
  28660. spot\
  28661. spots
  28662. spreadsheet
  28663. spreadsheets
  28664. spritet
  28665. sprites
  28666. sprocket
  28667. postscript
  28668. print
  28669. capped
  28670. postscript
  28671. print
  28672. scale
  28673. postscript
  28674. print
  28675. rotate
  28676. object
  28677. prgeneral
  28678. postscript
  28679. printer
  28680. postscripthandle
  28681. postscripthandle
  28682. power
  28683. power
  28684. kiosk
  28685. nopoweroffkey
  28686. power
  28687. macintosh
  28688. debugger
  28689. power
  28690. manager
  28691. power
  28692. manager
  28693. sleep
  28694. queue
  28695. setwakeuptimer
  28696. powerbook
  28697. wake100
  28698. powerbook
  28699. powerbook
  28700. powerpcA
  28701. powerplant
  28702. toolboxe
  28703. ppcbrowser
  28704. pre-mixer
  28705. pre-mixer
  28706. component
  28707. vu-meter
  28708. sound
  28709. premixer
  28710. effect
  28711. precision
  28712. preference
  28713. preferences
  28714. premixer
  28715. previews
  28716. prgeneral
  28717. print
  28718. transport
  28719. transport
  28720. debug
  28721. transport
  28722. module
  28723. opendoc
  28724. openfirmware
  28725. opengl
  28726. opening
  28727. opening
  28728. documents
  28729. openpicture
  28730. openstep
  28731. opentransport
  28732. optimization
  28733. optimization
  28734. demos
  28735. optimizing
  28736. option
  28737. option
  28738. management
  28739. oracle
  28740. ordered
  28741. ordered
  28742. collection
  28743. oriented
  28744. virtual
  28745. server
  28746. ot/ppp
  28747. ot/ppp
  28748. ot/ppp
  28749. control
  28750. strip
  28751. sample
  28752. ot/ppp
  28753. otbuffer
  28754. otbufferinfo
  28755. otdumpinternetstatus
  28756. otdumpportregistry
  28757. otendpointinfo
  28758. otfifo
  28759. otfindserialports
  28760. otgetendpointinfo
  28761. otgetindexedport
  28762. otgetuserportnamefro
  28763. otlifo
  28764. otlink
  28765. pan/tilt
  28766. pan/tilt
  28767. movies
  28768. learn
  28769. learning{
  28770. learning
  28771. eomodeler
  28772. learning
  28773. effectively
  28774. eomodeler
  28775. application
  28776. learning/testing
  28777. least
  28778. leave
  28779. leaving
  28780. ledapp
  28781. legacy
  28782. legal
  28783. length
  28784. length-2
  28785. lengths
  28786. less{
  28787. lesser
  28788. lessons
  28789. letter
  28790. letters
  28791. letting_
  28792. levela
  28793. W Packages
  28794. System 7.5 Update 2.0O
  28795. Dev.CD Jul 96 SSWP
  28796. Dev.CD Jul 96 SSV
  28797. 62943X
  28798. Jul 96
  28799. GetFInfo & GetVInfo:  MPW Tools that simply parse command-line options and print the value of the parameter blocks returned from Toolbox calls.
  28800. GetOwnerGroup:  Shows how to get the owner and group of a directory using routines from MoreFiles.
  28801. Is PC Exchange Installed:  This snippet demonstrates the check for the existence of PC Exchange. The FSMGlueLib.o file is available on the MacOS SDK CD in the File System Manager Libraries folder.
  28802. Keith's CatSearch:  This snippet provides a
  28803.  high-level interface to PBCatSearch and allows you to limit the search to a specific subdirectory (after the fact, of course - see the read me for the details).
  28804. ParseFullPathname:  ParseFullPathname takes a full pathname (which can be longer than 255 chars, and walks down it, converting it to dirID's along the way. This is the opposite of the procedure described in TN #68 (more or less). DTS does not condone this.
  28805. PBCatSearch:  This small sample shows how to use the PBCatSearch function
  28806. 68693X
  28807. Nov 99^
  28808. --set theItem to choose file -- uncomment to test in an AS editor
  28809.     tell application "Finder"
  28810.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2"
  28811.         activate
  28812.     end tell
  28813. on error errMsg number errNum
  28814.     --enter statements to perform when no records are found such as...
  28815.     display dialog "Sorry, the item you selected could not be found."
  28816.     return
  28817. end try
  28818. Deletedq
  28819. Dev.CD Nov 99 TC
  28820. oD!All Packages
  28821. Mac OS SDK Edition
  28822. s of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  28823. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  28824.   1. Obtain the NEW Mac platform NEW Mac platform 
  28825. courseware
  28826. cover
  28827. covered
  28828. covers
  28829. cpu's
  28830. craig
  28831. crashX
  28832. crashed
  28833. crashesW
  28834. crashing
  28835. crawl
  28836. crawls
  28837. create]
  28838. create
  28839. needs
  28840. DTSCPlusLibrary:  This folder is chock full of useful C++ samples (80+ files!),les (80+ files!),
  28841. OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  28842.  - Programs & Marketing
  28843.  - Market & Distribution GuidesV
  28844. 68333X
  28845. May 98^
  28846. --set theItem to choose file -- uncomment to test in an AS editor
  28847.     tell application "Finder"
  28848.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  28849.         activate
  28850.     end tell
  28851. on error errMsg number errNum
  28852.     --enter statements to perform when no records are found such as...
  28853.     display dialog "Sorry, the item you selected could not be found."
  28854.     return
  28855. end try
  28856. e    No Changeq
  28857. Dev.CD May 98 TC
  28858. All Packages
  28859. Byrne's XCMDs & XFCNs
  28860. Summary: This is a set of 20 XCMDs and XFCNs that perform a wide variety of tasks, from finding the selected printer to simple string manipulation.  Includes all MPW C source code too.
  28861. Features: HyperCard XFCNs and XCMDs.
  28862. This package is System 7.0 compatible. 
  28863. Vol VL
  28864. Vol VIIV
  28865. 68334X
  28866. 1e    No Change
  28867. --set theItem to choose file -- uncomment to test in an AS editor
  28868.     tell application "Finder"
  28869.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:VBLSnippet:"
  28870.         activate
  28871.     end tell
  28872. on error errMsg number errNum
  28873.     --enter statements to perform when no records are found such as...
  28874.     display dialog "Sorry, the item you selected could not be found."
  28875.     return
  28876. end try
  28877. 2.2.3
  28878. redistribution
  28879. above
  28880. absolute
  28881. absolutely
  28882. abstract
  28883. abstraction
  28884. abstractions
  28885. abstracts
  28886. abuse
  28887. accelerated
  28888. Summary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  28889. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.B
  28890.   Under DMZ, the program demonstrates the use of placing the DDP node, used to send the Echo protocol packet, into raw mode, so that the return packet contains the long DDP header information.
  28891. JbDMZ.68k
  28892. DMZ.fat
  28893. dmz.make
  28894. .ppc.sc
  28895. .rsrc
  28896. Objects
  28897. sources
  28898. Think DMZ.ppcK
  28899. Sep 92L
  28900. Jul 96OGDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:  by John Wang.   All about ColorSync, Apple
  28901. s color matching technology.
  28902. Graphical Truffles: Four Common
  28903. info@
  28904. infoid@
  28905. install
  28906. english@
  28907. install
  28908. installer
  28909. 4.0.8@
  28910. interaction@
  28911. interleave@
  28912. interleave
  28913. ipcp@
  28914. isptestmain
  28915. japanese@
  28916. survival
  28917. guide
  28918. jman2.0@
  28919. keyboardcontroller@
  28920. keychain
  28921. language
  28922. launchwithdoc
  28923. opp's@
  28924. play1
  28925. popuptkl
  28926. powerbookg3series@
  28927. programming
  28928. information
  28929. qd3d@
  28930. quickstart@
  28931. quit@
  28932. rdocproc@
  28933. aecdev-aedaemon@
  28934. readme
  28935. readme
  28936. dcmd@
  28937. renderinglib@
  28938. rfc1334
  28939. authentication@
  28940. sample
  28941. applescripts@
  28942. schedule@
  28943. sites@
  28944. support
  28945. systemfolder@
  28946. testfinderlaunch
  28947. testprinterclass
  28948. textchanger
  28949. 2.0.1@
  28950. transitions
  28951. themes@
  28952. ueenie@
  28953. updates@
  28954. userstartup
  28955. goodies@
  28956. validator
  28957. 1.11@
  28958. languages
  28959. largej
  28960. large
  28961. collection
  28962. tools
  28963. scripts
  28964. libraries
  28965. examples
  28966. largely
  28967. larger
  28968. larkspur
  28969. laser
  28970. laserwriter{
  28971. laserwriteriisc
  28972. laserwriters
  28973. lasso
  28974. late-breaking
  28975. laterZ
  28976. laterappley
  28977. latestR
  28978. latest
  28979. specification
  28980. profiles
  28981. latitude
  28982. latter
  28983. objects
  28984. 6320X
  28985. front@
  28986. frontier@
  28987. full-features@
  28988. functional@
  28989. g3-class@
  28990. gelphman@
  28991. generally@
  28992. generically@
  28993. getinfo@
  28994. getting/setting@
  28995. glance@
  28996. gory@
  28997. graphic@
  28998. gridwindowgrow@
  28999. groups@
  29000. grown@
  29001. hand-coded@
  29002. hands@
  29003. hangul@
  29004. happen@
  29005. hash@
  29006. haven't@
  29007. having@
  29008. header
  29009. files@
  29010. helps
  29011. contents
  29012. namingtable
  29013. truetype
  29014. here's@
  29015. high-visibility@
  29016. hints@
  29017. possible
  29018. across
  29019. several
  29020. screens
  29021. however@
  29022. html@
  29023. http@
  29024. ports
  29025. built-in
  29026. devices@
  29027. icondispatch@
  29028. ideal@
  29029. ignore@
  29030. illustrates@
  29031. illustrates
  29032. number
  29033. techniques
  29034. prov@
  29035. imageer@
  29036. implementation@
  29037. OXDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTTestApplet:PfDev.CD Nov 00 TC Disk 2
  29038.  - Sample Code
  29039.  - QuickTime
  29040.  -  All Java
  29041.  - QuickTime for Java
  29042.  - QTTestAppletV
  29043. 69007X
  29044. Nov 00^    TC Disk 2
  29045. --set theItem to choose file -- uncomment to test in an AS editor
  29046.     tell application "Finder"
  29047.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTTestApplet:"
  29048.         activate
  29049.     end tell
  29050. on error errMsg number errNum
  29051.     --enter statements to perform when no records are found such as...
  29052.     display dialog "Sorry, the item you selected could not be found."
  29053.     return
  29054. end try
  29055. e    No Changef
  29056. QuickTime
  29057. Dev.CD Nov 00 TC Disk 2
  29058. All Packages
  29059. QTText
  29060. 69008X
  29061.  which occured when using MSIE 5.0. MRJ 2.2.2 does not address some additional networking problems that users are encountering when using MRJ 2.2 with Microsoft Internet Explorer 5.0. Apple takes these additional problems seriously
  29062. --set theItem to choose file -- uncomment to test in an AS editor
  29063.     tell application "Finder"
  29064.         open item "Dev.CD Dec 99 RL:Technical Publications:enterprise:"
  29065.         activate
  29066.     end tell
  29067. on error errMsg number errNum
  29068.     --enter statements to perform when no records are found such as...
  29069.     display dialog "Sorry, the item you selected could not be found."
  29070.     return
  29071. end try
  29072. download
  29073. download
  29074. directory
  29075. listing
  29076. download
  29077. given
  29078. download/upload
  29079. download/upload
  29080. entire
  29081. directory
  29082. downloaded
  29083. downloading
  29084. downloads
  29085. dozen
  29086. dozens
  29087. wbacks
  29088. drawcode
  29089. drawing
  29090. drawkeycaps
  29091. drawn
  29092. draws
  29093. drawsprcoket
  29094. drawsprocket
  29095. drill
  29096. drive
  29097. driven
  29098. work-around
  29099. work-arounds
  29100. work-flow
  29101. workable
  29102. workaround
  29103. workarounds
  29104. workbook
  29105. workers
  29106. workflows
  29107. workgroupT
  29108. working{
  29109. works
  29110. under
  29111. appearance
  29112. workstation
  29113. workstations
  29114. e    No Changef2MemHell
  29115. Memory
  29116. stress
  29117. debug
  29118. debugging
  29119. testingq
  29120. Dev.CD Nov 00 TC Disk 1
  29121. All Packages
  29122. Memory Monitor
  29123. Summary:  Memory Monitor is a software utility which provides memory usage information to a programatically driven environment, such as Virtual User (V.U.), AppleScript or any Apple Event capable environment. Memory Monitor was created to assist test engineers using an automated test environment to obtain memory usage information without the need of human intervention. It has been used extensively for gathering Ram foot print information of software products. It can also help locate memory
  29124. 68739X
  29125. syView)
  29126. UpdatesK
  29127. May 95L
  29128. Dec 98M7Any word processor capable of reading a 400K text file.N
  29129. Gestalt Selector Codes, Gestalt Manager, Machine Identification, System Identification, System Software Release, Version, Capabilities, System FeaturesOKDev.CD Nov 00 TC Disk 1:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:
  29130. synccmd
  29131. synch
  29132. synchronization
  29133. synchronizeB
  29134. synchronous
  29135. syncing
  29136. syntactic
  29137. syntax
  29138. synthesizers
  29139. sysbeep
  29140. sysenvirons
  29141. systemP
  29142. exchange
  29143. expand
  29144. explained
  29145. explode
  29146. extractor
  29147. f/macos8
  29148. falkenburg's
  29149. fastditherusingqt
  29150. features
  29151. synchronization
  29152. system
  29153. manager
  29154. files
  29155. filesharingon
  29156. filters
  29157. content
  29158. extractor
  29159. finder
  29160. finderdragpro
  29161. finderevents
  29162. finderevents
  29163. finderheaps
  29164. finderlaunch
  29165. findfamilies
  29166. findprinter
  29167. findserialports
  29168. findsysfolder
  29169. floatingpoint
  29170. floatingwindow
  29171. editor
  29172. folder
  29173. folder
  29174. watching
  29175. fonts
  29176. fonts
  29177. 6.0.4
  29178. 68456X
  29179. Sep 96^
  29180. --set theItem to choose file -- uncomment to test in an AS editor
  29181.     tell application "Finder"
  29182.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 17:"
  29183.         activate
  29184.     end tell
  29185. on error errMsg number errNum
  29186.     --enter statements to perform when no records are found such as...
  29187.     display dialog "Sorry, the item you selected could not be found."
  29188.     return
  29189. end try
  29190. Deletedq
  29191. Dev.CD Sep 96 RL
  29192. All Packages
  29193. develop Issue 18
  29194. 68457X
  29195. showicon7
  29196. showicon7
  29197. human
  29198. interface
  29199. guidelines
  29200. human
  29201. interface
  29202. notes
  29203. human
  29204. interface
  29205. toolboxQ
  29206. hypercard
  29207. hypercard
  29208. update
  29209. installer
  29210. hypercard
  29211. toolkit
  29212. 1.0b2
  29213. hypercard
  29214. player
  29215. hypercard
  29216. serial
  29217. toolkit
  29218. hypercard
  29219. video
  29220. toolkit
  29221. Dev.CD Nov 00 TC Disk 1
  29222. D!All Packages
  29223. Mac OS SDK Edition
  29224. ObjectSupportLib 1.1.4
  29225. This version of the Object Support Library (1.1.4) replaces previous versions.  It is installed into the Extensions folder by dropping the icon onto the closed System folder of your boot disk.
  29226. Use of the Object Support Library is described in Chapter 6 of Inside Macintosh: Interapplication Communication.
  29227. This version of the Object Support Library (1.1.4) fixes bugs in the previous (1.1.2) release.  [Note: version number 1.1.3 was used internally for testing and never released].
  29228. Bugs fixdialog "Sorry, the item you selected could not be found."
  29229.     return
  29230. end try
  29231. e    No Changef
  29232. QuickTime
  29233. Dev.CD Nov 00 TC Disk 2
  29234. All Packages
  29235. ShadingWinds
  29236. 66036X
  29237. index
  29238. index
  29239. index
  29240. indexes
  29241. indexg
  29242. indexg
  29243. sample
  29244. updated
  29245. carbon
  29246. shows
  29247. sample
  29248. updated
  29249. carbon
  29250. shows
  29251. sample
  29252. updated
  29253. carbon
  29254. applicat
  29255. sample
  29256. updated
  29257. carbon
  29258. tubetest
  29259. sample
  29260. updated
  29261. carbon
  29262. sample
  29263. updated
  29264. carbon
  29265. applica
  29266. sample
  29267. updated
  29268. carbon
  29269. contain
  29270. sample
  29271. updated
  29272. carbon
  29273. program
  29274. sample
  29275. updated
  29276. carbon
  29277. sample
  29278. sample
  29279. updated
  29280. carbon
  29281. snippet
  29282. sample
  29283. updated
  29284. carbon
  29285. under
  29286. ATA DemoV
  29287. 66676X
  29288. Nov 00^    TC Disk 1
  29289. e    No Change
  29290. Wnstaller proprietary headers from one or more of the following installer vendors is required for building the s
  29291. utility
  29292. device
  29293. driver
  29294. driver
  29295. gestalt
  29296. drive
  29297. setup
  29298. drive
  29299. setup
  29300. utilities
  29301. driver
  29302. image
  29303. display
  29304. display
  29305. manager
  29306. resolution
  29307. dmfkey
  29308. display
  29309. manager
  29310. video
  29311. display
  29312. manager
  29313. resolution
  29314. screen
  29315. monitor
  29316. pixel
  29317. depth
  29318. display
  29319. manager
  29320. window
  29321. arrangement
  29322. display
  29323. pixel
  29324. depth
  29325. displays
  29326. displayvideo
  29327. disposctable
  29328. disposegworld
  29329. disposeresource
  29330. disposeresource
  29331. debugging
  29332. resource
  29333. handles
  29334. dither
  29335. dithercopy
  29336. dithering
  29337. dixzero
  29338. stalt
  29339. gestaltnativecputype
  29340. gestaltprocessortype
  29341. gestaltnativecputype
  29342. gestaltprocessortype
  29343. getcontrolmaximum
  29344. getcontrolminimum
  29345. getcontrolvalue
  29346. getscrap
  29347. glossaries
  29348.  found."
  29349.     return
  29350. end try
  29351. summary
  29352. windowpicker
  29353. system
  29354. extension
  29355. provides
  29356. summary
  29357. services
  29358. allows
  29359. application
  29360. change
  29361. deleted@
  29362. package@
  29363. change@
  29364. package@
  29365. updated@
  29366. addresmenu@
  29367. aegizmos@
  29368. appearance@
  29369. apple
  29370. detectors@
  29371. apple
  29372. guide@
  29373. appletalk
  29374. area@
  29375. foreground
  29376. color@
  29377. getcontrolmaximum@
  29378. grid@
  29379. handles@
  29380. icons@
  29381. interrupt@
  29382. macintosh
  29383. coprocessor
  29384. platform@
  29385. mutable
  29386. string@
  29387. panel@
  29388. card@
  29389. profile
  29390. specification@
  29391. property
  29392. list@
  29393. recordable@
  29394. rssc@
  29395. setting@
  29396. stdbits@
  29397. summary@
  29398. toolkit@
  29399. utilities@
  29400. webobjects@
  29401. window
  29402. arrangement@
  29403. All Packages
  29404. System 7.5 Update 1.0O
  29405. Dev.CD Jul 95P
  29406. Dev.CD Jul 9V
  29407. 69435X
  29408. Jul 95
  29409. b--set theItem to choose file -- uncomment to test in an AS editor
  29410.     tell application "Finder"
  29411.         open item "Dev.CD Jul 95"
  29412.         activate
  29413.     end tell
  29414. on error errMsg number errNum
  29415.     --enter statements to perform when no records are found such as...
  29416.     display dialog "Sorry, the item you selected could not be found."
  29417.     return
  29418. end try
  29419. All Packages
  29420. System 7.5 Update 1.0O
  29421. Dev.CD Jul 95P
  29422. Dev.CD Jul 9V
  29423. 69436X
  29424. Jul 95
  29425. b--set theItem to choose file -- uncomment to test in an AS editor
  29426.     tell application "Finder"
  29427.         open item "Dev.CD Jul 95"
  29428.         activate
  29429.     end tell
  29430. on error errMsg number errNum
  29431.     --enter statements to perform when no records are found such as...
  29432.     display dialog "Sorry, the item you selected could not be found."
  29433.     return
  29434. end try
  29435. All Packages
  29436. System 7.5 Update 1.0O
  29437. Dev.CD Jul 95P
  29438. Dev.CD Jul 9V
  29439. 69437X
  29440. summary
  29441. description
  29442. input
  29443. methods
  29444. chinese
  29445. summary
  29446. disinfectant
  29447. anti-viral
  29448. utility
  29449. summary
  29450. diskfiller
  29451. little
  29452. utility
  29453. allows
  29454. users
  29455. summary
  29456. displays
  29457. record
  29458. directly
  29459. current
  29460. print
  29461. recor
  29462. summary
  29463. disposeresource
  29464. extension
  29465. catches
  29466. commo
  29467. summary
  29468. doubletrouble
  29469. debugging
  29470. utility
  29471. catch
  29472. summary
  29473. driver
  29474. installer
  29475. quick
  29476. dirty
  29477. application
  29478. summary
  29479. provides
  29480. ability
  29481. download
  29482. postscript
  29483. summary
  29484. dropdisk
  29485. application
  29486. mounts
  29487. images
  29488. summary
  29489. sample
  29490. illustrate
  29491. software
  29492. project
  29493. summary
  29494. evenbetterbuserror
  29495. helps
  29496. catch
  29497. reneg
  29498. summary
  29499. wanted
  29500. patch
  29501. high-level
  29502. langua
  29503. summary
  29504. finderheaps
  29505. debugging
  29506. allows
  29507. apple
  29508. grayscale
  29509. appearance
  29510. system
  29511. specif
  29512. summary
  29513. apple
  29514. international
  29515. glossaries
  29516. contains
  29517. translat
  29518. de information about the the latest product configurations, which include faster clock speeds, more memory, and a larger hard disk.
  29519.   The developer note provides technical information about the
  29520.   iBook consumer portable and its features, which include a
  29521.   300 or 366-MHz PowerPC processor, built-in Ethernet port
  29522.   and modem, and the optional AirPort Card wireless LAN module.
  29523.   The developer note includes information about
  29524.   - the features of the iBook
  29525.   - some compatibility issues
  29526.   - the
  29527.  internal logic and custom ICs
  29528.   - the I/O ports and built-in I/O devices
  29529.   - the RAM expansion slot
  29530.   - the system software
  29531. --------------------------------
  29532. Power Mac G4 Developer Note
  29533. This developer note has been updated to include information about the the latest product configurations, which include faster clock speeds, FireWire booting, and Mac OS 9.
  29534.    The developer note provides technical information about the
  29535.    Power Mac G4 computer and its features, which include a
  29536.    fast Powe
  29537. 'OTDev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:P_Dev.CD May 98 TC
  29538.  - Tool Chest
  29539.  - Development Kits
  29540.  - HyperCard Related
  29541.  - PeopleSurveyor 2.1.2V
  29542. 68878X
  29543. May 98^
  29544. --set theItem to choose file -- uncomment to test in an AS editor
  29545.     tell application "Finder"
  29546.         open item "Dev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:"
  29547.         activate
  29548.     end tell
  29549. on error errMsg number errNum
  29550.     --enter statements to perform when no records are found such as...
  29551.     display dialog "Sorry, the item you selected could not be found."
  29552.     return
  29553. end try
  29554. e    No Changeq
  29555. Dev.CD May 98 TC
  29556. All Packages
  29557. Performa 7.1P2O
  29558. Dev.CD Oct 93
  29559. Dev.CD Jul 93P
  29560. Dev.CD Oct 93
  29561. Dev.CD Jul 9V
  29562. 68879X
  29563. Oct 93
  29564. st 3.0
  29565. 66685X
  29566. magician
  29567. magnitude
  29568. mail-order
  29569. mailfoo
  29570. mailing
  29571. mailings
  29572. All Packages
  29573. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  29574. Dev.CD Jan 94
  29575. Dev.CD Oct 93
  29576. Dev.CD Jul 93
  29577. Dev.CD Apr 93PDDev.CD Apr 94
  29578. Dev.CD Jan 94
  29579. Dev.CD Oct 93
  29580. Dev.CD Jul 93
  29581. Dev.CD Apr 9V
  29582. 69658X
  29583. Apr 94
  29584. --set theItem to choose file -- uncomment to test in an AS editor
  29585.     tell application "Finder"
  29586.         open item "Dev.CD Apr 94
  29587. Dev.CD Jan 94
  29588. Dev.CD Oct 93
  29589. Dev.CD Jul 93
  29590. Dev.CD Apr 93"
  29591.         activate
  29592.     end tell
  29593. on error errMsg number errNum
  29594.     --enter statements to perform when no records are found such as...
  29595.     display dialog "Sorry, the item you selected could not be found."
  29596.     return
  29597. end try
  29598. All Packages
  29599. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  29600. Dev.CD Jan 94
  29601. Dev.CD Oct 93
  29602. Dev.CD Jul 93
  29603. Dev.CD Apr 93PDDev.CD Apr 94
  29604. Dev.CD Jan 94
  29605. Dev.CD Oct 93
  29606. Dev.CD Jul 93
  29607. Dev.CD Apr 9V
  29608. 69659X
  29609. Apr 94
  29610. le event Object Model, and the Apple event Open Scripting Architecture.
  29611. 65149X
  29612. 1e    No Change
  29613. Summary: This is the electronic version of develop magazine.
  29614.  Issue 8 highlights:
  29615. Curves Ahead: Working With Curves in QuickDraw  by Mike Reed and Konstantin Othmer.   All about quadratic B
  29616. zier curves on the Macintosh, including using the curves from TrueType fonts.
  29617. Validating Date and Time Entry in MacApp  by James Plamondon.   Here
  29618. s a new MacApp class that provides robust and flexible entry validation.
  29619. Macintosh Debugging: A Weird Journey Into the Belly of the Beast  by Bo3b Johns
  29620. on and Fred Huxham.   This article presents some very useful debugging techniques that every Macintosh developer needs to know about.
  29621. Macintosh Hybrid Applications for A/UX  by John Morley.   This is an introduction to writing Macintosh applications meant to run under A/UX, explaining the basics and pointing out some potential gotchas.
  29622. Print Hints From Luke & Zz: CopyMask, CopyDeepMask, and LaserWriter Driver 7.0  by Pete 
  29623.  Alexander.   How do you print graphics that use CopyMask an
  29624. 68288X
  29625. Apr 98^
  29626. --set theItem to choose file -- uncomment to test in an AS editor
  29627.     tell application "Finder"
  29628.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk:"
  29629.         activate
  29630.     end tell
  29631. on error errMsg number errNum
  29632.     --enter statements to perform when no records are found such as...
  29633.     display dialog "Sorry, the item you selected could not be found."
  29634.     return
  29635. end try
  29636. e    No Changeq
  29637. Dev.CD Apr 98 SDK1
  29638. All Packages
  29639. AppleTalk SW for SNMP
  29640. Summary:  Contains latest AppleTalk stack (version 58) and MacSNMP 1.0.2
  29641. Features:  Latest binary software for AppleTalk. Needed for MacSNMP development too. Header files and documentation available with MPW and Inside Macintosh
  29642. Issues:  Single user license only. Redistribution license required from apple if you want to ship the NSI disk or the MacSNMP software to your customers
  29643. Aug 93V
  29644. 68289X
  29645. 1e    No Change
  29646. includs
  29647. inclusion
  29648. incoming
  29649. incompatability
  29650. QuickDraw
  29651.  3D enables your computer to display three-dimensional graphics using applications designed to take advantage of QuickDraw 3D. It also provides a common file format, called QuickDraw 3D Metafile (or 3DMF for short), for exchanging 3D documents.  QuickDraw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  29652. QuickDraw 3D v1.5.2K
  29653. Sep 97N
  29654. QuickDraw 3D, Windows, MetafileOCDev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:PHDev.CD Apr 99 SDK1
  29655.  - Development Kits
  29656.  - QuickDraw 3D for Windows 1.5.2ss Scripting
  29657. URLAccess.h
  29658. URLAccess.p
  29659. URLAccess.pdf
  29660. URLAccess68K.lib
  29661. URLAccessLib
  29662. URLAccessLib.oK
  29663. Aug 99M    MacOS 8.6N
  29664. URL Access, Internet, IPOJDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:PUDev.CD Aug 99 TC
  29665.  - What's New?
  29666.  - Development Kits
  29667.  - Mac OS
  29668.  - URL Access 1.0.1 SDKV
  29669. 66505X
  29670. Aug 99^
  29671. Aug 94N
  29672. SCSI Manager 4.3O
  29673. Dev.CD Nov 99 TC:Sample Code:P
  29674. Dev.CD Nov 99 TC
  29675.  - Sample CodeV
  29676. 69266X
  29677. Nov 99^
  29678. r--set theItem to choose file -- uncomment to test in an AS editor
  29679.     tell application "Finder"
  29680.         open item "Dev.CD Nov 99 TC:Sample Code:"
  29681.         activate
  29682.     end tell
  29683. on error errMsg number errNum
  29684.     --enter statements to perform when no records are found such as...
  29685.     display dialog "Sorry, the item you selected could not be found."
  29686.     return
  29687. end try
  29688. Deletedf
  29689. SCSI Manager 4.3q
  29690. Dev.CD Nov 99 TC
  29691. All Packages
  29692. SCSI Simple SampleI
  29693. SCSI Simple Sample is a simple sample that illustrates how to call the original and asynchronous SCSI Managers. In particular, it shows how to scan all SCSI buses for the presence of SCSI devices.V
  29694. 69267X
  29695. 1e    No Change
  29696. goodies
  29697. grayscale
  29698. appearance
  29699. system
  29700. specif
  29701. summary
  29702. apple
  29703. international
  29704. glossaries
  29705. contains
  29706. translat
  29707. -------------------------
  29708. - Common
  29709.     - Sun Compliant Java Runtime Environment 1.1
  29710.     - QuickTime 3 
  29711.     - QTJava.zip
  29712.     - QTJava media samples
  29713. - Mac OS:
  29714.     - System 8 or later
  29715.     - Macintosh Runtime for Java (MRJ) 2.1
  29716. - Windows 95, 98, or NT::
  29717.     - JRE/JDK from Sun Microsystems, Inc. recommended
  29718. QuickTime, Java, MRJppleScript, scriptable text editorO@Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:7Edit:PHDev.CD Nov 00 TC Disk 1
  29719.  - Sample Code
  29720.  - Interapplication Comm
  29721.  - 7EditV
  29722. 66587X
  29723. Nov 00^    TC Disk 1
  29724. --set theItem to choose file -- uncomment to test in an AS editor
  29725.     tell application "Finder"
  29726.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:7Edit:"
  29727.         activate
  29728.     end tell
  29729. on error errMsg number errNum
  29730.     --enter statements to perform when no records are found such as...
  29731.     display dialog "Sorry, the item you selected could not be found."
  29732.     return
  29733. end try
  29734. e    No Changef.AppleEvents
  29735. AppleScript
  29736. scriptable text editorq
  29737. Dev.CD Nov 00 TC Disk 1
  29738. 69238X
  29739. Nov 00^    TC Disk 1
  29740. --set theItem to choose file -- uncomment to test in an AS editor
  29741.     tell application "Finder"
  29742.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ROMResourceDump:"
  29743.         activate
  29744.     end tell
  29745. on error errMsg number errNum
  29746.     --enter statements to perform when no records are found such as...
  29747.     display dialog "Sorry, the item you selected could not be found."
  29748.     return
  29749. end try
  29750. e    No Changeq
  29751. Dev.CD Nov 00 TC Disk 1
  29752. All Packages
  29753. New & RevisedF
  29754. Rotate Bitmap 90IOThis sample has been updated for the Carbon API.  Rotates a bitmap 90 degrees.
  29755. JTCarbonPrefix.h
  29756. CarbonRes.rsrc
  29757. ReadMe
  29758. Rotate.c
  29759. RotateBitmap90(PPC)
  29760. RotateBitmap90.mcpL
  29761. Nov 00M
  29762. QuickDraw, CarbonLib
  29763. bitmap, rotation, CarbonOADev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Rotate Bitmap 90:PIDev.CD Nov 00 TC Disk 1
  29764.  - Sample Code
  29765.  - Graphics 2D
  29766.  - Rotate Bitmap 90V
  29767. 69239X
  29768. Nov 00^    TC Disk 1b
  29769. Revised
  29770. #ttp://developer.apple.com/samplecode/
  29771. timecode
  29772. timeout
  29773. timing
  29774. timings
  29775. tokenR
  29776. tokenize
  29777. tokenizer
  29778. tokenizer
  29779. fcode
  29780. tokentalkR
  29781. virtual
  29782. external
  29783. toolboxe
  29784. toolbox
  29785. assistant
  29786. quickview
  29787. toolkit
  29788. tools
  29789. topleft
  29790. tpicture
  29791. traceroute
  29792. trackZ
  29793. tracker
  29794. tracks
  29795. traditional
  29796. traffic
  29797. transferprovider
  29798. transferring
  29799. transform
  29800. transitions
  29801. translation
  29802. translation
  29803. macintosh
  29804. translator
  29805. translator
  29806. transparent
  29807. variable
  29808. variables
  29809. vector
  29810. version
  29811. video
  29812. alias
  29813. alias
  29814. aliases
  29815. aliaslab
  29816. align
  29817. align
  29818. allresources
  29819. alphaselector
  29820. alphaselector
  29821. altbufferdisplayr
  29822. altbufferdisplay
  29823. alternatebufferdisplr
  29824. alternatebufferdispl
  29825. alternatebufferdispl
  29826. alternatebufferdispl
  29827. rsrcr
  29828. altivec
  29829. altivec
  29830. wavelet
  29831. altivecmultiprecisio
  29832. altivecmultiprecisio
  29833. alwayspreviews
  29834. alwayspreview
  29835. alwayspreview
  29836. alwayspreview
  29837. alwayspreview
  29838. rsrcs
  29839. amazonbooks
  29840. amazonbooks
  29841. amazonmusic
  29842. amazonmusic
  29843. analysis
  29844. analyzerU
  29845. Wlities
  29846. sample
  29847. dtscpluslibrary
  29848. All Packages
  29849. System Enabler 065 (LC 575)O
  29850. Dev.CD Apr 94
  29851. Dev.CD Jan 94P
  29852. Dev.CD Apr 94
  29853. Dev.CD Jan 9V
  29854. 69534X
  29855. Apr 94
  29856. p--set theItem to choose file -- uncomment to test in an AS editor
  29857.     tell application "Finder"
  29858.         open item "Dev.CD Apr 94
  29859. Dev.CD Jan 94"
  29860.         activate
  29861.     end tell
  29862. on error errMsg number errNum
  29863.     --enter statements to perform when no records are found such as...
  29864.     display dialog "Sorry, the item you selected could not be found."
  29865.     return
  29866. end try
  29867. All Packages
  29868. System Enabler 065 (LC 575)O
  29869. Dev.CD Apr 94
  29870. Dev.CD Jan 94P
  29871. Dev.CD Apr 94
  29872. Dev.CD Jan 9V
  29873. 69535X
  29874. Apr 94
  29875. callbackcmd
  29876. callbacks
  29877. calledX
  29878. overview@
  29879. print
  29880. printer@
  29881. proportional@
  29882. recordable@
  29883. setting@
  29884. stdbits@
  29885. tmon@
  29886. e    No Changef
  29887. SillyBallsq
  29888. Dev.CD Nov 00 TC Disk 2
  29889. All Packages
  29890. New & RevisedF
  29891. SimonIBA simple game to demonstrate Cocoa development in project builder.J~.DS_Store
  29892. build
  29893. English.lproj
  29894. main.m
  29895. ReadMe.rtf
  29896. Simon.app
  29897. Simon.pbproj
  29898. SimonController.h
  29899. SimonController.m
  29900. SimonController.nibK
  29901. Nov 00M
  29902. Mac OS X or laterN$Cocoa, game, project builder, SimpleONDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:Simon:PYDev.CD Nov 00 TC Disk 2
  29903.  - Sample Code
  29904.  - Platforms and Tools
  29905.  - Project Builder
  29906.  - SimonV
  29907. 69303X
  29908. Nov 00^    TC Disk 2b
  29909. --set theItem to choose file -- uncomment to test in an AS editor
  29910.     tell application "Finder"
  29911.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:Simon:"
  29912.         activate
  29913.     end tell
  29914. on error errMsg number errNum
  29915.     --enter statements to perform when no records are found such as...
  29916.     display dialog "Sorry, the item you selected could not be found."
  29917.     return
  29918. end try
  29919. --set theItem to choose file -- uncomment to test in an AS editor
  29920.     tell application "Finder"
  29921.         open item "Dev.CD Apr 94
  29922. Dev.CD Jan 94
  29923. Dev.CD Oct 93
  29924. Dev.CD Jul 93
  29925. Dev.CD Apr 93"
  29926.         activate
  29927.     end tell
  29928. on error errMsg number errNum
  29929.     --enter statements to perform when no records are found such as...
  29930.     display dialog "Sorry, the item you selected could not be found."
  29931.     return
  29932. end try
  29933. Wician
  29934. suite
  29935. makeeffectmovie
  29936. makeeffectslideshow
  29937. makeicon
  29938. makeitable
  29939. makemake
  29940. makemake
  29941. 2.0d38
  29942. makestartupaliastome
  29943. management
  29944. manager
  29945. manalyzer
  29946. manalyzer
  29947. 2.0d3
  29948. market
  29949. marquee
  29950. maximizing
  29951. navigator
  29952. newsz
  29953. notesT
  29954. onescannerx
  29955. opp's
  29956. oracle
  29957. disposeresource
  29958. disposeresource
  29959. debugging
  29960. resource
  29961. handles
  29962. dither
  29963. dithercopy
  29964. dithering
  29965. dixzero
  29966. dynamic
  29967. library
  29968. dmfkey
  29969. document
  29970. documentation
  29971. documents
  29972. domain
  29973. double
  29974. double
  29975. buffer
  29976. double-byte
  29977. doublebuffer
  29978. doubles
  29979. download
  29980. manager
  29981. draghook
  29982. drawing
  29983. drawsprocket
  29984. drive
  29985. drive
  29986. setup
  29987. drivergestalt
  29988. drivergestalt
  29989. drivergestaltexplore
  29990. drivers
  29991. utilities
  29992. dtscpluslibrary
  29993. dumparpcache
  29994. dumpnetworksetup
  29995. duplication
  29996. dynamic
  29997. dynamic
  29998. linking
  29999. protocol
  30000. ottcpwilldial
  30001. ottraceroutesample
  30002. ottransferproviderow
  30003. ottransferproviderow
  30004. client
  30005. library
  30006. transferprovider
  30007. May 94
  30008. Dev.CD Feb 94"
  30009.         activate
  30010.     end tell
  30011. on error errMsg number errNum
  30012.     --enter statements to perform when no records are found such as...
  30013.     display dialog "Sorry, the item you selected could not be found."
  30014.     return
  30015. end try
  30016.     return
  30017. end try
  30018. could not be found."
  30019.     return
  30020. end try
  30021. All Packages
  30022. F    QuickTimeO
  30023. Dev.CD Jan 96 SSWP
  30024. Dev.CD Jan 96 SSV
  30025. 62632X
  30026. Jan 96
  30027. f--set theItem to choose file -- uncomment to test in an AS editor
  30028.     tell application "Finder"
  30029.         open item "Dev.CD Jan 96 SSW"
  30030.         activate
  30031.     end tell
  30032. on error errMsg number errNum
  30033.     --enter statements to perform when no records are found such as...
  30034.     display dialog "Sorry, the item you selected could not be found."
  30035.     return
  30036. end try
  30037. All Packages
  30038. F    QuickTimeO
  30039. Dev.CD Jan 96 SSWP
  30040. Dev.CD Jan 96 SSV
  30041. 62633X
  30042. Jul 95
  30043. b--set theItem to choose file -- uncomment to test in an AS editor
  30044.     tell application "Finder"
  30045.         open item "Dev.CD Jul 95"
  30046.         activate
  30047.     end tell
  30048. on error errMsg number errNum
  30049.     --enter statements to perform when no records are found such as...
  30050.     display dialog "Sorry, the item you selected could not be found."
  30051.     return
  30052. end try
  30053. All Packages
  30054. System 7.5 Update 1.0O
  30055. Dev.CD Jul 95P
  30056. Dev.CD Jul 9V
  30057. 69428X
  30058. Jul 95
  30059. b--set theItem to choose file -- uncomment to test in an AS editor
  30060.     tell application "Finder"
  30061.         open item "Dev.CD Jul 95"
  30062.         activate
  30063.     end tell
  30064. on error errMsg number errNum
  30065.     --enter statements to perform when no records are found such as...
  30066.     display dialog "Sorry, the item you selected could not be found."
  30067.     return
  30068. end try
  30069. All Packages
  30070. System 7.5 Update 1.0O
  30071. Dev.CD Jul 95P
  30072. Dev.CD Jul 9V
  30073. 69429X
  30074. Jul 95
  30075. 64546X
  30076. Jul 95
  30077. --set theItem to choose file -- uncomment to test in an AS editor
  30078.     tell application "Finder"
  30079.         open item "Dev.CD May 00 TC:Language Kits:Chinese Language Kits 2.0:"
  30080.         activate
  30081.     end tell
  30082. on error errMsg number errNum
  30083.     --enter statements to perform when no records are found such as...
  30084.     display dialog "Sorry, the item you selected could not be found."
  30085.     return
  30086. end try
  30087. be found."
  30088.     return
  30089. end try
  30090. e    No Changef
  30091. Finder Windows
  30092. Hackq
  30093. Dev.CD Nov 00 TC Disk 1
  30094. All Packages
  30095. Switch StackI8Demonstrates how to switch to a private stack correctly.J
  30096. Read Me About Switch Stack
  30097. Switch Stack CW
  30098. Switch Stack CW.
  30099. Switch Stack MPW
  30100. Switch Stack MPW.make
  30101. Switch Stack THINK
  30102. Switch Stack.c
  30103. Switch Stack.r
  30104. Switch Stack.
  30105. Switch Stack.
  30106. .rsrcK
  30107. Apr 98M
  30108. Only compiles for 68K.N
  30109. private, stack, switch, snifferO8Dev.CD Nov 00 TC Disk 1:Sample Code:Memory:Switch Stack:P@Dev.CD Nov 00 TC Disk 1
  30110.  - Sample Code
  30111.  - Memory
  30112.  - Switch StackV
  30113. 67750X
  30114. 1e    No Change
  30115. byte-load-file
  30116. bytes
  30117. call-backs
  30118. callback
  30119. callbackcmd
  30120. callbacks
  30121. calledX
  30122. callhyper
  30123. calling
  30124. callsh
  30125. camera
  30126. cameron
  30127. campaign
  30128. campaigns
  30129. campfire
  30130. 69219X
  30131. Nov 00^    TC Disk 1
  30132. --set theItem to choose file -- uncomment to test in an AS editor
  30133.     tell application "Finder"
  30134.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RAVE Starter Samples:"
  30135.         activate
  30136.     end tell
  30137. on error errMsg number errNum
  30138.     --enter statements to perform when no records are found such as...
  30139.     display dialog "Sorry, the item you selected could not be found."
  30140.     return
  30141. end try
  30142. e    No Changef)RAVE
  30143. Gouraud
  30144. compsite
  30145. callback
  30146. texture
  30147. Dev.CD Nov 00 TC Disk 1
  30148. All Packages
  30149. RaveContextSampleI
  30150. This sample shows how to gain access to the Interactive Renderer's RAVE draw context from QD3D using the new QD3D 1.6 RAVE Draw Context API functions.J;Headers
  30151. RAVEContextTest
  30152. RaveContextTest.mcp
  30153. Rez.rsrc
  30154. SourceOBDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RaveContextSample:PJDev.CD Nov 00 TC Disk 1
  30155.  - Sample Code
  30156.  - Graphics 3D
  30157.  - RaveContextSampleV
  30158. 69220X
  30159. Nov 00^    TC Disk 1
  30160. e    No Change
  30161. sharing
  30162. sheet
  30163. sheet
  30164. dialog
  30165. shell
  30166. sherlock
  30167. sherlock
  30168. content
  30169. extractor
  30170. search
  30171. shmat
  30172. shmctl
  30173. shmdt
  30174. shmget
  30175. showballoon
  30176. showdraghilite
  30177. showdraghilite
  30178. manager
  30179. signals
  30180. signature
  30181. signing
  30182. sillyballs
  30183. sillyballs
  30184. cocoa
  30185. simple
  30186. simplecocoaapp
  30187. simpletext
  30188. simpletext
  30189. script
  30190. print
  30191. scriptable
  30192. printing
  30193. simpletext
  30194. simpletext
  30195. source
  30196. simpletext
  30197. sample
  30198. simplified
  30199. single-link
  30200. sleep
  30201. slideshow
  30202. manager
  30203. declaration
  30204. configuration
  30205. river
  30206. sound
  30207. multiple
  30208. multiplay
  30209. sound
  30210. record
  30211. metertest
  30212. sound
  30213. studio
  30214. cheap
  30215. studio
  30216. synccmd
  30217. soundconvert
  30218. soundconverter
  30219. soundsprocket
  30220. space
  30221. spbrecord
  30222. spbrecord
  30223. asynchronous
  30224. record
  30225. record
  30226. sound
  30227. state
  30228. statements
  30229. sequel
  30230. sequence
  30231. sequence
  30232. grabbing
  30233. serialdriverarbitrat
  30234. serialportsample
  30235. server
  30236. server
  30237. remote
  30238. control
  30239. services
  30240. folder
  30241. windows
  30242. setdefaultdtp
  30243. setdeskcpatdemo
  30244. setindstring
  30245. setled
  30246. setpdimc
  30247. settingupstdfile
  30248. setup
  30249. setupgl
  30250. setwindbackcolor
  30251. sgcapture
  30252. sgcapture2disk
  30253. shadingwinds
  30254. shared
  30255. sharedmemory
  30256. sheets
  30257. shell
  30258. sherlock
  30259. sherlock
  30260. plug-ins
  30261. shimmermate
  30262. shimmermate
  30263. 2.0.1
  30264. globals
  30265. movie
  30266. showballoon
  30267. showballoon
  30268. showdialogboxes
  30269. showdialogboxes
  30270. showiniticon
  30271. signals
  30272. simpleplayer
  30273. simpletext
  30274. sound
  30275. source
  30276. sources
  30277. specific
  30278. spooler
  30279. sprocket
  30280. stack
  30281. --set theItem to choose file -- uncomment to test in an AS editor
  30282.     tell application "Finder"
  30283.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:GiMeDaPalette with Sound:"
  30284.         activate
  30285.     end tell
  30286. on error errMsg number errNum
  30287.     --enter statements to perform when no records are found such as...
  30288.     display dialog "Sorry, the item you selected could not be found."
  30289.     return
  30290. end try
  30291. etStatusV
  30292. 67218X
  30293. Nov 00^    TC Disk 1
  30294. --set theItem to choose file -- uncomment to test in an AS editor
  30295.     tell application "Finder"
  30296.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTDumpInternetStatus:"
  30297.         activate
  30298.     end tell
  30299. on error errMsg number errNum
  30300.     --enter statements to perform when no records are found such as...
  30301.     display dialog "Sorry, the item you selected could not be found."
  30302.     return
  30303. end try
  30304. e    No Change
  30305. cted could not be found."
  30306.     return
  30307. end try
  30308. e    No Changef
  30309. Color Picker 2.1.1q
  30310. Dev.CD Oct 00 SDK1
  30311. 69766X
  30312. Nov 00^    TC Disk 1
  30313. --set theItem to choose file -- uncomment to test in an AS editor
  30314.     tell application "Finder"
  30315.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng Multiprecision:"
  30316.         activate
  30317.     end tell
  30318. on error errMsg number errNum
  30319.     --enter statements to perform when no records are found such as...
  30320.     display dialog "Sorry, the item you selected could not be found."
  30321.     return
  30322. end try
  30323. e    No ChangefPVelocity Engine
  30324. AlitVec
  30325. Multiprecision arithmetic
  30326. arbitrary precision arithmeticq
  30327. Dev.CD Nov 00 TC Disk 1
  30328. All Packages
  30329. VelEng Wavelet
  30330. 69767X
  30331. compilers
  30332. The enclosed files allow you to build a driver for your Zoomed Video PC-Card.  Currently, ZoomedVideo is only supported on the PowerBook 3400 series and the 2400/c.  You need to put the file PowerBook ZoomedVideo in  the Extensions folder and reboot.  This file contains the QuickTime video digitizer used to enable Zoomed Video.  Make sure that you have version 1.1 or higher.  (Note:  Version 1.0 had a bug where it didn't support autoVersioning, so just installing a new digitizer with a higBeher version will not always work.  You need to remove version 1.0 of the PowerBook ZoomedVideo file).
  30333. J`CIncludes:
  30334. Documentation:
  30335. Libraries:
  30336. PowerBook Zoomed Video:
  30337. Release Notes
  30338. Sample Driver:
  30339. Tools:K
  30340. Aug 97OJDev.CD Jul 99 SDK1:Development Kits:Hardware:Zoomed Video Driver v1.0 SDK:PRDev.CD Jul 99 SDK1
  30341.  - Development Kits
  30342.  - Hardware
  30343.  - Zoomed Video Driver v1.0 SDKhow
  30344. receive
  30345. appleevents
  30346. a-trap@
  30347. accelerating@
  30348. accessed@
  30349. account/password@
  30350. o this is how to create one.
  30351. ZoomRecter:  This snippet shows how to do "Finder" style zooming between two rectangles. The boolean flag "kZoomLarger" controls the proportional direction of the zooming.\
  30352. Communications Toolbox
  30353. Contributed
  30354. Devices and Hardware
  30355. Files
  30356. Games
  30357. Graphics 2D
  30358. Graphics 3D
  30359. Help Systems
  30360. Human Interface Toolbox
  30361. Interapplication Comm
  30362. Memory
  30363. Networking
  30364. OS Utilities
  30365. Overview
  30366. Platforms and Tools
  30367. Printing
  30368. Processes
  30369. QuickTime
  30370. Runtime Architecture
  30371. Sound
  30372. Nov 94L
  30373. May 97O
  30374. Dev.CD Nov 99 TC:Sample Code:P
  30375. Dev.CD Nov 99 TC
  30376.  - Sample Code
  30377. wanted
  30378. wanting
  30379. wants
  30380. warming
  30381. warning
  30382. warnings
  30383. warns
  30384. warrior
  30385. watcher
  30386. watches
  30387. vu-meter
  30388. vumeter
  30389. waitnextevent
  30390. wake100
  30391. waste
  30392. wavelet
  30393. browser
  30394. objects
  30395. chinesetalk
  30396. 6.0.3
  30397. chinesetalk
  30398. chinesetraditionalfo
  30399. chinesetraditionalfo
  30400. 6.0.5
  30401. chromakeymovie
  30402. cihui
  30403. classic
  30404. client
  30405. clipboard
  30406. clipboard
  30407. magician
  30408. clipped
  30409. cluts
  30410. editor
  30411. resedit
  30412. codes
  30413. collection
  30414. collectpictcolors
  30415. color`
  30416. colorpopupmenus
  30417. colorsync
  30418. colorsync
  30419. colorsync
  30420. photoshop
  30421. plugins
  30422. communication
  30423. communications
  30424. communications
  30425. toolbox
  30426. component
  30427. e    No Changef/Carbon
  30428. QuickTime
  30429. GraphicImporter
  30430. Printq
  30431. Dev.CD Nov 00 TC Disk 2
  30432. All Packages
  30433. New & RevisedF
  30434. CarbonCustomListI
  30435. This sample demonstrates how to implement a custom list using Carbon. Under Carbon, custom list definitions can no longer be implemented as 'LDEF' code resources and need to be installed using CreateCustomList.JACarbonCustomList
  30436. CarbonCustomList.c
  30437. CarbonCustomList.rsrc
  30438. Read MeK
  30439. Nov 00M
  30440. Mac OS 9 or later, CarbonLib
  30441. Carbon, List ManagerOMDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:CarbonCustomList:PUDev.CD Nov 00 TC Disk 1
  30442.  - Sample Code
  30443.  - Human Interface Toolbox
  30444.  - CarbonCustomListV
  30445. 68344X
  30446. Nov 00^    TC Disk 1b
  30447. #eo&http://developer.apple.com/samplecode/
  30448. Dev.CD Oct 93
  30449. Dev.CD Jul 93
  30450. Dev.CD Apr 93PDDev.CD Apr 94
  30451. Dev.CD Jan 94
  30452. Dev.CD Oct 93
  30453. Dev.CD Jul 93
  30454. Dev.CD Apr 9V
  30455. 67831X
  30456. Apr 94
  30457. sample
  30458. program
  30459. demonstrates
  30460. determine
  30461. sample
  30462. provides
  30463. interractive
  30464. demonstration
  30465. Summary: This developer note describes the latest model of the PowerBook 1400 computer. The note describes only the changes that make the new model different from its earlier counterparts.J
  30466. PB_190_5300RAMCard_Er.pdf
  30467. PowerBook_1400.pdf
  30468. PowerBook_1400_Addendum.pdf
  30469. PowerBook_2400c.pdf
  30470. PowerBook_3400.pdf
  30471. PowerBook_5300.pdf
  30472. PowerBook_Duo_2300c.pdf
  30473. PowerBook_Processor_Upg.pdfK
  30474. Sep 97M
  30475. Acrobat Reader.N
  30476. PowerBook 1400O|Dev.CD Sep 00 RL Disk 1:Technical Documentation:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:P
  30477. Dev.CD Sep 00 RL Disk 1
  30478.  - Technical Documentation
  30479.  - Technical Publications
  30480.  - hardware
  30481.  - Developer_Notes
  30482.  - Macintosh_CPUs-PPC_PortableV
  30483. 68530X
  30484. Sep 00^    RL Disk 1
  30485. e    No Change
  30486. nager
  30487. http://developer.apple.com/sdk
  30488. Dev.CD Jul 00 SDK1
  30489. All Packages
  30490. PowerMacOr68K
  30491. 67276X
  30492. ducts.
  30493. Contains a new version of ALM (2.0.1) for developer use.
  30494. 65016X
  30495. 1e    No Change
  30496. NoPowerOffKey is a sample extension to disable the power-off key.
  30497. Starting with System 7.5, you can turn off power by pressing the power key, just as you turn on the Macintosh by pressing the power key.  This behavior isn't appropriate for some classroom or kiosk settings.  
  30498. Starting with System 7.5.3, there is a programmatic way to turn off the power-off key behavior.  This sample uses that call if it is available.  This is the technique recommended by DTS. 
  30499. However if the call is unavB
  30500. ailable, the sample patches Alert.  NOTE: DTS does NOT recommend the patch on Alert, but realizes there may be an unavoidable reason to consider it.
  30501. JvNoPowerOffKey
  30502. PatchPowerOff.c
  30503. PatchPowerOff.h
  30504. PatchPowerOff.r
  30505. PatchPowerOff.rsrc
  30506. PatchPowerOff68K.
  30507. ReadMe
  30508. ShowIcon7.cM
  30509. System 7.5N
  30510. Power Key, kiosk, NoPowerOffKeyOUDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:NoPowerOffKey:
  30511. --set theItem to choose file -- uncomment to test in an AS editor
  30512.     tell application "Finder"
  30513.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:DumpNetworkSetup:"
  30514.         activate
  30515.     end tell
  30516. on error errMsg number errNum
  30517.     --enter statements to perform when no records are found such as...
  30518.     display dialog "Sorry, the item you selected could not be found."
  30519.     return
  30520. end try
  30521. end try
  30522. Deletedf#Apple news
  30523. Apple Developer Newsq
  30524. Dev.CD May 98 TC
  30525. ;D!All Packages
  30526. Tool Chest Edition
  30527. Apple Directions 1995
  30528. chinese
  30529. simplified
  30530. 2-1.1.3
  30531. chinese
  30532. traditional
  30533. 1.1.3
  30534. clipboard
  30535. clipboard
  30536. magician
  30537. clutbuilder
  30538. clutbuilder
  30539. clutbuilder
  30540. codev
  30541. marketing{
  30542. marketplace
  30543. markets
  30544. markpascal
  30545. marks
  30546. maroney
  30547. marquee
  30548. marriott
  30549. martin
  30550. martin-gilles
  30551. nter statements to perform when no records are found such as...
  30552.     display dialog "Sorry, the item you selected could not be found."
  30553.     return
  30554. end try
  30555. All Packages
  30556. F    PowerTalkO
  30557. Dev.CD Apr 95
  30558. Dev.CD Jan 95P
  30559. Dev.CD Apr 95
  30560. Dev.CD Jan 9V
  30561. 67297X
  30562. Apr 95
  30563. p--set theItem to choose file -- uncomment to test in an AS editor
  30564.     tell application "Finder"
  30565.         open item "Dev.CD Apr 95
  30566. Dev.CD Jan 95"
  30567.         activate
  30568.     end tell
  30569. on error errMsg number errNum
  30570.     --enter statements to perform when no records are found such as...
  30571.     display dialog "Sorry, the item you selected could not be found."
  30572.     return
  30573. end try
  30574. All Packages
  30575. F    PowerTalkO
  30576. Dev.CD Apr 95
  30577. Dev.CD Jan 95P
  30578. Dev.CD Apr 95
  30579. Dev.CD Jan 9V
  30580. 67298X
  30581. Apr 95
  30582. 69329X
  30583. Nov 99^
  30584. r--set theItem to choose file -- uncomment to test in an AS editor
  30585.     tell application "Finder"
  30586.         open item "Dev.CD Nov 99 TC:Sample Code:"
  30587.         activate
  30588.     end tell
  30589. on error errMsg number errNum
  30590.     --enter statements to perform when no records are found such as...
  30591.     display dialog "Sorry, the item you selected could not be found."
  30592.     return
  30593. end try
  30594. Deletedq
  30595. Dev.CD Nov 99 TC
  30596. D!All Packages
  30597. Tool Chest Edition
  30598. Snippets - Printing
  30599. (** = new, * = revised)
  30600. Dashed Lines:  This sample demonstrates how to draw dashed line objects on PostScript printers. This simple example does not deal with QuickDraw printers, on which it draws solid black lines.
  30601. Dashed-capped Lines:  This sample demonstrates how to draw dashed line objects on PostScript printers. In this case, they are capped PostScript lines. I use round caps, which means that the ends of the lines are rounded. This simple example does not deal with QuickDraw
  30602. GrayT
  30603. Dev.CD Nov 00 TC Disk 1
  30604. All Packages
  30605. New & RevisedF
  30606. FloatingWindowIqJust a simple sample to demonstrate that floating windows are very easy to implement on Mac OS X using Nib files.Jk.DS_Store
  30607. build
  30608. English.lproj
  30609. FloatingWindow.app
  30610. FloatingWindow.c
  30611. FloatingWindow.pbproj
  30612. Main.nib
  30613. ReadMe.rtfK
  30614. Nov 00M"Project Builder, Mac OS X or laterN
  30615. Floating Window, nibOKDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:FloatingWindow:PSDev.CD Nov 00 TC Disk 1
  30616.  - Sample Code
  30617.  - Human Interface Toolbox
  30618.  - FloatingWindowV
  30619. 68548X
  30620. Nov 00^    TC Disk 1b
  30621. --set theItem to choose file -- uncomment to test in an AS editor
  30622.     tell application "Finder"
  30623.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:FloatingWindow:"
  30624.         activate
  30625.     end tell
  30626. on error errMsg number errNum
  30627.     --enter statements to perform when no records are found such as...
  30628.     display dialog "Sorry, the item you selected could not be found."
  30629.     return
  30630. end try
  30631. movieproc
  30632. movieproc
  30633. movieproc
  30634. moviesp
  30635. movieshop
  30636. moviestuff
  30637. moviestuff
  30638. moviestuff
  30639. movietoaiff
  30640. movietoaiff
  30641. movietoaiff
  30642. movietoaiff
  30643. movietoaiff
  30644. moving
  30645. moving
  30646. source
  30647. powerpc
  30648. threaded
  30649. threaded
  30650. player
  30651. player
  30652. mp3player
  30653. mp3player
  30654. mpblitter
  30655. mpblitter
  30656. mpblitter
  30657. mpdelayuntiltest
  30658. mpdelayuntiltest
  30659. mpdelayuntiltest
  30660. mpfilecopy
  30661. mpfilecopy
  30662. mpfilecopy
  30663. mpfilecopy-ppc
  30664. mphelloworld
  30665. mphelloworld
  30666. pascal
  30667. mping
  30668. mpperiodicaltest
  30669. mpperiodicaltest
  30670. mpperiodicaltest
  30671. program
  30672. goodies
  30673. extractors
  30674. fadescreen
  30675. fadescreen
  30676. fadescreen
  30677. failure
  30678. failure
  30679. fastdither
  30680. fastdither
  30681. MMSystem 7.0 or later.  Power Macintosh required for native translator support.N,Translation, Macintosh Easy Open, TranslatorOADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:PFDev.CD Apr 98 SDK1
  30682.  - Development Kits (Disc 1)
  30683.  - Macintosh Easy OpenlotIcons.cM
  30684. System 7N
  30685. popup, icon utilitiesOFDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Icon Play:PNDev.CD Nov 00 TC Disk 1
  30686.  - Sample Code
  30687.  - Human Interface Toolbox
  30688.  - Icon PlayV
  30689. 66980X
  30690. Nov 00^    TC Disk 1
  30691. --set theItem to choose file -- uncomment to test in an AS editor
  30692.     tell application "Finder"
  30693.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Icon Play:"
  30694.         activate
  30695.     end tell
  30696. on error errMsg number errNum
  30697.     --enter statements to perform when no records are found such as...
  30698.     display dialog "Sorry, the item you selected could not be found."
  30699.     return
  30700. end try
  30701. e    No Changef
  30702. popup
  30703. icon utilitiesq
  30704. Dev.CD Nov 00 TC Disk 1
  30705. All Packages
  30706. 66981X
  30707. speechmessage
  30708. speechmessage
  30709. speechrecogmgr
  30710. speechrecognition
  30711. speechrecognition
  30712. spellswell
  30713. spellswell
  30714. spellswell
  30715. sphere
  30716. splasher
  30717. splasher
  30718. splasher
  30719. splasher
  30720. splashwindow
  30721. splashwindow
  30722. splashwindow
  30723. spooler
  30724. sprite
  30725. sprite
  30726. spritedemoapp
  30727. spritedemoapp
  30728. spritemgrt
  30729. spritemgr
  30730. spritemgr
  30731. spritemgr
  30732. spritemgr
  30733. spritemgr
  30734. spritesp
  30735. spriteworld
  30736. spriteworld
  30737. examples
  30738. spriteworld
  30739. files
  30740. sprocket
  30741. sprocket
  30742. sprocket
  30743. sprocketinavders
  30744. sprocketinavders
  30745. sprocketinvaders
  30746. sprocketinvaders
  30747. sprocketinvaders
  30748. sprocketinvaders
  30749. sprocketmain
  30750. sprocketmain
  30751. sprockets
  30752. sprocketsample
  30753. sprocketsample
  30754. sprocketsample
  30755. sprocketsample
  30756. sprocketsample
  30757. change
  30758.   Therefore, this extension exists.  Drop it into your system folder and restart.
  30759. Version 1.2 fixes a minor concern, removes one line of assembly, and adds a Finder help string, so that turning on balloon help and pointing at this extension exp
  30760. --set theItem to choose file -- uncomment to test in an AS editor
  30761.     tell application "Finder"
  30762.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:RAMDisk:"
  30763.         activate
  30764.     end tell
  30765. on error errMsg number errNum
  30766.     --enter statements to perform when no records are found such as...
  30767.     display dialog "Sorry, the item you selected could not be found."
  30768.     return
  30769. end try
  30770. nges to PAP.h and PAP.p.
  30771. JTPAP Client - Read Me First
  30772. PAP Client Interface
  30773. PAP.a.o
  30774. PAP.h
  30775. PAP.p
  30776. PAPWorkStation.oK
  30777. Apr 96L
  30778. Oct 96N
  30779. Print, AppleTalk, PAPOLDev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:PQDev.CD Apr 98 SDK1
  30780.  - Development Kits (Disc 1)
  30781.  - Macintosh PAP Client Interfaceliably get line numbers. To do so, move the 
  30782. MRJ Symantec JITC
  30783.  library from the 
  30784. MRJ Libraries
  30785.  folder to somewhere outside the System Folder.
  30786. MRJLib contains user breaks (warnings) that MRJ will generate when it detects it has enter
  30787. deleted
  30788. moved
  30789. Mar 99
  30790. developer
  30791. documentation
  30792. detailing
  30793. detailsR
  30794. detect
  30795. detecting
  30796. detection
  30797. detective
  30798. detectory
  30799. detectorsy
  30800. detects
  30801. determination
  30802. determine
  30803. determines
  30804. determining
  30805. devanagari
  30806. developb
  30807. algorithmj
  30808. algorithms
  30809. aliasf
  30810. alias-to-fsspecf
  30811. aliasesf
  30812. aliens
  30813. aligned
  30814. alignment
  30815. alive{
  30816. source
  30817. included
  30818.  Staking Your Claim on the Internet Frontier
  30819. Special Marketing Report: Programmer, Get Thee to the Internet!
  30820. April 1995 Apple Directions Articles
  30821. News Section: News (OpenDoc Slated For Fall; Pioneer Licenses Mac OS; QuickTime Suit Details; QuickTime for Free; Mac OS Brand Momentum; MAE 2.0); Strategy Mosaic (Portrait of the Future: Learning, part 1); Editor's Note (Real Virtual Reality); IndustryWatch.
  30822. Technology: News (OpenDoc Classes; MPW Pro and ETO #16); CD Highlights; Human Interfa
  30823. ce (Disambiguator, pt. 2); Macintosh Programmer's Toolbox Assistant.
  30824. Market Research Monthly (Developers Confident); Marketing Feature (Soul of the New Macintosh).
  30825. Requires Adobe Acrobat Reader.
  30826. This is final draft copy from the February Apple Directions, 
  30827.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  30828. March 1995 Apple Directions Articles
  30829. News: Apple N
  30830. All Packages
  30831. QuickDraw GXO#Dev.CD Aug 96 TC
  30832. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  30833. Dev.CD Jan 96 SDKV
  30834. 69056X
  30835. Aug 96
  30836. x--set theItem to choose file -- uncomment to test in an AS editor
  30837.     tell application "Finder"
  30838.         open item "Dev.CD Aug 96 TC
  30839. Dev.CD Jan 96 SDK1"
  30840.         activate
  30841.     end tell
  30842. on error errMsg number errNum
  30843.     --enter statements to perform when no records are found such as...
  30844.     display dialog "Sorry, the item you selected could not be found."
  30845.     return
  30846. end try
  30847. All Packages
  30848. QuickDraw GXO#Dev.CD Aug 96 TC
  30849. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  30850. Dev.CD Jan 96 SDKV
  30851. 69057X
  30852. Aug 96
  30853. All Packages
  30854. QuickDraw GXO
  30855. Dev.CD Aug 96 TCP
  30856. Dev.CD Aug 96 TV
  30857. 69104X
  30858. Aug 96
  30859. e--set theItem to choose file -- uncomment to test in an AS editor
  30860.     tell application "Finder"
  30861.         open item "Dev.CD Aug 96 TC"
  30862.         activate
  30863.     end tell
  30864. on error errMsg number errNum
  30865.     --enter statements to perform when no records are found such as...
  30866.     display dialog "Sorry, the item you selected could not be found."
  30867.     return
  30868. end try
  30869. All Packages
  30870. QuickDraw GXO
  30871. Dev.CD Aug 96 TCP
  30872. Dev.CD Aug 96 TV
  30873. 69105X
  30874. Aug 96
  30875. e--set theItem to choose file -- uncomment to test in an AS editor
  30876.     tell application "Finder"
  30877.         open item "Dev.CD Aug 96 TC"
  30878.         activate
  30879.     end tell
  30880. on error errMsg number errNum
  30881.     --enter statements to perform when no records are found such as...
  30882.     display dialog "Sorry, the item you selected could not be found."
  30883.     return
  30884. end try
  30885. All Packages
  30886. QuickDraw GXO
  30887. Dev.CD Aug 96 TCP
  30888. Dev.CD Aug 96 TV
  30889. 69106X
  30890. geticonsuitefromfind
  30891. getinfo
  30892. getinfo
  30893. getkeys
  30894. getlastchange
  30895. getmfsize
  30896. getmode
  30897. getmode
  30898. getpppstatus
  30899. getpppstatus
  30900. getpppstatus
  30901. getpppstatus
  30902. getpppstatus
  30903. readme
  30904. getsetoptions
  30905. getsetoptions
  30906. getsetoptions
  30907. getsetoptions
  30908. getting
  30909. getting
  30910. started
  30911. gettoolconfig
  30912. gettoolconfig
  30913. gettoolconfig
  30914. gettoolconfig
  30915. getvinfo
  30916. getvinfo
  30917. getvol
  30918. getvol
  30919. newformat
  30920. getvolumes
  30921. getvolumes
  30922. gif89a
  30923. gimedapalette
  30924. gimedapalette
  30925. gimedapalette&sound
  30926. gimedapalette&sound
  30927. gimedapalette&sound
  30928. gimedapalette&sound
  30929. global
  30930. global
  30931. globallist
  30932. globallist
  30933. globalmaster
  30934. globalmaster
  30935. globals
  30936. globals
  30937. globals
  30938. hicimporter
  30939. graphicimporter
  30940.     EBe or is it hokum? Only your branch prediction unit knows for sure.
  30941. JBdevelop Issue 20
  30942. develop Issue 20 code
  30943. develop Issue 20 referencesK
  30944. Vol IIIL
  30945. Jun 95OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 20:PQDev.CD Sep 00 RL Disk 1
  30946.  - Technical Documentation
  30947.  - Develop
  30948.  - develop Issue 20o test in an AS editor
  30949.     tell application "Finder"
  30950.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MPW:Remove VMS Version Numbers:"
  30951.         activate
  30952.     end tell
  30953. on error errMsg number errNum
  30954.     --enter statements to perform when no records are found such as...
  30955.     display dialog "Sorry, the item you selected could not be found."
  30956.     return
  30957. end try
  30958. e    No Changef2MPW
  30959. version numbers
  30960. Remove VMS Version Numbersq
  30961. Dev.CD Nov 00 TC Disk 2
  30962. All Packages
  30963. Report Error 2.0V
  30964. 67602X
  30965. rogramming examples. Topics discussed include handling events in response to Display Manager changes, determining the characteristics of video 
  30966. formattedi
  30967. formatters
  30968. formatting
  30969. formerlyj
  30970. formerly
  30971. appearance
  30972. contextual
  30973. menumanager
  30974. formrelativeposition
  30975. formsU
  30976. formulate
  30977. forrest
  30978. forth
  30979. fortran
  30980. fortune
  30981. forward
  30982. forwarders
  30983. forwards
  30984. found^
  30985. foundation
  30986. foundation
  30987. reference
  30988. foundation's
  30989. fourg
  30990. four-banger
  30991. four-byte
  30992. four-color
  30993. four-dimensional
  30994. fourier
  30995. fourth
  30996. fpoint
  30997. simple
  30998. application
  30999. designed
  31000. allow
  31001. fragments
  31002. f--set theItem to choose file -- uncomment to test in an AS editor
  31003.     tell application "Finder"
  31004.         open item "Dev.CD Jun 97 SSW"
  31005.         activate
  31006.     end tell
  31007. on error errMsg number errNum
  31008.     --enter statements to perform when no records are found such as...
  31009.     display dialog "Sorry, the item you selected could not be found."
  31010.     return
  31011. end try
  31012. hwindowide
  31013. draghook
  31014. hypercardn
  31015. hypercard
  31016. update
  31017. hypercard
  31018. balloons
  31019. hypercard
  31020. player
  31021. stacks
  31022. hypercard
  31023. variable
  31024. button
  31025. field
  31026. instance
  31027. variables
  31028. global
  31029. hypercard
  31030. showballoon
  31031. e Layout: Bending the Rules by Daniel I. Lipton.  The typographic capabilities of QuickDraw GX are without peer, but until now drawing that beautiful text along an arbitrary path took a concerted effort. Here
  31032. s a library that makes it easy to do.
  31033. MacApp Debugging Aids by Conrad Kopala.  Programming with a framework saves time and effort, but debugging 
  31034. QuickDraw GXO
  31035. Dev.CD Aug 96 TCP
  31036. Dev.CD Aug 96 TV
  31037. 65845X
  31038. Aug 96
  31039. apple
  31040. setup
  31041. modified
  31042. apple
  31043. apple
  31044. international
  31045. glossar
  31046. apple
  31047. apple
  31048. standards
  31049. apple
  31050. styleguide00
  31051. apple
  31052. profiler
  31053. 1.3.1
  31054. apple
  31055. profiler
  31056. 1.3.1
  31057. apple
  31058. telecom
  31059. software
  31060. nocopyreceives
  31061. non-mpw
  31062. nonthreadedprogress
  31063. nonthreadedprogress
  31064. nopoweroffkey
  31065. noresdialog
  31066. noresdialog
  31067. noresdialog
  31068. noresdialog
  31069. noresdialog
  31070. noresdialog
  31071. 1.5.1
  31072. first
  31073. library
  31074. plugins
  31075. nubus
  31076. nubus
  31077. board
  31078. registration
  31079. object
  31080. objectcode
  31081. objecthelpers
  31082. objecthelpers
  31083. objecthelpers
  31084. objectppc
  31085. objects
  31086. objects68k
  31087. objectsppc
  31088. objectsupportlib
  31089. obsolete
  31090. obsolete
  31091. pre-asip
  31092. obsolete&unsupported
  31093. obtain
  31094. &D!All Packages
  31095. Tool Chest Edition
  31096. PeopleSoft/Apple White Paper
  31097. Summary:  Apple and PeopleSoft have launched a partnership that will deliver PeopleSoft applications that run on the Macintosh Operating System.  This document is a Technical White Paper that describes the partnership, the product and the direction PeopleSoft is heading.
  31098. Peoplesoft & Apple White PaperK
  31099. Dec 95L
  31100. Feb 97O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  31101.  - Programs & MarketingV
  31102. 68877X
  31103. May 98^
  31104. TCsted with up to 8.5.1 successfully).
  31105. This code is provided 
  31106. as is
  31107. , and Apple Computer, Inc. makes no claims about its  suitability for use in any application. AutoGuest patches Mac OS system routines, so you should install it only when necessary. 
  31108. Third Party Compatibility
  31109. AutoGuest INIT 2.x was not compatible with Connectix Speed Doubler
  31110.  8.x. The symptom is that applications can link from the foreground only. Speed Doubler
  31111.  is not at fault, it is a side effect of the way AutoGuest INI
  31112. 68220X
  31113. Nov 00^    TC Disk 1
  31114. --set theItem to choose file -- uncomment to test in an AS editor
  31115.     tell application "Finder"
  31116.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:"
  31117.         activate
  31118.     end tell
  31119. on error errMsg number errNum
  31120.     --enter statements to perform when no records are found such as...
  31121.     display dialog "Sorry, the item you selected could not be found."
  31122.     return
  31123. end try
  31124. e    No Changeq
  31125. Dev.CD Nov 00 TC Disk 1
  31126. All Packages
  31127. ADB Key Spy 1.0.1b3
  31128. YSummary:  This package provides something of a replacement for GetKeys by maintaining a key map reflecting the state of each keyboard attached to the Mac via ADB.
  31129.  building a system extension
  31130.  using the ADB API
  31131.  "patching" ADB service routines
  31132.  building, installing, and using a driver
  31133.  mapping physical key codes to virtual key codes
  31134. Nov 95L
  31135. May 97V
  31136. 68221X
  31137. 1e    No Change
  31138. 68389X
  31139. Nov 00^    TC Disk 1
  31140. --set theItem to choose file -- uncomment to test in an AS editor
  31141.     tell application "Finder"
  31142.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Concordia:"
  31143.         activate
  31144.     end tell
  31145. on error errMsg number errNum
  31146.     --enter statements to perform when no records are found such as...
  31147.     display dialog "Sorry, the item you selected could not be found."
  31148.     return
  31149. end try
  31150. e    No Changef
  31151. proportional
  31152. scrollingq
  31153. Dev.CD Nov 00 TC Disk 1
  31154. ContextualMenuManagerSDK 1.0.3
  31155. Formerly part of Appearance SDK, Contextual MenuManager now makes its appearance on its own.
  31156. CMM is a Mac OS
  31157.  technology which allows the user to perform operations on application data in a context-sensitive manner. Along with the Mac OS extension, documentation, and sample code, this SDK contains two sample CMM plug-in projects and headers and stub libraries, some of which are not present in Universal Headers.
  31158. Headers.
  31159. }This little application includes code to allow you to detect whether or not the Shell Window is "rolled up" by WindowShade.  How do you do this?  You check the window's contRgn.  If the contRgn is empty, then the window is shaded.  You'll note that the grafPort is unchanged by WindowShade, so if you need to save window dimensions, you can grab that information from the portRect.
  31160. JRShadingWinds(PPC)
  31161. ShadingWinds.c
  31162. ShadingWinds.h
  31163. ShadingWinds.mcp
  31164. ShadingWinds.rsrcOIDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ShadingWinds:PQDev.CD Nov 00 TC Disk 1
  31165.  - Sample Code
  31166.  - Human Interface Toolbox
  31167.  - ShadingWindsapalette
  31168. gimedapalette
  31169. gimedapalette&sound
  31170. gimedapalette&sound
  31171. gimedapalette&sound
  31172. gimedapalette&sound
  31173. global
  31174. global
  31175. globallist
  31176. globallist
  31177. globalmaster
  31178. globalmaster
  31179. globals
  31180. globals
  31181. globals
  31182. hicimporter
  31183. graphicimporter
  31184. buildingV
  31185. building
  31186. system
  31187. extensionV
  31188. building
  31189. installing
  31190. using
  31191. driverV
  31192. builds{
  31193. builds
  31194. windows
  31195. application
  31196. built
  31197. built-in
  31198. bulletproof
  31199. bullets
  31200. bunch
  31201. bundle
  31202. bundled
  31203. bundleservices
  31204. bunker
  31205. buses
  31206. business{
  31207. businesses
  31208. quicktime
  31209. oughta
  31210. pictures
  31211. guillermo
  31212. ortiz
  31213. quicktime
  31214. provides
  31215. functions
  31216. allow
  31217. create
  31218. quicktime
  31219. quicktime
  31220. includes
  31221. quicktime
  31222. javad
  31223. quicktime
  31224. windows
  31225. includes
  31226. quicktime
  31227. uicktime-enabled
  31228. quicktime-readable
  31229. quicktime/mac
  31230. quicktimesdk
  31231. quicktimevr
  31232. quinn
  31233. quite
  31234. quitting
  31235. quoted
  31236. quoting
  31237. qwerty
  31238. races
  31239. radcliffe
  31240. radically
  31241. radio
  31242. radiostation
  31243. radiostation
  31244. small
  31245. functional
  31246. streaming
  31247. server
  31248. raises
  31249. expansion
  31250. ramifications
  31251. ramps
  31252. randall
  31253. random
  31254. range
  31255. rangingw
  31256. looney
  31257. Two-column LDEF code resource looks for a comma in the text of each cell and draws the text that follows the comma half-way across the cell
  31258. so a cell containing the text
  31259. +--------------+
  31260. | abc,def      |
  31261. +--------------+
  31262. will instead appear as
  31263. +--------------+
  31264. | abc   def    |
  31265. +--------------+
  31266. To see this LDEF in action, paste it into the ModalList sample program and recompile the program so that the LNew call uses the definition procedure 128 rather than 0
  31267. J/TwoColLDEF.c
  31268. TwoColLDEF.rsrc
  31269. TwoColumn LDEF.mcpOKDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:TwoColumn LDEF:PSDev.CD Nov 00 TC Disk 1
  31270.  - Sample Code
  31271.  - Human Interface Toolbox
  31272.  - TwoColumn LDEF
  31273. create
  31274. needs
  31275. Disable Power Off Key:  Extension demonstrating how to disable power key for turning off mac
  31276. ware.
  31277. SetupGL also has some unique features:
  31278. - The texture RAM variable in the structGLInfo allows you to specify an amount of texture memory, over and above the buffer requirements, that the device must have to satisfy your requirements.  This allows you to pick a maximum resolution and bit depth and allow SetupGL to find the resolution and bit depth that can actually be used while maintaining the requested amount of VRAM.  This is done by setting fDepthMust and fSizeMust to false on ent
  31279. ry, which allows SetupGL to set down in resolutions and pixel depths to get a match.
  31280. - It allows specification of a screen device to try first by enumeration of the screens.  -1 indicates the main screen.  Other screens are enumerated in order returned by DMGetFirstScreenDevice and DMGetNextScreenDevice with 0 being the first screen returned.  If allocations on the desired screen fails SetupGL will automatically check the other screens.
  31281. - SetupGL provides the function BuildGLFromWindow a
  31282. offscreen
  31283. offscreen
  31284. offscreen
  31285. offscreen
  31286. offscreen
  31287. offscreen
  31288. offscreen
  31289. offscreen
  31290. region
  31291. offscreencontrol
  31292. offscreencontrol
  31293. offscreencontrolupda
  31294. offscreencontrolupda
  31295. offscreencontrolupda
  31296. offscreencontrolupda
  31297. offscreencontrolupda
  31298. oldbitmap
  31299. oldbitmap
  31300. oldbitmap
  31301. oldies
  31302. ooptesample
  31303. ooptesample
  31304. openz
  31305. install
  31306. browser
  31307. beginz
  31308. first
  31309. browser
  31310. transport
  31311. debug
  31312. transport
  31313. opencheckedout
  31314. opendoc
  31315. latest
  31316. specification
  31317. profiles
  31318. latitude
  31319. latter
  31320. hints
  31321. historically
  31322. history
  31323. hitec
  31324. hittin
  31325. hitting
  31326. hmshowballoon
  31327. hoddie
  31328. hokum
  31329. holcomb
  31330. holding
  31331. holdsy
  31332. holiday{
  31333. holland
  31334. hooking
  31335. hooks
  31336. hooper
  31337. hot-spot-specific\
  31338. hotchkiss
  31339. hotrect
  31340. hotsauce
  31341. hours
  31342. hours/minutes
  31343. house
  31344. parserW
  31345. parsing
  31346. partO
  31347. links
  31348. links
  31349. links
  31350. partmaker
  31351. partmaker
  31352. partmaker
  31353. readme
  31354. parts
  31355. pascal
  31356. pascal
  31357. sample
  31358. password
  31359. interface
  31360. patches
  31361. patchpoweroff
  31362. patchpoweroff
  31363. patchpoweroff
  31364. patchpoweroff
  31365. patchpoweroff
  31366. patchpoweroff68k
  31367. 5300ramcard
  31368. pbclock
  31369. pbproj
  31370. picker
  31371. picts
  31372. pictinfotest
  31373. pitfalls
  31374. pixel
  31375. platformsQ
  31376. platforms
  31377. toolsQ
  31378. play1
  31379. --set theItem to choose file -- uncomment to test in an AS editor
  31380.     tell application "Finder"
  31381.         open item "Dev.CD Apr 94
  31382. Dev.CD Jan 94
  31383. Dev.CD Oct 93
  31384. Dev.CD Jul 93
  31385. Dev.CD Apr 93"
  31386.         activate
  31387.     end tell
  31388. on error errMsg number errNum
  31389.     --enter statements to perform when no records are found such as...
  31390.     display dialog "Sorry, the item you selected could not be found."
  31391.     return
  31392. end try
  31393. panels
  31394. panes
  31395. panorama
  31396. panoramas
  31397. panoramic
  31398. paper{
  31399. papworkstation
  31400. parade
  31401. paradigms
  31402. paragraph
  31403. parallels
  31404. parametera
  31405. parameters
  31406. paramount
  31407. introduction
  31408. quicktime
  31409. partial
  31410. participation
  31411. preferences
  31412. preferences
  31413. preferences
  31414. preferencesdialogwin
  31415. preferencesdialogwin
  31416. preferencesdialogwin
  31417. prefixm
  31418. prefix
  31419. prefsv
  31420. prefs
  31421. system
  31422. prefs
  31423. prefs
  31424. premixer
  31425. preview
  31426. previous
  31427. primer
  31428. print
  31429. print
  31430. print
  31431. multipage
  31432. print
  31433. multipage
  31434. print
  31435. multipage
  31436. print
  31437. print
  31438. total
  31439. pages
  31440. print2
  31441. printaetypes
  31442. printaetypes
  31443. printclippedoffscree
  31444. printclippedoffscree
  31445. printclippedoffscree
  31446. printcomments
  31447. printcomments
  31448. email
  31449. embed
  31450. cdent
  31451. cdeve
  31452. cdevse
  31453. cdk's
  31454. cdromdrivecheck
  31455. cdtool
  31456. celestial
  31457. celik
  31458. print
  31459. record
  31460. mybuildmenu
  31461. mycomponent
  31462. mycomponent
  31463. mycomponent
  31464. mycomponent
  31465. mycomponent
  31466. mycomponent
  31467. mycomponentroutines
  31468. mycomponentroutines
  31469. mycomponentroutines
  31470. mycustomportscanner
  31471. mycustomportscanner
  31472. mydeviceloop
  31473. mydeviceloop
  31474. mydeviceloop
  31475. mydeviceloop
  31476. mydialog
  31477. mydialog
  31478. mydialog
  31479. myenetdriver
  31480. myenetdriver
  31481. myhelpmenu
  31482. myhelpmenu
  31483. myhelpmenu
  31484. myhelpmenu
  31485. myhelpmenu
  31486. myhelpmenu
  31487. mylistdef
  31488. mylistdef
  31489. myportcalls
  31490. myportcalls
  31491. myportcalls
  31492. myportmodule
  31493. myportmodule
  31494. myquicktakeapp
  31495. myquicktakeapp
  31496. 1.0.1tc7
  31497. myquicktakeapp
  31498. 1.0.2
  31499. myregistercomponent
  31500. myregistercomponent
  31501. 65142X
  31502. Nov 00^    TC Disk 1
  31503. e    No Change
  31504. Standard File, replace hookOHDev.CD Nov 00 TC Disk 1:Sample Code:Files:Standard File:CustomPutAppend:PSDev.CD Nov 00 TC Disk 1
  31505.  - Sample Code
  31506.  - Files
  31507.  - Standard File
  31508.  - CustomPutAppendV
  31509. 68422X
  31510. Nov 00^    TC Disk 1
  31511. --set theItem to choose file -- uncomment to test in an AS editor
  31512.     tell application "Finder"
  31513.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:Standard File:CustomPutAppend:"
  31514.         activate
  31515.     end tell
  31516. on error errMsg number errNum
  31517.     --enter statements to perform when no records are found such as...
  31518.     display dialog "Sorry, the item you selected could not be found."
  31519.     return
  31520. end try
  31521. e    No Changef
  31522. Standard File
  31523. replace hook
  31524. drawtextcodec
  31525. drawtextcodec
  31526. drawtextcomponent
  31527. drawtextcomponent
  31528. drawtextcompress
  31529. drawtextcompress
  31530. drawtextdecompress
  31531. drawtextdecompress
  31532. Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:V
  31533. 63725X
  31534. 1e    No Change
  31535. dex.html
  31536. ye    No Changef!Process Manager
  31537. 'quit' AppleEventq
  31538. Dev.CD Nov 00 TC Disk 2
  31539. All Packages
  31540. QwertytunesIlQwertytunes is a small application which lets you play MIDI devices using a standard alphanumeric keyboard.
  31541. YBigEasy2.c
  31542. BigEasy2.h
  31543. BigEasyDialogs.c
  31544. BigEasyDialogs.h
  31545. BigEasyGrafish.c
  31546. BigEasyGrafish.h
  31547. BigEasyTextish.c
  31548. BigEasyTextish.h
  31549. BigEasyUtils.c
  31550. BigEasyUtils.h
  31551. IconUtilsPriv.h
  31552. MIDIGlue.
  31553. Qwertytunes - Read Me
  31554. Qwertytunes - Read Me.txt
  31555. Qwertytunes 0.6
  31556. Qwertytunes Filing.c
  31557. Qwertytunes Filing.h
  31558. Qwertytunes.c
  31559. Qwertytunes.h
  31560. Qwertytunes
  31561. Qwertytunes
  31562. .rsrc
  31563. May 93M
  31564. MIDI manager
  31565. MIDIO9Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:Qwertytunes:PADev.CD Nov 00 TC Disk 2
  31566.  - Sample Code
  31567.  - Overview
  31568.  - QwertytunesV
  31569. 69217X
  31570. Nov 00^    TC Disk 2
  31571. e    No Change
  31572. --set theItem to choose file -- uncomment to test in an AS editor
  31573.     tell application "Finder"
  31574.         open item "Dev.CD Apr 94
  31575. Dev.CD Jan 94
  31576. Dev.CD Oct 93
  31577. Dev.CD Jul 93"
  31578.         activate
  31579.     end tell
  31580. on error errMsg number errNum
  31581.     --enter statements to perform when no records are found such as...
  31582.     display dialog "Sorry, the item you selected could not be found."
  31583.     return
  31584. end try
  31585. invalid
  31586. invaluable
  31587. invariably
  31588. inverse
  31589. inverse-wavelet-yuv
  31590. invert
  31591. inverted
  31592. invertedtext
  31593. inverts
  31594. invested
  31595. investigate
  31596. investigated
  31597. investigating
  31598. investigation
  31599. investment
  31600. investments{
  31601. invisible
  31602. invoke
  31603. invoked
  31604. involve
  31605. articles{
  31606. articulate
  31607. artwork
  31608. W boxes in the highlited state.
  31609. readme
  31610. WDEFColorSample
  31611. WDEFColorSample(PPC)
  31612. WDEFColorSample.c
  31613. WDEFColorSample.h
  31614. WDEFColorSample.mcp
  31615. WDEFColorSample.r
  31616. WDEFColorSample.rsrc
  31617. WDEFColorSampleWDEF.cW
  31618. revisedr
  31619. PackageTool is an application illustrating how to create application packages in Mac OS 9.  It provides a simple interface or converting correctly formatted folders into packages and vice versa.  Version 1.1 adds code that automatically creates a work-around for an alias manager bug so users may now place a package's main file in a package's root directory.  Version 1.2 adds Navigation Services support illustrating how you can use Navigation Services to select packages.
  31620. tasks illustrated B
  31621. include:
  31622. - how to create a package,
  31623. - how to detect a package,
  31624. includes a 'package document aware'  application sample (HTMLSample)
  31625. MakeFile
  31626. PackageTool
  31627. PackageTool.c
  31628. PackageTool.h
  31629. PackageTool.prj
  31630. PackageTool.r
  31631. PackageTool.rsrc
  31632. PackageUtils.c
  31633. PackageUtils.h
  31634. PackageWindow.c
  31635. PackageWindow.h
  31636. Re- C/F Registration Request
  31637. ReadMe
  31638. Sample Package
  31639. SimplePrefs.c
  31640. SimplePrefs.h
  31641. Utilities.c
  31642. Utilities.h
  31643. Dec 99OHDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PackageTool:
  31644. locale-sensitive
  31645. locales
  31646. localizable
  31647. localization
  31648. localize
  31649. localized
  31650. localizers
  31651. localizing
  31652. localtalkB
  31653. locate
  31654. located
  31655. locating
  31656. location
  31657. locations
  31658. locator
  31659. lock/unlock
  31660. locked
  31661. lockfile
  31662. locking
  31663. lockvol
  31664. logged
  31665. logging^
  31666. logic
  31667. looking
  31668. looks
  31669. lookup
  31670. lookupmenu
  31671. looming
  31672. looney
  31673. loose
  31674. lossiness
  31675. low-disk-space
  31676. low-level
  31677. lower-case
  31678. loyal{
  31679. 69719X
  31680. Jul 99^
  31681. --set theItem to choose file -- uncomment to test in an AS editor
  31682.     tell application "Finder"
  31683.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:"
  31684.         activate
  31685.     end tell
  31686. on error errMsg number errNum
  31687.     --enter statements to perform when no records are found such as...
  31688.     display dialog "Sorry, the item you selected could not be found."
  31689.     return
  31690. end try
  31691. Deletedf5Telephone Manager
  31692. Telephony
  31693. Analog
  31694. Phone
  31695. Dev.CD Jul 99 SDK1
  31696. All Packages
  31697. TESample
  31698. cTESample is an example application that demonstrates how to initialize the commonly used Toolbox managers, operate successfully under MultiFinder, handle desk accessories, and create, grow, and zoom windows.  It demonstrates fundamental TextEdit toolbox calls and TextEdit automatic scrolling, and it shows how to create and maintain scroll bar controls.
  31699. 69720X
  31700. 1e    No Change
  31701. Toolkits: be found."
  31702.     return
  31703. end try
  31704. NyNSL, SLP, DNS, LDAP, NBP, network,  TCP/IP search, browse Internet services, network administrator, domain, neighborhood.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:P?Dev.CD Oct 00 SDK1
  31705.  - Development Kits
  31706.  - Mac OS
  31707.  - NSL 1.1 SDKlse, a flavor of what Newton development is like.
  31708. Standalone Code on PowerPC  by Tim Nichols.   Standalone code is better and easier than ever before in the PowerPC environment.
  31709. Debugging on PowerPC  by Dave Falkenburg and Brian Topping.   It
  31710. s a whole 
  31711. new world in there, but your hard-won debugging skills still work.
  31712. Concurrent Programming With the Thread Manager  by Eric Anderson and Brad Post.   With both cooperative and preemptive threads, the possibilities provided by the new Thread Manager are nearly endless.
  31713. The Zen of Window Zooming  by Dean Yu.   Everybody does it, but many still don
  31714. t do it right. Dean has some code to help you out. 
  31715. Print Hints: Tracking QuickDraw GX Messages  by Pete (
  31716. ) Alexander.  MessageWatcher let
  31717. All Packages
  31718. QuickDraw GXO
  31719. Dev.CD Jun 97 SSWP
  31720. Dev.CD Jun 97 SSV
  31721. 69114X
  31722. Jun 97
  31723. f--set theItem to choose file -- uncomment to test in an AS editor
  31724.     tell application "Finder"
  31725.         open item "Dev.CD Jun 97 SSW"
  31726.         activate
  31727.     end tell
  31728. on error errMsg number errNum
  31729.     --enter statements to perform when no records are found such as...
  31730.     display dialog "Sorry, the item you selected could not be found."
  31731.     return
  31732. end try
  31733. D!All Packages
  31734. Mac OS SDK Edition
  31735. QuickDraw3D 1.6 SDK
  31736. QuickDraw 3D, a graphics library that can be used to define three-dimensional (3D) models, apply colors and other attributes to parts of the models, and create images of those models.  These capabilities can be used to develop a wide range of applications, including interactive three-dimensional modeling, simulation and animation, data visualization, computer-aided drafting and design, games, and many others.
  31737. 69115X
  31738. Deleted
  31739. etwork
  31740. setup
  31741. ottcpwilldial
  31742. JCheaders
  31743. QDesign Decom
  31744. QDesign_decomp readme
  31745. QDesign_decomp.
  31746. sourceOPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QT QDesign decomp:P[Dev.CD Nov 00 TC Disk 2
  31747.  - Sample Code
  31748.  - QuickTime
  31749.  - Music and Sound
  31750.  - QT QDesign decompV
  31751. 68975X
  31752. Nov 00^    TC Disk 2
  31753. --set theItem to choose file -- uncomment to test in an AS editor
  31754.     tell application "Finder"
  31755.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QT QDesign decomp:"
  31756.         activate
  31757.     end tell
  31758. on error errMsg number errNum
  31759.     --enter statements to perform when no records are found such as...
  31760.     display dialog "Sorry, the item you selected could not be found."
  31761.     return
  31762. end try
  31763. e    No Changeq
  31764. Dev.CD Nov 00 TC Disk 2
  31765. All Packages
  31766. F    QT3DTween
  31767. 68976X
  31768.  Nov 00 TC Disk 1:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:PVDev.CD Nov 00 TC Disk 1
  31769.  - Tool Chest
  31770.  - Devices
  31771.  - Apple Desktop Bus
  31772.  - ADBReInit 1.0V
  31773. 66596X
  31774. Nov 00^    TC Disk 1
  31775. e    No Change
  31776. All Packages
  31777. System 7 Tune-UpO
  31778. Dev.CD Sept 92
  31779. Dev.CD Aug 92P
  31780. Dev.CD Sept 92
  31781. Dev.CD Aug 9V
  31782. 69388X
  31783. Sept 9
  31784. q--set theItem to choose file -- uncomment to test in an AS editor
  31785.     tell application "Finder"
  31786.         open item "Dev.CD Sept 92
  31787. Dev.CD Aug 92"
  31788.         activate
  31789.     end tell
  31790. on error errMsg number errNum
  31791.     --enter statements to perform when no records are found such as...
  31792.     display dialog "Sorry, the item you selected could not be found."
  31793.     return
  31794. end try
  31795. All Packages
  31796. System 7 Tune-UpO
  31797. Dev.CD Sept 92
  31798. Dev.CD Aug 92P
  31799. Dev.CD Sept 92
  31800. Dev.CD Aug 9V
  31801. 69389X
  31802. Sept 9
  31803. q--set theItem to choose file -- uncomment to test in an AS editor
  31804.     tell application "Finder"
  31805.         open item "Dev.CD Sept 92
  31806. Dev.CD Aug 92"
  31807.         activate
  31808.     end tell
  31809. on error errMsg number errNum
  31810.     --enter statements to perform when no records are found such as...
  31811.     display dialog "Sorry, the item you selected could not be found."
  31812.     return
  31813. end try
  31814. Summary: This is the electronic version of develop magazine.
  31815.  Issue 14 highlights:
  31816. Writing Localizable Applications  by Joseph Ternasky and Bryan K. (
  31817. Beaker
  31818. ) Ressler.   Some real-world tips and tricks demonstrating 
  31819. global-aware
  31820.  text-handling techniques that will help you write more localizable applications.
  31821. 3-D Rotation Using a 2-D Input Device  by Michael Chen.   A user interface technique for intuitive rotation of 3-D objects using a 2-D input device like a mouse or pen.
  31822. Video D
  31823. igitizing Under QuickTime  by Casey King and Gary Woodcock.   Whether you
  31824. re developing a video digitizer, writing an application to control one, or just curious about how it all works, this will tell you what you need to know.
  31825. Making Better QuickTime Movies  by Kip Olson.   How to optimize your QuickTime movies for quality playback from CD-ROM.
  31826. Print Hints: Syncing Up With ColorSync  by John Wang.   All about ColorSync, Apple
  31827. s color matching technology.
  31828. Graphical Truffles: Four Common
  31829. openstep
  31830. openstep
  31831. documentation
  31832. applies
  31833. rhapsody
  31834. means
  31835. opentransport
  31836. openwindow
  31837. openwindow
  31838. source
  31839. sample
  31840. illustrating
  31841. operand
  31842. operate
  31843. operating
  31844. operation
  31845. operationsf
  31846. operator-defined
  31847. opf-opendoc
  31848. opportunities
  31849. opportunityy
  31850. opposite
  31851. optimal
  31852. optimization
  31853. optimizations
  31854. optimize
  31855. library
  31856. 4pmlibraryA
  31857. 4pmlibrary
  31858. 4pmlibrary
  31859. 5.0.7W
  31860. 5300ramcard
  31861. 6.3.3
  31862. performance
  31863.     PMDev.CD Nov 00 TC Disk 1
  31864.  - Sample Code
  31865.  - Human Interface Toolbox
  31866.  - SplasherV
  31867. 69360X
  31868. Nov 00^    TC Disk 1
  31869. --set theItem to choose file -- uncomment to test in an AS editor
  31870.     tell application "Finder"
  31871.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Splasher:"
  31872.         activate
  31873.     end tell
  31874. on error errMsg number errNum
  31875.     --enter statements to perform when no records are found such as...
  31876.     display dialog "Sorry, the item you selected could not be found."
  31877.     return
  31878. end try
  31879. e    No Changeq
  31880. Dev.CD Nov 00 TC Disk 1
  31881. All Packages
  31882. New & RevisedF
  31883. SpriteWorld
  31884. easily
  31885. unmount
  31886. eject
  31887. sharable
  31888. summary
  31889. validator
  31890. utility
  31891. testing
  31892. sierra/i
  31893. summary
  31894. versionedit
  31895. software
  31896. development
  31897. which
  31898. summary
  31899. simple
  31900. macintosh
  31901. application
  31902. supports
  31903. summary
  31904. vucollect
  31905. virtual
  31906. summary
  31907. pleased
  31908. provide
  31909. version
  31910. 1.5.1
  31911. intra
  31912. intranets
  31913. intricacies
  31914. intrinsic
  31915. intro
  31916. picker
  31917. system
  31918. update
  31919. taiwan
  31920. taiwan
  31921. chinese
  31922. option
  31923. 6.0.3
  31924. 0 or laterN
  31925. QuickTime, Sprite ToolboxOVDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:DesktopSprites:PaDev.CD Nov 00 TC Disk 2
  31926.  - Sample Code
  31927.  - QuickTime
  31928.  - Wired Movies and Sprites
  31929.  - DesktopSpritesV
  31930. 63567X
  31931. Nov 00^    TC Disk 2b
  31932. --set theItem to choose file -- uncomment to test in an AS editor
  31933.     tell application "Finder"
  31934.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:DesktopSprites:"
  31935.         activate
  31936.     end tell
  31937. on error errMsg number errNum
  31938.     --enter statements to perform when no records are found such as...
  31939.     display dialog "Sorry, the item you selected could not be found."
  31940.     return
  31941. end try
  31942. e finder info.
  31943. DateThing:  A sample of how to write one of those date things as in the General control panel.
  31944. Dialog popups:  snippet to demonstrate the use of the system 7 popup control cdef in modal dialogs
  31945. DialogBits:  This sample application shows how to deal with many of the most commonly asked questions about the Dialog Manager.
  31946. DragWindow INIT:  DragWindow INIT is an INIT which allows you to drag a whole window under the Finder, not just the outline.
  31947. DragWindowGrid:  Shows how 
  31948. to write a replacement DragWindow routine that constrains the window to a grid.
  31949. FindSysFolder:  In this code, the FindSysFolder returns the real vRefNum and dirID of the current System Folder. It uses the Folder Manager, if possible, or falls back to SysEnvirons.
  31950. GetDragHiliteColor:  This shows how to obtain the color that the Drag Manager uses to hilite regions when ShowDragHilite is called. Please note this is only how it's done presently.  Since it is undocumented it can and will chan
  31951. b--set theItem to choose file -- uncomment to test in an AS editor
  31952.     tell application "Finder"
  31953.         open item "Dev.CD Jan 94"
  31954.         activate
  31955.     end tell
  31956. on error errMsg number errNum
  31957.     --enter statements to perform when no records are found such as...
  31958.     display dialog "Sorry, the item you selected could not be found."
  31959.     return
  31960. end try
  31961. object
  31962. model
  31963. appleevents
  31964. appleglot
  31965. appleglot
  31966. localization
  31967. internationalization
  31968. translation
  31969. applescript
  31970. applescript
  31971. applescript
  31972. subroutines
  31973. applesearch
  31974. appleshare
  31975. appleshare
  31976. client
  31977. appleshare
  31978. appletalk
  31979. lidator
  31980. 1.11@
  31981. webobjects
  31982. database
  31983. whats@
  31984. working
  31985. webobjects
  31986. wprocasm
  31987. xcmds&xfcns@
  31988. --set theItem to choose file -- uncomment to test in an AS editor
  31989.     tell application "Finder"
  31990.         open item "Dev.CD Jan 94
  31991. Dev.CD Oct 93
  31992. Dev.CD Jul 93
  31993. Dev.CD Apr 93
  31994. Dev.CD Mar 93
  31995. Dev.CD Feb 93
  31996. Dev.CD Jan 93
  31997. Dev.CD Nov/Dec 92"
  31998.         activate
  31999.     end tell
  32000. on error errMsg number errNum
  32001.     --enter statements to perform when no records are found such as...
  32002.     display dialog "Sorry, the item you selected could not be found."
  32003.     return
  32004. end try
  32005. mmary
  32006. popupfuncs
  32007. productivity
  32008. developers
  32009. summary
  32010. portlist
  32011. extension
  32012. helps
  32013. summary
  32014. powertracer
  32015. system
  32016. atrap
  32017. powerpc
  32018. function
  32019. summary
  32020. programmer's
  32021. small
  32022. allows
  32023. summary
  32024. projectdrag
  32025. drag-and-drop
  32026. source
  32027. control
  32028. summary
  32029. resedit
  32030. apple's
  32031. standard
  32032. direct-manipulation
  32033. international
  32034. glossaries
  32035. contains
  32036. translat
  32037. summary
  32038. appleevents
  32039. probably
  32040. don't
  32041.     No Change
  32042. RQTMusic is a sample application that demonstrates ways of using the QuickTime Music Architecture to play notes and tunes. It is based on sample code written by David Van Brink and explained in develop issue 23.
  32043. The ability to use custom instruments to play tunes and in movies. Can be compiled and run under the Mac OS and under Windows.
  32044. Application Files
  32045. Building QT Samples
  32046. Common Files
  32047. QTMusic 68k
  32048. QTMusic 68k.mcp
  32049. QTMusic PPC
  32050. QTMusic PPC.mcp
  32051. QTMusic Win.mcp
  32052. QTMusic.c
  32053. QTMusic.exe
  32054. QTMusic.h
  32055. QTMusic.mak
  32056. READMEM
  32057. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N+QuickTime, Music, Instruments, Notes, TunesOFDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTMusic:PQDev.CD Nov 00 TC Disk 2
  32058.  - Sample Code
  32059.  - QuickTime
  32060.  - Music and Sound
  32061.  - QTMusics only how it's done presently.  Since it is undocumented it can and will chan
  32062. encoding
  32063. character
  32064. encoding
  32065. converter
  32066. time@
  32067. transport@
  32068. universal
  32069. serial
  32070. storage
  32071. class
  32072. driver
  32073. useritems@
  32074. video
  32075. video
  32076. device
  32077. modes
  32078. depth
  32079. timings
  32080. multisync
  32081. displays
  32082. disp@
  32083. view@
  32084. webobjects
  32085. categories
  32086. posers@
  32087. webobjects
  32088. webobjects
  32089. server
  32090. objects@
  32091. eenie
  32092. eenie
  32093. example
  32094. macapp
  32095. program
  32096. dependency
  32097. effect
  32098. effective
  32099. effectively
  32100. effectiveness
  32101. electronics
  32102. elegant
  32103. element
  32104. elements
  32105. eliminates
  32106. eliminating
  32107. elizabeth
  32108. email
  32109. embed
  32110. Dev.CD Jan 94P
  32111. Dev.CD Jan 9V
  32112. 69138X
  32113. Jan 94
  32114. b--set theItem to choose file -- uncomment to test in an AS editor
  32115.     tell application "Finder"
  32116.         open item "Dev.CD Jan 94"
  32117.         activate
  32118.     end tell
  32119. on error errMsg number errNum
  32120.     --enter statements to perform when no records are found such as...
  32121.     display dialog "Sorry, the item you selected could not be found."
  32122.     return
  32123. end try
  32124. All Packages
  32125. F    QuickTimeO
  32126. Dev.CD Jan 94
  32127. Dev.CD Oct 93P
  32128. Dev.CD Jan 94
  32129. Dev.CD Oct 9V
  32130. 69139X
  32131. Jan 94
  32132. p--set theItem to choose file -- uncomment to test in an AS editor
  32133.     tell application "Finder"
  32134.         open item "Dev.CD Jan 94
  32135. Dev.CD Oct 93"
  32136.         activate
  32137.     end tell
  32138. on error errMsg number errNum
  32139.     --enter statements to perform when no records are found such as...
  32140.     display dialog "Sorry, the item you selected could not be found."
  32141.     return
  32142. end try
  32143. All Packages
  32144. F    QuickTimeO
  32145. Dev.CD Jan 94
  32146. Dev.CD Oct 93V
  32147. 69140X
  32148. printer@
  32149. GJ^CopyBits vs. CopyMask(PPC)
  32150. CopyBits.mcp
  32151. Sample.c
  32152. Sample.h
  32153. SampleInit.c
  32154. Test.c
  32155. Test.h
  32156. Test.rsrcM
  32157. Color QuickDrawN
  32158. CopyBits, CopyMaskOFDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CopyBits vs. CopyMask:PNDev.CD Nov 00 TC Disk 1
  32159.  - Sample Code
  32160.  - Graphics 2D
  32161.  - CopyBits vs. CopyMaskV
  32162. 68398X
  32163. Nov 00^    TC Disk 1
  32164. --set theItem to choose file -- uncomment to test in an AS editor
  32165.     tell application "Finder"
  32166.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CopyBits vs. CopyMask:"
  32167.         activate
  32168.     end tell
  32169. on error errMsg number errNum
  32170.     --enter statements to perform when no records are found such as...
  32171.     display dialog "Sorry, the item you selected could not be found."
  32172.     return
  32173. end try
  32174. e    No Changef
  32175. CopyBits
  32176. CopyMasko&http://developer.apple.com/samplecode/q
  32177. Dev.CD Nov 00 TC Disk 1
  32178. All Packages
  32179. New & RevisedF
  32180. CopyBitsSpeedPaletteW
  32181. 2.0.1
  32182. 2.0.6
  32183. 2.0.6
  32184. files
  32185. completeS
  32186. component's
  32187. component-based
  32188. componentincludes
  32189. components
  32190. composers{
  32191. composite
  32192. composited
  32193. compositing
  32194. compound
  32195. compound-document
  32196. compress
  32197. compressed
  32198. compressing
  32199. compressionQ
  32200. compression/decompreQ
  32201. compressmovie
  32202. compressmovie
  32203. simple
  32204. quicktime
  32205. applicatio
  32206. compressor
  32207. compressor/decompres
  32208. compute
  32209. computer{
  32210. computer'sz
  32211. computer-based
  32212. computers{
  32213. Vol VIIcMultiprecision.pdf
  32214. Sample Factorizations
  32215. vfactor app
  32216. vfactor source
  32217. vfactor.mcpM
  32218. G4NSVelocity Engine, AlitVec, Multiprecision arithmetic, arbitrary precision arithmeticO_Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng Multiprecision:PjDev.CD Nov 00 TC Disk 1
  32219.  - Sample Code
  32220.  - Devices and Hardware
  32221.  - Velocity Engine
  32222.  - VelEng Multiprecision
  32223.  TC Disk 1:Sample Code:Graphics 2D:icl8 To cicn:"
  32224.         activate
  32225.     end tell
  32226. on error errMsg number errNum
  32227.     --enter statements to perform when no records are found such as...
  32228.     display dialog "Sorry, the item you selected could not be found."
  32229.     return
  32230. end try
  32231.     --enter statements to perform when no records are found such as...
  32232.     display dialog "Sorry, the item you selected could not be found."
  32233.     return
  32234. end try
  32235. e    No Changef
  32236. MultiTasking
  32237. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  32238. Dev.CD Nov 00 TC Disk 2
  32239. %e    No Changef
  32240. PPC Toolboxq
  32241. Dev.CD Nov 00 TC Disk 1
  32242. All Packages
  32243. AECoercion
  32244. This sample illustrates how to install a system level Apple event Manager type coercion handler at system startup time.  The Apple Event Manager installs several type coercion handlers for you that will automatically coerce data types stored in Apple events from one type to another as needed.  For example, 'odoc' (open document) Apple events contain a list of file system Alias records.  If when reading such a list one requests FSSpec records, the Apple Event Manager's alias-to-FSSpec coerc
  32245. ion handler is called automatically to convert the aliases from into FSSpec records without the application having to perform any special conversion operations.  In this sample, a type coercion handler is installed for coercing pascal style strings into typeChar (ASCII strings).
  32246. 68237X
  32247. 1e    No Change
  32248. ODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTStreamMsg:PODev.CD Nov 00 TC Disk 2
  32249.  - Sample Code
  32250.  - QuickTime
  32251.  - Streaming
  32252.  - QTStreamMsgV
  32253. 69005X
  32254. Nov 00^    TC Disk 2
  32255. --set theItem to choose file -- uncomment to test in an AS editor
  32256.     tell application "Finder"
  32257.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTStreamMsg:"
  32258.         activate
  32259.     end tell
  32260. on error errMsg number errNum
  32261.     --enter statements to perform when no records are found such as...
  32262.     display dialog "Sorry, the item you selected could not be found."
  32263.     return
  32264. end try
  32265. e    No Changef'QuickTime
  32266. Streaming
  32267. Messages
  32268. Controllerq
  32269. Dev.CD Nov 00 TC Disk 2
  32270. All Packages
  32271. QTStreamSplicer
  32272. 69006X
  32273. ication and we provide a universal Drag.h file for you to include.  You do not need to include the DragLib file with your application as long as you start your Macintosh with the Macintosh Drag and Drop version 1.1 file in your extension folder.  The extension will provide the DragLib code fragment that your application will link with at run time.
  32274. You may license Macintosh Drag and Drop 1.1 and include it with your products.  Macintosh Drag and Drop 1.1 includes the Macintosh Drag and Dro
  32275. p file, the Clipping Extension file, and the Dragging Enabler file.  You may not license any other files in the Developer
  32276. s Kit.  Please call Apple Software Licensing at (408) 974 4667 for information.
  32277. Issues:
  32278. Macintosh Drag and Drop is incompatible with the graphics acceleration of the 8
  32279. 24 GC video card.  With this card and the 8
  32280. 24 GC control panel installed, Macintosh Drag and Drop may leave bits on the screen while dragging on the 8
  32281. s display.  Remove the 8
  32282. 24 GC control panel to 
  32283.     O<Dev.CD Nov 99 TC:Tool Chest:Networking:HotSauce (Project X):PDDev.CD Nov 99 TC
  32284.  - Tool Chest
  32285.  - Networking
  32286.  - HotSauce (Project X)tion.NPOpen Transport, NBP, AppleTalk, DDP, rawmode, NBPLookup, OTLookup, Echo ProtocolOGDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:PODev.CD Nov 00 TC Disk 1
  32287.  - Tool Chest
  32288.  - Networking
  32289.  - Network Watch (DMZ) v1.5 the item you selected could not be found."
  32290.     return
  32291. end try
  32292. Deletedq
  32293. Dev.CD Sep 96 RL
  32294. |D(All Packages
  32295. Reference Library Edition
  32296. develop Issue 13
  32297.     ilecopy
  32298. mpfilecopy
  32299. mpfilecopy-ppc
  32300. mphelloworld
  32301. mphelloworld
  32302. pascal
  32303. mping
  32304. mpperiodicaltest
  32305. mpperiodicaltest
  32306. mpperiodicaltest
  32307. program
  32308. .CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  32309. 8PYDev.CD Nov 99 TC
  32310.  - Tool Chest
  32311.  - Hardware
  32312.  - Display & Video Hardware
  32313.  - Display Card 4
  32314. 60422X
  32315. Nov 99^
  32316. bigscrolling
  32317. bigscrolling
  32318. bigscrolling
  32319. bigscrolling
  32320. bigscrolling
  32321. binhex
  32322. binhex
  32323. binhex
  32324. specs
  32325. bit-depth
  32326. bless
  32327. blockreader
  32328. blockreader
  32329. bltmacros
  32330. bltmacros
  32331. board
  32332. boardslider
  32333. boardslider
  32334. bootvol
  32335. br-brazilianportugue
  32336. brazilian
  32337. brightness
  32338. brightness
  32339. contrast
  32340. british
  32341. browserz
  32342. browsermaker
  32343. browsermaker
  32344. bufcallback
  32345. bufcallback
  32346. bufcallback
  32347. bufcallback
  32348. buffereddrawer
  32349. buffereddrawer
  32350. bufferedimage
  32351. bufferedimage
  32352. bufferedwindows
  32353. bufferedwindows
  32354. bufferedwindows
  32355. pbproj
  32356. p--set theItem to choose file -- uncomment to test in an AS editor
  32357.     tell application "Finder"
  32358.         open item "Dev.CD Apr 95
  32359. Dev.CD Jan 95"
  32360.         activate
  32361.     end tell
  32362. on error errMsg number errNum
  32363.     --enter statements to perform when no records are found such as...
  32364.     display dialog "Sorry, the item you selected could not be found."
  32365.     return
  32366. end try
  32367. Documentation topics included in the Mac OS library:
  32368. Human Interface Toolbox:
  32369. Appearance Manager
  32370. Control Manager
  32371. Dialog Manager
  32372. Human Interface Guidelines
  32373. Icon Services and Utilities
  32374. List Manager
  32375. Menu Manager
  32376. Window Manager
  32377. Files:
  32378. 66460X
  32379. documentation
  32380. topics
  32381. include
  32382. 69213X
  32383. Apr 00^
  32384. --set theItem to choose file -- uncomment to test in an AS editor
  32385.     tell application "Finder"
  32386.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime
  32387.  VR:"
  32388.         activate
  32389.     end tell
  32390. on error errMsg number errNum
  32391.     --enter statements to perform when no records are found such as...
  32392.     display dialog "Sorry, the item you selected could not be found."
  32393.     return
  32394. end try
  32395. Deletedq
  32396. Dev.CD Apr 00 SDK1
  32397. wD!All Packages
  32398. Mac OS SDK Edition
  32399. QuickTime VR Tools 1.0b2
  32400. All Packages
  32401. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  32402. Dev.CD Jan 94
  32403. Dev.CD Oct 93
  32404. Dev.CD Jul 93
  32405. Dev.CD Apr 93PDDev.CD Apr 94
  32406. Dev.CD Jan 94
  32407. Dev.CD Oct 93
  32408. Dev.CD Jul 93
  32409. Dev.CD Apr 9V
  32410. 69656X
  32411. Apr 94
  32412. --set theItem to choose file -- uncomment to test in an AS editor
  32413.     tell application "Finder"
  32414.         open item "Dev.CD Apr 94
  32415. Dev.CD Jan 94
  32416. Dev.CD Oct 93
  32417. Dev.CD Jul 93
  32418. Dev.CD Apr 93"
  32419.         activate
  32420.     end tell
  32421. on error errMsg number errNum
  32422.     --enter statements to perform when no records are found such as...
  32423.     display dialog "Sorry, the item you selected could not be found."
  32424.     return
  32425. end try
  32426. All Packages
  32427. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  32428. Dev.CD Jan 94
  32429. Dev.CD Oct 93
  32430. Dev.CD Jul 93P6Dev.CD Apr 94
  32431. Dev.CD Jan 94
  32432. Dev.CD Oct 93
  32433. Dev.CD Jul 9V
  32434. 69657X
  32435. Apr 94
  32436. --set theItem to choose file -- uncomment to test in an AS editor
  32437.     tell application "Finder"
  32438.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtmoviefromprocs:"
  32439.         activate
  32440.     end tell
  32441. on error errMsg number errNum
  32442.     --enter statements to perform when no records are found such as...
  32443.     display dialog "Sorry, the item you selected could not be found."
  32444.     return
  32445. end try
  32446. Summary:  Macintosh Application Environment
  32447.  (MAE)
  32448. the virtual Macintosh for open systems
  32449. is an innovative software product for users of RISC-based UNIX workstations. A complete Macintosh environment in an X Window, MAE brings the functionality and ease-of-use of the Macintosh computer to Sun Microsystems SPARCstations running the SunSoft Solaris operating system, as well as Hewlett-Packard 9000 Series 700 workstations running HP-UX. 
  32450. This folder contains product information about MAE, asB
  32451.  well as information about the MAE ISV Partnership Program, to help Macintosh developers to penetrate the UNIX market with Macintosh applications.
  32452. J%MAE 2.0 DataSheet
  32453. MAE 2.0 White PaperK
  32454. May 94L
  32455. Jun 95M
  32456. Adobe Acrobat Reader.NCUNIX, A/UX, Open Systems, Sun, HP, workstation, MAE, Solaris, HP-UXObDev.CD Jun 95 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:cept for the decoding of the JPEG header).
  32457. Jul 96L
  32458. May 97V
  32459. 67027X
  32460. Moved
  32461. and/or
  32462. andcopyright
  32463. anders
  32464. anderson
  32465. angle\
  32466. angles
  32467. animate
  32468. animated
  32469. animationt
  32470.  found."
  32471.     return
  32472. end try
  32473. etnextprocess
  32474. getprocessinformatio
  32475. process
  32476. manager
  32477. appleevent
  32478. process
  32479. manager
  32480. appleevent
  32481. processes
  32482. processing
  32483. profile
  32484. profiler
  32485. program
  32486. program
  32487. linking
  32488. appleevents
  32489. guest
  32490. project
  32491. projector
  32492. promise
  32493. promisehfsflavor
  32494. property
  32495. proportional
  32496. protocol
  32497. protoviews
  32498. pstrconcat
  32499. pstrcopy
  32500. pthread
  32501. publication
  32502. publications
  32503. putscrap
  32504. suitcase
  32505. 68557X
  32506. Nov 00^    TC Disk 1
  32507. --set theItem to choose file -- uncomment to test in an AS editor
  32508.     tell application "Finder"
  32509.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:"
  32510.         activate
  32511.     end tell
  32512. on error errMsg number errNum
  32513.     --enter statements to perform when no records are found such as...
  32514.     display dialog "Sorry, the item you selected could not be found."
  32515.     return
  32516. end try
  32517. e    No Changef
  32518. Gestalt Selector Codes
  32519. Gestalt Manager
  32520. Machine Identification
  32521. System Identification
  32522. System Software Release
  32523. Version
  32524. Capabilities
  32525. System Featuresq
  32526. Dev.CD Nov 00 TC Disk 1
  32527. All Packages
  32528. Get Tool Config
  32529. +This sample shows how to use CMChoose and CMGetConfig to get the configuration string out of a connection tool and write it to a file.  By saving and restoring a connection tool's configuration your application can avoid having to use the configuration alerts every time a connection tool is opened.
  32530. This HyperCard 2.4 Update adds some new features, including QuickTime functionality, and fixes problems with the HyperCard application. This product updates HyperCard 2.3 or 2.3.5 to HyperCard 2.4.
  32531. Several exciting features have been added with the release of HyperCard 2.4, including:
  32532.  an improved movie button task that allows you to open any QuickTime-readable file
  32533.  ability to open movie and some image files by dragging them onto the HyperCard application icon
  32534.  a new Link to URL butto
  32535. n task and HyperTalk command for connecting to a web site
  32536.  ability to manipulate QuickTime movies using HyperTalk
  32537.  keyboard navigation of QuickTime VR movies
  32538.  ability to open a nearly unlimited number of files using HyperTalk
  32539.  enhanced script editor window for easier navigation
  32540.  improved Picture XCMD
  32541.  more script commands and new syntax
  32542. For more information on these features and how to use them, see Using HyperCard 2.4.
  32543. Sep 97L
  32544. Jul 98etworkstream
  32545. tnetworkstream
  32546. 68745X
  32547. Nov 00^    TC Disk 2
  32548. --set theItem to choose file -- uncomment to test in an AS editor
  32549.     tell application "Finder"
  32550.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimpleEdit.win:"
  32551.         activate
  32552.     end tell
  32553. on error errMsg number errNum
  32554.     --enter statements to perform when no records are found such as...
  32555.     display dialog "Sorry, the item you selected could not be found."
  32556.     return
  32557. end try
  32558. e    No Changeq
  32559. Dev.CD Nov 00 TC Disk 2
  32560. All Packages
  32561. MFC SimplePlayerI=A Microsoft MFC application that plays a movie with QuickTime
  32562. 3MainFrm.cpp
  32563. MainFrm.h
  32564. mssccprj.scc
  32565. ReadMe.txt
  32566. Resource.h
  32567. SimplePlayerMFC.cpp
  32568. SimplePlayerMFC.dsp
  32569. SimplePlayerMFC.dsw
  32570. SimplePlayerMFC.exe
  32571. SimplePlayerMFC.h
  32572. SimplePlayerMFC.mak
  32573. SimplePlayerMFC.rc
  32574. SimplePlayerMFCDoc.cpp
  32575. SimplePlayerMFCDoc.h
  32576. SimplePlayerMFCView.cpp
  32577. SimplePlayerMFCView.h
  32578. StdAfx.cpp
  32579. StdAfx.h
  32580. 68746X
  32581. 1e    No Change
  32582.  Disk 1
  32583. All Packages
  32584. FindFamilies
  32585. 66917X
  32586. bit-depth
  32587. explnd
  32588. please
  32589. vrbackbuffer
  32590. vrbackbuffer
  32591. vrbackbuffer
  32592. vrbackbuffer
  32593. vrbackbuffer
  32594. vrbackbuffer
  32595. vrbackbuffer
  32596. vrbackbuffer
  32597. vrbackbuffer
  32598. vrbackbuffer
  32599. vrcursors
  32600. vrcursors
  32601. vrcursors
  32602. vrcursors
  32603. vrcursors
  32604. vrcursors
  32605. vrcursors
  32606. vrcursors
  32607. vrmakeobject
  32608. vrmakeobject
  32609. vrmakeobject
  32610. vrmakeobject
  32611. vrmakeobject
  32612. vrmakeobject
  32613. vu-meter
  32614. vu-meter
  32615. vu-meter
  32616. vu-meter
  32617. vu-meter
  32618. vu-meter
  32619. vu3.0.1d3B
  32620. vu3.0.1d3
  32621. w/controller
  32622. walltowalldialog
  32623. walltowalldialog
  32624. walltowalldialog
  32625. common
  32626. files
  32627. finder
  32628. kanjitalk
  32629. kanjitalk
  32630. update
  32631. kcapapp
  32632. keyboardcontroller
  32633. keychain
  32634. keychain
  32635. 1.0.1
  32636. keycodes
  32637. keymaptest
  32638. kibitz
  32639. killer
  32640. killer
  32641. content
  32642. workbook
  32643. killeveryonebutme
  32644. language
  32645. library
  32646. lines
  32647. localization
  32648. localizers
  32649. location
  32650. locator
  32651. macintoshp
  32652. macro
  32653. magician
  32654. manager
  32655. market
  32656. marquee
  32657. media
  32658. memory
  32659. modern
  32660. module
  32661. monitor
  32662. mouse
  32663. movie
  32664. navigator
  32665. newsz
  32666. notesT
  32667. onescannerx
  32668. opp's
  32669. ottraceroutesample
  32670. ottraceroutesample
  32671. otvirtual
  32672. otvirtualclient
  32673. otvirtualserver
  32674. outdata
  32675. outofthisgworld
  32676. outofthisgworld
  32677. outofthisgworld
  32678. output
  32679. output
  32680. files
  32681. ared libraries can coexist and run simultaneously with classic 68K runtime applications.
  32682. Version 4.0 of the CFM-68K Runtime Enabler fixes the problem described in Technote #1084 and u
  32683. pdates the interfaces required for pre-emptively threaded applications. The SDK includes documentation describing the changes.
  32684. This package includes:
  32685.  CFM-68K 4.0, Code Fragment Manager for 680x0 Macintoshes
  32686.  ObjectSupportLib, version 1.2
  32687.  Updated Apple Thread Manager, now included in the CFM-68K Runtime Enabler.
  32688. Requirements:  The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.
  32689. NOTE:  This versi
  32690. N(QuickTime, VR, Panoramic, Image, ConvertOFDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRMakePano:PQDev.CD Nov 00 TC Disk 2
  32691.  - Sample Code
  32692.  - QuickTime
  32693.  - QuickTime VR
  32694.  - VRMakePanoV
  32695. 69782X
  32696. Nov 00^    TC Disk 2
  32697. --set theItem to choose file -- uncomment to test in an AS editor
  32698.     tell application "Finder"
  32699.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRMakePano:"
  32700.         activate
  32701.     end tell
  32702. on error errMsg number errNum
  32703.     --enter statements to perform when no records are found such as...
  32704.     display dialog "Sorry, the item you selected could not be found."
  32705.     return
  32706. end try
  32707. e    No Changef$QuickTime
  32708. Panoramic
  32709. Image
  32710. Convertq
  32711. Dev.CD Nov 00 TC Disk 2
  32712. All Packages
  32713. VRMoviesIbVRMovies uses the QuickTime VR API to provide support for playing QuickTime movies in a panorama. V
  32714. 69783X
  32715. 1e    No Change
  32716. Drag and Drop may leave bits on the screen while dragging on the 8
  32717. s display.  Remove the 8
  32718. 24 GC control panel to 
  32719. mPjDev.CD Jun 95 RL
  32720.  - Technical Documentation
  32721.  - Tools Demos & Tech Overviews
  32722.  - Mac Application EnvironmentPreview dialog. It also displays the JFIF thumbnail from those JFIF files which have JFIF thumbnails in the same dialog. It also converts JPEG interchange files to JPEG PICT files, which can be used by any application, and converts (some) JPEG PICT files to JFIF files.
  32723. J&JFIF Preview Component
  32724. JFIF TranslatorM    QuickTimeN
  32725. QuickTime, JPEG, JFIF, PICTOSDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:JPEG File Interchange Format:P^Dev.CD Nov 00 TC Disk 2
  32726.  - Sample Code
  32727.  - QuickTime
  32728.  - Goodies
  32729.  - JPEG File Interchange Formattem 7 Pro and with this Developer
  32730. s Kit.  Note that Finde
  32731. r version 7.1.1 was released in the PowerBook File Assistant product, and with Macintosh Drag and Drop it allows you to receive and promise files, but does not create or support clipping files.  For implicit data type translation, Macintosh Easy Open version 1.0.3 or later is required.
  32732. #OADev.CD Nov 00 TC Disk 2:Sample Code:Sound:PCI Sound Input driver:PIDev.CD Nov 00 TC Disk 2
  32733.  - Sample Code
  32734.  - Sound
  32735.  - PCI Sound Input driverV
  32736. 68874X
  32737. Nov 00^    TC Disk 2
  32738. --set theItem to choose file -- uncomment to test in an AS editor
  32739.     tell application "Finder"
  32740.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:PCI Sound Input driver:"
  32741.         activate
  32742.     end tell
  32743. on error errMsg number errNum
  32744.     --enter statements to perform when no records are found such as...
  32745.     display dialog "Sorry, the item you selected could not be found."
  32746.     return
  32747. end try
  32748. e    No Changef9Sound Input Driver
  32749. PCI driver
  32750. PCI Sound Input driverq
  32751. Dev.CD Nov 00 TC Disk 2
  32752. All Packages
  32753. PDlog ExpandI6This example shows how to add items to print dialogs. JCPDlog Expand(PPC)
  32754. PDlog Expand.c
  32755. PDlog Expand.mcp
  32756. PDlog Expand.rsrcK
  32757. Dec 96L
  32758. May 97N
  32759. print, dialog, item, addO:Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PDlog Expand:V
  32760. 68875X
  32761. 1e    No Change
  32762. --set theItem to choose file -- uncomment to test in an AS editor
  32763.     tell application "Finder"
  32764.         open item "Dev.CD Apr 94
  32765. Dev.CD Jan 94
  32766. Dev.CD Oct 93
  32767. Dev.CD Jul 93
  32768. Dev.CD Apr 93"
  32769.         activate
  32770.     end tell
  32771. on error errMsg number errNum
  32772.     --enter statements to perform when no records are found such as...
  32773.     display dialog "Sorry, the item you selected could not be found."
  32774.     return
  32775. end try
  32776. packages
  32777. here's
  32778. here's
  32779. function
  32780. setindstring
  32781. which
  32782. takes
  32783. parame
  32784. here's
  32785. snippet
  32786. returns
  32787. vrefnum
  32788. dirid
  32789. hereafter
  32790. hersey
  32791. hewlett-packard
  32792. hexedit
  32793. hidden
  32794. hidemenubar
  32795. hidemenubar
  32796. shows
  32797. simply
  32798. creatin
  32799. hiding
  32800. hierarchical
  32801. hierarchies
  32802. hiermenus
  32803. hiermenus
  32804. simple
  32805. demonstration
  32806. hiera
  32807. hifi-color
  32808. highx
  32809. high-end
  32810. high-levelu
  32811. high-performance
  32812. high-quality
  32813. highly-successful
  32814. hilite
  32815. hindi
  32816. glance
  32817. global\
  32818. global-aware
  32819. globally
  32820. globals
  32821. glossaries
  32822. glossary
  32823. glyphsv
  32824. go-to-urlZ
  32825. goals
  32826. goaway
  32827. goes{
  32828. going
  32829. golden
  32830. gonzalez
  32831. gonzalez3
  32832. goodN
  32833. goodies
  32834. gopher
  32835. ntation
  32836.  ScrapColor Demo
  32837. Demo source
  32838. scrapcolor library
  32839. ScrapColorDemo.
  32840. Sep 96O=Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw:Scrap Color 1.0:PEDev.CD Nov 00 TC Disk 1
  32841.  - Tool Chest
  32842.  - QuickDraw
  32843.  - Scrap Color 1.0
  32844. compressionm
  32845. compression
  32846. prefixm
  32847. compression
  32848. scaling
  32849. compression
  32850. scaling
  32851. compression&scaling
  32852. compression&scaling
  32853. compressmovie
  32854. compressmovie
  32855. compressmovie
  32856. compressmovies
  32857. compressmovies
  32858. compressmovies
  32859. compressmovies
  32860. compressmoviesmain
  32861. compressmoviesmain
  32862. compressmoviesmain
  32863. compressorm
  32864. compresspictfile
  32865. compresspictfile
  32866. concordia
  32867. concordia
  32868. concordia
  32869. concordia
  32870. concordia
  32871. concordia
  32872. concordia
  32873. concordia
  32874. concordia
  32875. conferencing
  32876. config
  32877. config
  32878. config&interleave
  32879. configs
  32880. configuration
  32881. contents
  32882. extensions
  32883. contents
  32884. bootvol
  32885. context
  32886. contextualu
  32887. contextual
  32888. development
  32889. contextual
  32890. machack
  32891. goodies
  32892. contextual
  32893. manageru
  32894. contrast
  32895. nPmDev.CD Apr 98 SDK2
  32896.  - Development Kits (Disc 2)
  32897.  - Sound Manager
  32898.  - For Developers
  32899.  - Debugging Sound ManagerV
  32900. 68437X
  32901. Apr 98^
  32902. --set theItem to choose file -- uncomment to test in an AS editor
  32903.     tell application "Finder"
  32904.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:"
  32905.         activate
  32906.     end tell
  32907. on error errMsg number errNum
  32908.     --enter statements to perform when no records are found such as...
  32909.     display dialog "Sorry, the item you selected could not be found."
  32910.     return
  32911. end try
  32912. e    No Changef
  32913. Debug Sound Manager 3.2.1q
  32914. Dev.CD Apr 98 SDK2
  32915. All Packages
  32916. Declaration ROMsIySummary:  Includes example declaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  32917. Ex Apple Video ROM
  32918. Example Vid ROM from C&D
  32919. ExROM-1Func sResource
  32920. MinimalDeclROM.a
  32921. ROM diagramsK
  32922. Oct 92V
  32923. 68438X
  32924. 1e    No Change
  32925. skCPatDemo:V
  32926. 67653X
  32927. 1e    No Change
  32928. - Common
  32929.     - Sun Compliant Java Runtime Environment 1.1
  32930.     - QuickTime 3 
  32931.     - QTJava.zip
  32932.     - QTJava media samples
  32933. - Mac OS:
  32934.     - System 8 or later
  32935.     - Macintosh Runtime for Java (MRJ) 2.1
  32936. - Windows 95, 98, or NT::
  32937.     - JRE/JDK from Sun Microsystems, Inc. recommended
  32938. QuickTime, Java, MRJmple Code:Java:SlideShow:"
  32939.         activate
  32940.     end tell
  32941. on error errMsg number errNum
  32942.     --enter statements to perform when no records are found such as...
  32943.     display dialog "Sorry, the item you selected could not be found."
  32944.     return
  32945. end try
  32946. e    No Changef
  32947. QuickTime
  32948. Dev.CD Nov 00 TC Disk 1
  32949. All Packages
  32950. F    Slot LookINSlot Look: Sample Application source code showing common Slot Manager calls.  J[Slot Look info
  32951. Slot Look info.txt
  32952. Slotlook
  32953. Slotlook.c
  32954. Slotlook.c.o
  32955. Slotlook.make
  32956. Slotlook.rK
  32957. Oct 92OHDev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:PSDev.CD Nov 00 TC Disk 1
  32958.  - Tool Chest
  32959.  - Devices
  32960.  - NuBus/Slot Manager
  32961.  - Slot LookV
  32962. 67687X
  32963. 1e    No Change
  32964. ruben
  32965. rules
  32966. W.1.3
  32967. s-swedish
  32968. s3vsources
  32969. s3vsources
  32970. safenameregistry
  32971. safenameregistry
  32972. safenameregistry
  32973. sampctrl
  32974. sampctrl
  32975. sampleY
  32976. sample
  32977. 69309X
  32978. Nov 00^    TC Disk 1
  32979. --set theItem to choose file -- uncomment to test in an AS editor
  32980.     tell application "Finder"
  32981.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Memory:SimpleInit:"
  32982.         activate
  32983.     end tell
  32984. on error errMsg number errNum
  32985.     --enter statements to perform when no records are found such as...
  32986.     display dialog "Sorry, the item you selected could not be found."
  32987.     return
  32988. end try
  32989. e    No Changef(INIT
  32990. 'sysz'
  32991. system heap
  32992. system extensionq
  32993. Dev.CD Nov 00 TC Disk 1
  32994. All Packages
  32995. SimplePlayerSDII
  32996. SimpleSDIPlayer is a sample application that demonstrates how to display QuickTime movies using the SDI (single document interface).
  32997. mssccprj.scc
  32998. QTime.c
  32999. QTime.h
  33000. README.txt
  33001. resource.h
  33002. SimplePlayerSDI.c
  33003. SimplePlayerSDI.def
  33004. SimplePlayerSDI.dsp
  33005. SimplePlayerSDI.dsw
  33006. SimplePlayerSDI.exe
  33007. SimplePlayerSDI.h
  33008. SimplePlayerSDI.mak
  33009. SimplePlayerSDI.rc
  33010. STDWIN.C
  33011. STDWIN.HV
  33012. 69310X
  33013. 1e    No Change
  33014. develop
  33015. issue
  33016. develop
  33017. issue
  33018. references
  33019. 68227X
  33020. Nov 00^    TC Disk 2
  33021. --set theItem to choose file -- uncomment to test in an AS editor
  33022.     tell application "Finder"
  33023.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:QuickTime VR:AddVRActions:"
  33024.         activate
  33025.     end tell
  33026. on error errMsg number errNum
  33027.     --enter statements to perform when no records are found such as...
  33028.     display dialog "Sorry, the item you selected could not be found."
  33029.     return
  33030. end try
  33031. e    No Changef"QuickTime
  33032. Wired
  33033. Hotspot
  33034. Actionsq
  33035. Dev.CD Nov 00 TC Disk 2
  33036. All Packages
  33037. AdLib 2.6.5
  33038. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  33039. Ad Lib v2.6.5 fixes a problem where earlier version of Ad Lib could not be run under Mac OS 8.5 and later.
  33040. Install Ad Lib 2.6.5K
  33041. Apr 00L
  33042. Apr 00
  33043. A&Mac OS 7.5 or later.  68020 or better.
  33044. J0Guide_To_MPQ.pdf
  33045. MPQ Read Me
  33046. MPQ_Program_Kit.pdfK
  33047. Nov 95M
  33048. Adobe Acrobat ReaderNGMPQ, Macintosh, PowerBook, Qualified, PC Card, Card and Socket ServicesODDev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:PIDev.CD May 98 TC
  33049.  - Programs & Marketing
  33050.  - Macintosh PowerBook Qualifiedments to perform when no records are found such as...
  33051.     display dialog "Sorry, the item you selected could not be found."
  33052.     return
  33053. end try
  33054. e    No Changef-testing
  33055. debugging
  33056. networking & communicationsq
  33057. Dev.CD Nov 00 TC Disk 1
  33058. All Packages
  33059. N&C TMON Pro Macros/Templates
  33060. lSummary: This package provides a TMON Pro 3.0 User Area for AppleTalk.  The templates and macros simplify trapping on AppleTalk calls and provide templates for viewing the parameter blocks and associated data structures used by these calls.
  33061. Features: TMON Pro User Area for AppleTalk plus source code for the resource fork of the user area, and listing of macros.
  33062. Apr 92V
  33063. 65545X
  33064. 1e    No Change
  33065. strings
  33066. listen
  33067. stringservices
  33068. stringutils
  33069. stringutils
  33070. stringutils
  33071. similarities
  33072. similarly
  33073. simone
  33074. simpleb
  33075.     display dialog "Sorry, the item you selected could not be found."
  33076.     return
  33077. end try
  33078. e    No Changef
  33079. QuickTime
  33080. Dev.CD Nov 00 TC Disk 2
  33081. All Packages
  33082. DragWindowGrid
  33083. 60430X
  33084. r--set theItem to choose file -- uncomment to test in an AS editor
  33085.     tell application "Finder"
  33086.         open item "Dev.CD Nov 99 TC:Sample Code:"
  33087.         activate
  33088.     end tell
  33089. on error errMsg number errNum
  33090.     --enter statements to perform when no records are found such as...
  33091.     display dialog "Sorry, the item you selected could not be found."
  33092.     return
  33093. end try
  33094.  could not be found."
  33095.     return
  33096. end try
  33097. e    No Changeq
  33098. Dev.CD Aug 97 TC
  33099. All Packages
  33100. WorldScript UpdaterO
  33101. Dev.CD Jul 96 SSWP
  33102. Dev.CD Jul 96 SSV
  33103. 68182X
  33104. Jul 96
  33105. f--set theItem to choose file -- uncomment to test in an AS editor
  33106.     tell application "Finder"
  33107.         open item "Dev.CD Jul 96 SSW"
  33108.         activate
  33109.     end tell
  33110. on error errMsg number errNum
  33111.     --enter statements to perform when no records are found such as...
  33112.     display dialog "Sorry, the item you selected could not be found."
  33113.     return
  33114. end try
  33115. All Packages
  33116. WorldScript UpdaterO
  33117. Dev.CD Jul 96 SSWV
  33118. 68183X
  33119. QuickTime, Java, MRJo choose file -- uncomment to test in an AS editor
  33120.     tell application "Finder"
  33121.         open item "Dev.CD Apr 94
  33122. Dev.CD Jan 94
  33123. Dev.CD Oct 93
  33124. Dev.CD Jul 93
  33125. Dev.CD Apr 93"
  33126.         activate
  33127.     end tell
  33128. on error errMsg number errNum
  33129.     --enter statements to perform when no records are found such as...
  33130.     display dialog "Sorry, the item you selected could not be found."
  33131.     return
  33132. end try
  33133. atiopict
  33134. Jul 98M
  33135. Acrobat Reader 3.0N#audio, compression, playback, codecO3Dev.CD Mar OO RLDisk 1:Interactive Media Resources:P5Dev.CD Mar OO RLDisk 1
  33136.  - Interactive Media Resourcesl Documentation:develop:develop Issue 10:"
  33137.         activate
  33138.     end tell
  33139. on error errMsg number errNum
  33140.     --enter statements to perform when no records are found such as...
  33141.     display dialog "Sorry, the item you selected could not be found."
  33142.     return
  33143. end try
  33144. Deletedq
  33145. Dev.CD Sep 96 RL
  33146. {D(All Packages
  33147. Reference Library Edition
  33148. develop Issue 11
  33149.     nager.
  33150. .DS_Store
  33151. build
  33152. English.lproj
  33153. ReadMe.rtf
  33154. ScrollingEditField.app
  33155. ScrollingEditField.pbproj
  33156. ScrollingTextUP.r
  33157. ScrollingTextUserPane.c
  33158. ScrollingTextUserPane.h
  33159. STUPControl.c
  33160. STUPControl.hK
  33161. Nov 00M
  33162. Mac OS X or laterN+Scrolling,Edit Field, Pane, Control ManagerOPDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ScrollingEditFieldX:ew Packageo&http://developer.apple.com/samplecode/
  33163. fRscrolling edit text items
  33164. scrolling
  33165. user pane
  33166. user pane items
  33167. control managero&http://developer.apple.com/samplecode/q
  33168. Dev.CD Nov 00 TC Disk 1
  33169. All Packages
  33170. New & RevisedF
  33171. ScrollingEditFieldX
  33172. MThis application creates a dialog window and installs a scrolling text user pane in the dialog.  You will notice that since the implementation of these scrolling text fields is based on the user pane control manager api, this program makes very few calls for maintaining the edit fields.  those calls are made by the control manager.
  33173. .DS_Store
  33174. build
  33175. English.lproj
  33176. ReadMe.rtf
  33177. ScrollingEditField.app
  33178. ScrollingEditField.pbproj
  33179. ScrollingTextUP.r
  33180. ScrollingTextUserPane.c
  33181. ScrollingTextUserPane.h
  33182. STUPControl.c
  33183. STUPControl.hK
  33184. Nov 00M
  33185. Mac OS X or laterN+Scrolling,Edit Field, Pane, Control ManagerOPDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ScrollingEditFieldX:ew Packageo&http://developer.apple.com/samplecode/
  33186. heckwindowin
  33187. checkwindowout
  33188. chess
  33189. chess
  33190. fastdither
  33191. rsrc@
  33192. features@
  33193. files
  33194. filesharingison@
  33195. finderdragpro
  33196. findfamilies@
  33197. first@
  33198. floattolong
  33199. flowctlmacs
  33200. frameworks@
  33201. fullpath@
  33202. game@
  33203. games@
  33204. get/set@
  33205. getenetaddrdirect
  33206. geticonsuitefromfind
  33207. globals
  33208. graphicimporter
  33209. graphics
  33210. guide@
  33211. hack@
  33212. handbook@
  33213. hardware@
  33214. hdlc@
  33215. history@
  33216. htmlsample
  33217. help@
  33218. hypercard
  33219. player@
  33220. iconpict@
  33221. ideas
  33222. toolkit
  33223. images@
  33224. import@
  33225.  CD."
  33226. This snippet shows how to determine whether the Icon Utilities are available.
  33227. J4IconUtilCheck(PPC)
  33228. IconUtilCheck.c
  33229. IconUtilCheck.mcpN
  33230. Icon, Utils, UtilitiesOJDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:IconUtilCheck:PRDev.CD Nov 00 TC Disk 1
  33231.  - Sample Code
  33232.  - Human Interface Toolbox
  33233.  - IconUtilCheck
  33234. --set theItem to choose file -- uncomment to test in an AS editor
  33235.     tell application "Finder"
  33236.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:"
  33237.         activate
  33238.     end tell
  33239. on error errMsg number errNum
  33240.     --enter statements to perform when no records are found such as...
  33241.     display dialog "Sorry, the item you selected could not be found."
  33242.     return
  33243. end try
  33244. end in two final cop
  33245. ;ies of your product with the artwork to Meeting Support Unlimited.  Your product boxes will be utilized in product displays of shipping native applications.
  33246. Please allow 2 - 4 weeks for the process.  Beta copies of your native software may be sent in to be verified.
  33247. Power Macintosh Evangelism
  33248. Apple Computer Inc.
  33249. Power Macintosh Prod. ArtworkK
  33250. Sep 94L
  33251. Mar 95O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  33252.  - Programs & Marketing
  33253. context
  33254. switch
  33255. goodies
  33256. utilities
  33257. dtscpluslibrary
  33258. dukemovie
  33259. dumparpcache
  33260. dumpnetworksetup
  33261. primer
  33262. edition
  33263. editor
  33264. edittextcdev
  33265. eenie
  33266. effect
  33267. eject
  33268. eject
  33269. cards
  33270. location
  33271. module
  33272. embedding
  33273. embedding
  33274. profile
  33275. documentation
  33276. empty
  33277. empty
  33278. engine
  33279. emulator
  33280. enable/disable
  33281.  00 TC Disk 1:Sample Code:Human Interface Toolbox:ProgressBars:PQDev.CD Nov 00 TC Disk 1
  33282.  - Sample Code
  33283.  - Human Interface Toolbox
  33284.  - ProgressBarsyou selected could not be found."
  33285.     return
  33286. end try
  33287. e    No Changef
  33288. AppleEvent Manager
  33289. coercionq
  33290. Dev.CD Nov 00 TC Disk 1
  33291. All Packages
  33292. AEGizmos 1.4.2V
  33293. 64986X
  33294. 69724X
  33295. Nov 00^    TC Disk 2
  33296. --set theItem to choose file -- uncomment to test in an AS editor
  33297.     tell application "Finder"
  33298.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:TEStyleSample:"
  33299.         activate
  33300.     end tell
  33301. on error errMsg number errNum
  33302.     --enter statements to perform when no records are found such as...
  33303.     display dialog "Sorry, the item you selected could not be found."
  33304.     return
  33305. end try
  33306. e    No Changef
  33307. TextEdit
  33308. TEStyleSample
  33309. Styleq
  33310. Dev.CD Nov 00 TC Disk 2
  33311. All Packages
  33312. F    Text DumpITThis folder contains an example of how to write a MAMake file for C++ load/dump use.JVDemoText.MAMake
  33313. DemoText.r
  33314. DemoTextDump.h
  33315. MDemoText.cp
  33316. README
  33317. UDemoText.cp
  33318. UDemoText.hM
  33319. MacApp 2.0.1 or later
  33320. MacApp, Text, Dump, Text DumpOIDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Text Dump:PTDev.CD Nov 00 TC Disk 2
  33321.  - Sample Code
  33322.  - Platforms and Tools
  33323.  - MacApp
  33324.  - Text DumpV
  33325. 69725X
  33326. Nov 00^    TC Disk 2
  33327. e    No Change
  33328. example
  33329. demonstrates
  33330. script
  33331. applicatio
  33332. example
  33333. simpletext
  33334. 1.4d16
  33335. source
  33336. Nov 00 TC Disk 2:Sample Code:Printing:HairLines:"
  33337.         activate
  33338.     end tell
  33339. on error errMsg number errNum
  33340.     --enter statements to perform when no records are found such as...
  33341.     display dialog "Sorry, the item you selected could not be found."
  33342.     return
  33343. end try
  33344. ected could not be found."
  33345.     return
  33346. end try
  33347. All Packages
  33348. Open TransportO
  33349. Dev.CD Jun 97 SSWP
  33350. Dev.CD Jun 97 SSV
  33351. 65573X
  33352. Jun 97
  33353. f--set theItem to choose file -- uncomment to test in an AS editor
  33354.     tell application "Finder"
  33355.         open item "Dev.CD Jun 97 SSW"
  33356.         activate
  33357.     end tell
  33358. on error errMsg number errNum
  33359.     --enter statements to perform when no records are found such as...
  33360.     display dialog "Sorry, the item you selected could not be found."
  33361.     return
  33362. end try
  33363. All Packages
  33364. Open TransportO
  33365. Dev.CD Jun 97 SSWV
  33366. 65574X
  33367. aglfonts
  33368. agree_
  33369. agreement_
  33370. ahead
  33371. aiatj
  33372. aiding
  33373. hidemenubar
  33374. hidemenubar
  33375. hidemenubar
  33376. hiermenus
  33377. hiermenus
  33378. hiermenus
  33379. hiermenus
  33380. hiermenus
  33381. highsierra
  33382. highsierra
  33383. higos8guide
  33384. higuidelines
  33385. terface Toolbox:ictbSample:"
  33386.         activate
  33387.     end tell
  33388. on error errMsg number errNum
  33389.     --enter statements to perform when no records are found such as...
  33390.     display dialog "Sorry, the item you selected could not be found."
  33391.     return
  33392. end try
  33393. e    No Changef
  33394. Dialog Managerq
  33395. Dev.CD Nov 00 TC Disk 1
  33396. All Packages
  33397. ImageCompositingV
  33398. 63733X
  33399. Nov 00^    TC Disk 2
  33400. e    No Change
  33401. und."
  33402.     return
  33403. end try
  33404. e    No Changef2DrawSprocket
  33405. color
  33406. depth
  33407. resolution
  33408. switching
  33409. gameo
  33410. http://developer.apple.com/sdkq
  33411. Dev.CD Apr 00 SDK1
  33412. *AboutBox.c
  33413. AboutBox.h
  33414. CIconButtons.c
  33415. CIconButtons.h
  33416. History.c
  33417. History.h
  33418. HTMLSample
  33419. HTMLSample Help
  33420. HTMLSample Pages
  33421. HTMLSample.c
  33422. HTMLSample.h
  33423. HTMLSample.prj
  33424. HTMLSample.r
  33425. HTMLSample.rsrc
  33426. MakeFile
  33427. Re- C/F Registration Request
  33428. ReadMe
  33429. RenderingWindow.c
  33430. RenderingWindow.h
  33431. SampleUtils.c
  33432. SampleUtils.h
  33433. rs hardware and software requirements to be considered when developing AIX for Apple Network Server device drivers or server applications and a Mac OS client. Part I covers developing cli
  33434. ent/server applications, including both Mac OS and AIX considerations. Part II covers the development of device drivers, including Open Firmware requirements. Part III documents the AppleTalk API. Part IV provides the man pages for Apple-specific AIX commands. There is an appendix for keyboard positions.
  33435. This guide is to be used in conjunction with AIX developer guides from IBM. Information on how to obtain the IBM AIX developer guides and tools can be found on IBM's Web site (www.ibm.com
  33436. )e    No Changef
  33437. InputSprocket
  33438. PowerPlantq
  33439. Dev.CD Nov 00 TC Disk 1
  33440. All Packages
  33441. InputSprocketTest
  33442. This sample demonstates the basic implmenetation of high and low level InputSprocket.  It shows the following functionality:
  33443. - ISpElementList_ExtractByKind
  33444. - List all devices
  33445. - List all elements
  33446. - List all buttons
  33447. - List all directional pads
  33448. - List all axes
  33449. - List all X-axes
  33450. - Get events
  33451. - Suspend
  33452. - Resume
  33453. - Create needs
  33454. - Destroy needs
  33455. - Get needs events
  33456. - Configuration dialog
  33457. - Enable mouse and keyboard
  33458. - Disable mouse and keyboard
  33459. - Reinitialize ADB bus
  33460. - Allocate/Deallocate test
  33461. - TestBIArbitraryAllocate test
  33462. - TestAccelration
  33463. - Enable speech
  33464. - Disable speech
  33465. InputSprocketSimpleTest.cp
  33466. InputSprocketSimpleTest.r
  33467. InputSprocketSimpleTest.rsrc
  33468. InputSprocketTest.CW2.prj
  33469. InputSprocketTest.CW5.prj
  33470. ISp AutoTest
  33471. ISp DialogTest
  33472. ISp MenuTest
  33473. ISpAutoTest.h
  33474. ISpDialogTest.h
  33475. ISpMenuTest.h
  33476. MakefileK
  33477. Feb 00V
  33478. 68625X
  33479. 1e    No Change
  33480. uad buffering for both recording and playback.  The recording is done with vox recording on, so it only records sound which is at least of a certain level.
  33481. WaveTable Sounds:  These snippets show how to use waveTableSynth and squareWaveSynth.
  33482. Communications Toolbox
  33483. Contributed
  33484. Devices and Hardware
  33485. Files
  33486. Games
  33487. Graphics 2D
  33488. Graphics 3D
  33489. Help Systems
  33490. Human Interface Toolbox
  33491. Interapplication Comm
  33492. Memory
  33493. Networking
  33494. OS Utilities
  33495. Overview
  33496. Platforms and Tools
  33497. Printing
  33498. Processes
  33499. QuickTime
  33500. Runtime Architecture
  33501. Sound
  33502. Nov 96O
  33503. Dev.CD Nov 99 TC:Sample Code:P
  33504. Dev.CD Nov 99 TC
  33505.  - Sample Code
  33506. WctsegV
  33507. 64099X
  33508. Nov 00^    TC Disk 2
  33509. e    No Change
  33510. 68692X
  33511. Jun 95^
  33512. --set theItem to choose file -- uncomment to test in an AS editor
  33513.     tell application "Finder"
  33514.         open item "Dev.CD Jun 95 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:"
  33515.         activate
  33516.     end tell
  33517. on error errMsg number errNum
  33518.     --enter statements to perform when no records are found such as...
  33519.     display dialog "Sorry, the item you selected could not be found."
  33520.     return
  33521. end try
  33522. Deletedf;UNIX
  33523. Open Systems
  33524. workstation
  33525. Solaris
  33526. HP-UXq
  33527. Dev.CD Jun 95 RL
  33528. nD!All Packages
  33529. Tool Chest Edition
  33530. Mac Graphics Primer 2
  33531.     m when no records are found such as...
  33532.     display dialog "Sorry, the item you selected could not be found."
  33533.     return
  33534. end try
  33535. Movedf"quicktime jpeg compress decompressq
  33536. Dev.CD Nov 00 TC Disk 1
  33537. All Packages
  33538. JSaverV
  33539. 67028X
  33540. step-by-step
  33541. sticky
  33542. still[
  33543. stills
  33544. stopn
  33545. stopping
  33546. storage
  33547. store
  33548. storedf
  33549. storing
  33550. story{
  33551. stragegy{
  33552. strassmann
  33553. strategic{
  33554. strategies
  33555. strategy{
  33556. stream
  33557. streamedit
  33558. streaming
  33559. streamlined
  33560. streams
  33561. strengths
  33562. stress
  33563. stress-tested
  33564. strictly
  33565. string
  33566. stringing
  33567. stringsf
  33568. stringservices
  33569. strip
  33570. stripped
  33571. stripunits
  33572. stroke
  33573. stroll
  33574. stronger
  33575. strongest{
  33576. strongly
  33577. structure
  33578. structured
  33579. structures
  33580. possible
  33581. across
  33582. several
  33583. screens
  33584. how-to
  33585. soundsprocket
  33586. source
  33587. space
  33588. spbrecord
  33589. speach
  33590. specification
  33591. speech
  33592. speech
  33593. recognition
  33594. spell
  33595. spellswell
  33596. spinning
  33597. spinning
  33598. cursors
  33599. splice
  33600. spooler
  33601. sprite
  33602. sprite
  33603. toolbox
  33604. sprites
  33605. spriteworld
  33606. sprocket
  33607. sprockets
  33608. srccopy
  33609. srcxor
  33610. stack
  33611. stacks
  33612. standard
  33613. standard
  33614. standard
  33615. standardfile
  33616. choose
  33617. folder
  33618. standardfile
  33619. standards
  33620. standards
  33621. based
  33622. starmax
  33623. state
  33624. statements
  33625. status
  33626. objective-c
  33627. objectsupportlib
  33628. objectsupportlib
  33629. 1.1.4
  33630. offscreen
  33631. offscreencontrolupda
  33632. onescannerx
  33633. ooptesample
  33634. nt 'see' specific information on the target (i.e. VU Aid has
  33635.     ScreenCompare and WindowCompare modules which permit the target to tell
  33636.     its host if specific or all screen content matches a pre-measured checksum.
  33637.   vuCollect 1.0b1
  33638.     This folder contains a combination MPW Tool/Script that is designed
  33639.     to collect information on a target machine and format it so that there
  33640.     is only 1 descriptor per line.  For more information, see the
  33641.     "vuCollect ReadMe" file.
  33642.   VUMarF
  33643. k 1.0b1
  33644.     VUMark is an MPW script that will mark all of the VU tasks in a file
  33645.     for you.  For more information on VUMark, see the "Controls.lib Reference"
  33646.     document.
  33647. Virtual User tools.imgK
  33648. Vol VL
  33649. Feb 94M1ShimmerMate must be launched from the same volumeOJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  33650.  - Tool Chest
  33651.  - Testing & Debugging
  33652.  - Virtual User toolskstra-erickson
  33653. dylan
  33654. dynamic
  33655. application
  33656. environment
  33657. graphics
  33658. primer
  33659. runtime
  33660. architectures
  33661. runtime
  33662. 1.0.1b1c2
  33663. encodings
  33664. macapp
  33665. macapp
  33666. developer
  33667. survey
  33668. macapp
  33669. r13u5
  33670. macapp
  33671. macapp
  33672. r15d1
  33673. macapp
  33674. release
  33675. macbinary
  33676. maccalendar
  33677. maccalendar
  33678. 1.1b1
  33679. maccheck
  33680. maccheck
  33681. 1.0.4
  33682. macgamma
  33683. macintoshp
  33684. macintosh
  33685. cd-rom
  33686. setup
  33687. 5.3.2
  33688. macintosh
  33689. v1.1.1
  33690. macintosh
  33691. 1.1.1
  33692. market
  33693. marquee
  33694. media
  33695. memory
  33696. modern
  33697. module
  33698. monitor
  33699. mouse
  33700. movie
  33701. navigator
  33702. newsz
  33703. notesT
  33704. onescannerx
  33705. opp's
  33706. end try
  33707. appearanceu
  33708. appearance
  33709. manageru
  33710. append
  33711. appkit
  33712. appkit
  33713. reference
  33714. appleb
  33715. apple
  33716. event
  33717. server
  33718. apple
  33719. eventsb
  33720. apple
  33721. guide
  33722. apple
  33723. apple
  33724. apple
  33725. newsz
  33726. apple
  33727. share
  33728. authentication
  33729. apple
  33730. shared
  33731. library
  33732. manager
  33733. apple
  33734. system
  33735. apple
  33736. services
  33737. unicode
  33738. imaging
  33739. appleevent
  33740. appleevent
  33741. managerf
  33742. appleevent
  33743. object
  33744. model
  33745. appleevents
  33746. appleglot
  33747. appleglot
  33748. localization
  33749. internationalization
  33750. translation
  33751. applescript
  33752. applescript
  33753. applescript
  33754. subroutines
  33755. applesearch
  33756. appleshare
  33757. appleshare
  33758. client
  33759. appleshare
  33760. appletalk
  33761. quicktime
  33762. quicktime
  33763. compress
  33764. decompress
  33765. quicktime
  33766. quickview
  33767. appleevent
  33768. ethernet
  33769. ramdisk
  33770. rapid
  33771. rapid
  33772. application
  33773. development
  33774. raster
  33775. ratesA
  33776. rawip
  33777. rawmode
  33778. reader
  33779. readsector
  33780. readsector
  33781. msdos
  33782. reality
  33783. reassembler
  33784. receive
  33785. receives
  33786. reconfiguration
  33787. record
  33788. record
  33789. sound
  33790. view^
  33791. macapp
  33792. center
  33793. center
  33794. viewenable
  33795. viewer
  33796. virtual
  33797. virtualuser
  33798. visigenic
  33799. visrgn
  33800. voice
  33801. volume
  33802. volumes
  33803. vrefnum
  33804. vrefnum
  33805. dirid
  33806. vtwinj
  33807. virtual
  33808. virtual
  33809. virtualuser
  33810. filetool
  33811. memor
  33812. virtual
  33813. virtualuser
  33814. testing
  33815. automation
  33816. automated
  33817. vu-meter
  33818. vumeter
  33819. vumeter
  33820. sound
  33821. level
  33822. meters
  33823. sample
  33824. volume
  33825. waitnextevent
  33826. wake100
  33827. waste
  33828. waste
  33829. textedit
  33830. worldscript
  33831. wavelet
  33832. checkbox
  33833. control
  33834. color
  33835. webobjects
  33836. igning
  33837. robustness
  33838. testing
  33839. webobjects
  33840. objective-c
  33841. Summary:  The QTVR Beta-Level Tools are for use in creating QuickTime VR content.  The tools are beta-level and unsupported. Source code for these tools is available in the folder QTVR Beta-Level Tools Source. 
  33842. Make QTVR Object takes input in the form of a QuickTime movie with frames that are photographs of, or views of, an object. It combines these photographs or views into a single QuickTime VR object. 
  33843. Make QTVR Panorama takes input in the form of a PICT file generated by a computer g
  33844. raphics program or a scanned wide-angle or panoramic photo. It converts the PICT into a QuickTime VR panorama.
  33845. These tools:
  33846.  Make it easy for computer graphics program users to create QuickTime VR content.
  33847.  Make it easy for photographers to convert photographs of an object into a QTVR object, and to convert wide-angle or panoramic photos into a QTVR panorama. 
  33848.  Do not support stitching of photos, the creation of "hot spots" on panoramas, or the combination of panoramas and/or objects i
  33849. lJ[Hose.h
  33850. HoseFile.r
  33851. HoseIrda.c
  33852. HoseIrda.h
  33853. HoseIrdaLib
  33854. LW8_Hosesample.mcp
  33855. PSWriterErr.h
  33856. READMEK
  33857. Jul 99M
  33858. LaserWriter 8.6 and aboveN'LaserWriter 8, custom hose, IrDA sampleO<Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:LW8_Hosesample:PDDev.CD Nov 00 TC Disk 2
  33859.  - Sample Code
  33860.  - Printing
  33861.  - LW8_HosesampleV
  33862. 68691X
  33863. Nov 00^    TC Disk 2
  33864. --set theItem to choose file -- uncomment to test in an AS editor
  33865.     tell application "Finder"
  33866.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:LW8_Hosesample:"
  33867.         activate
  33868.     end tell
  33869. on error errMsg number errNum
  33870.     --enter statements to perform when no records are found such as...
  33871.     display dialog "Sorry, the item you selected could not be found."
  33872.     return
  33873. end try
  33874. e    No Changef%LaserWriter 8
  33875. custom hose
  33876. IrDA sampleq
  33877. Dev.CD Nov 00 TC Disk 2
  33878. mD(All Packages
  33879. Reference Library Edition
  33880. Mac Application Environment 2.0
  33881.      TC Disk 1
  33882.  - Tool Chest
  33883.  - Toolbox
  33884.  - MountAlias 1.0V
  33885. 62276X
  33886. Nov 00^    TC Disk 1
  33887. e    No Change
  33888. packagesA
  33889. backscrap
  33890. backside
  33891. backup
  33892. balloon
  33893. balloon
  33894. balloons
  33895. bandai
  33896. bandwidthA
  33897. services
  33898. baseaddr
  33899. cursor
  33900. depth
  33901. bitblitz
  33902. bitmap
  33903. block
  33904. botright
  33905. bottleneck
  33906. broadcast
  33907. browser
  33908. btstbool
  33909. btstq
  33910. bufcallback
  33911. buffer
  33912. buffered
  33913. reports
  33914. bundle
  33915. bundle
  33916. services
  33917. cacheA
  33918. cache
  33919. ratesA
  33920. calccmask
  33921. calcmask
  33922. calculator
  33923. calibrator
  33924. capped
  33925. carbon
  33926. carbon
  33927. printing
  33928. carbon
  33929. printing
  33930. manager
  33931. carbonlib
  33932. cardbus
  33933. tracker
  33934. cd-rom
  33935. cdrom
  33936. center
  33937. center
  33938. centerrectinrect
  33939. a-lawQ
  33940. a-law
  33941. sdec/scomQ
  33942. a/roseR
  33943. a/rose
  33944. 1.2.1R
  33945. aboutS
  33946. about
  33947. developer
  33948. universityS
  33949. technical
  33950. notesT
  33951. access
  33952. acrobat_
  33953. analyzer
  33954. 1.0d6U
  33955. 1.0.1b3V
  33956. parser
  33957. 5.0.7W
  33958. adbreinitX
  33959. adbreinit
  33960. addframetomovie
  33961. addhtactions
  33962. addresmenu7.1
  33963. addvractions
  33964. adlib]
  33965. adlib
  33966. 2.6.5]
  33967. adlib
  33968. 3.0.1^
  33969. adobe_
  33970. adobe
  33971. acrobat
  33972. reader_
  33973. adorner
  33974. advanced`
  33975. advanced
  33976. color
  33977. imaging
  33978. interaction
  33979. samplea
  33980. sample
  33981. applicationsb
  33982. toolsc
  33983. terminology
  33984. 3/92d
  33985. aecdev/aedaemon
  33986. aecoercion
  33987. aegizmosg
  33988. aegizmos
  33989. 1.4.2g
  33990. aetrackerh
  33991. aetracker
  33992. aevti
  33993. dcmdi
  33994. aiffk
  33995. writer
  33996. sdevk
  33997. aiffwriter
  33998. alawm
  33999. scomm
  34000. aliasn
  34001. alias
  34002. javao
  34003. powerbook
  34004. powerbook
  34005. addendum
  34006. powerbook
  34007. powerbook
  34008. 2400c
  34009. powerbook
  34010. developingW
  34011. developmentw
  34012. developments{
  34013. devfeedback
  34014. devicel
  34015. device's
  34016. deviceloop
  34017. devicesW
  34018. devon
  34019. devsupport
  34020. devworld
  34021.  - DSp Context Switch
  34022. ONDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI VBL Sample:PYDev.CD Nov 00 TC Disk 1
  34023.  - Sample Code
  34024.  - Devices and Hardware
  34025.  - SCSI
  34026.  - SCSI VBL SampleV
  34027. 69269X
  34028. Nov 00^    TC Disk 1
  34029. --set theItem to choose file -- uncomment to test in an AS editor
  34030.     tell application "Finder"
  34031.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI VBL Sample:"
  34032.         activate
  34033.     end tell
  34034. on error errMsg number errNum
  34035.     --enter statements to perform when no records are found such as...
  34036.     display dialog "Sorry, the item you selected could not be found."
  34037.     return
  34038. end try
  34039. e    No Changef:SCSI
  34040. SCSI Manager 4.3
  34041. asynchronous
  34042. inquiry
  34043. SCSI VBL Sampleq
  34044. Dev.CD Nov 00 TC Disk 1
  34045. All Packages
  34046. SearchProcs & Color Sep
  34047. 69270X
  34048. mergeitems
  34049. message
  34050. meta-content
  34051. meta-content
  34052. format
  34053. metertest
  34054. metertest
  34055. metertest
  34056. metertest
  34057. metrowerks
  34058. metrowerks
  34059. build
  34060. script
  34061. N.SimpleText, script, print, scriptable printingOIDev.CD Nov 00 TC Disk 2:Sample Code:Printing:Scriptable Print SimpleText:PQDev.CD Nov 00 TC Disk 2
  34062.  - Sample Code
  34063.  - Printing
  34064.  - Scriptable Print SimpleTextV
  34065. 69255X
  34066. Nov 00^    TC Disk 2
  34067. --set theItem to choose file -- uncomment to test in an AS editor
  34068.     tell application "Finder"
  34069.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Scriptable Print SimpleText:"
  34070.         activate
  34071.     end tell
  34072. on error errMsg number errNum
  34073.     --enter statements to perform when no records are found such as...
  34074.     display dialog "Sorry, the item you selected could not be found."
  34075.     return
  34076. end try
  34077. e    No Changef+SimpleText
  34078. script
  34079. print
  34080. scriptable printingq
  34081. Dev.CD Nov 00 TC Disk 2
  34082. All Packages
  34083. ScriptableStuffItEngine
  34084. 69256X
  34085. prototyping
  34086. prototyping
  34087. toolkit
  34088. protoviews
  34089. protoviews
  34090. protoviews
  34091. protoviews
  34092. pshdldemo
  34093. graphy
  34094. D(All Packages
  34095. Reference Library Edition
  34096. Handlerq
  34097. Dev.CD Nov 00 TC Disk 2
  34098. All Packages
  34099. QTtoJavaImageIuThis demo program shows the usage of the GraphicsImporterDrawer is used to produce pixels to create a java.awt.Image
  34100. J5qj.bat
  34101. QTtoJavaImage
  34102. QTtoJavaImage.zip
  34103. README.txt
  34104. Feb 00
  34105. - Common
  34106.     - Sun Compliant Java Runtime Environment 1.1
  34107.     - QuickTime 3 
  34108.     - QTJava.zip
  34109.     - QTJava media samples
  34110. - Mac OS:
  34111.     - System 8 or later
  34112.     - Macintosh Runtime for Java (MRJ) 2.1
  34113. - Windows 95, 98, or NT::
  34114.     - JRE/JDK from Sun Microsystems, Inc. recommended
  34115. QuickTime, Java, MRJ
  34116. OODev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:PZDev.CD Nov 00 TC Disk 2
  34117.  - Sample Code
  34118.  - QuickTime
  34119.  - QuickTime for Java
  34120.  - QTtoJavaImageV
  34121. 67383X
  34122. Nov 00^    TC Disk 2
  34123. e    No Change
  34124. ragging
  34125. draghook
  34126. draglib
  34127. draglow
  34128. dragwindow
  34129. dragwindowgrid
  34130. dragwindowgrid
  34131. sample
  34132. showing
  34133. write
  34134. function
  34135. dynamo
  34136. image
  34137. contains
  34138. golden
  34139. master
  34140. pre-release
  34141. versi
  34142. document
  34143. describes
  34144. waste
  34145. worldscript
  34146. aware
  34147. styled
  34148. document
  34149. lists
  34150. selectors
  34151. known
  34152. creator
  34153. document
  34154. provides
  34155. preliminary
  34156. information
  34157. about
  34158. macintosh
  34159. application
  34160. contains
  34161. examp
  34162. follow
  34163. example
  34164. shows
  34165. single
  34166. frame
  34167. oss.  The developer note includes information of most interest to developers and provides descriptions of the internal architecture, the I/O ports and devices, and the expansion features. 
  34168. PowerBookG3Series.pdfK
  34169. Vol XL
  34170. Jul 98N`Macintosh, PowerBook G3 Series, developers, PowerPC, backside, cache, expansion, I/O RAM CardBusOHDev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  34171.  - What's New
  34172.  - Technical Documentation
  34173.  - DeveloperNotesV
  34174. 66856X
  34175. Jul 98^
  34176. SSW/SDK
  34177. encoding
  34178. converter
  34179. allows
  34180. convert
  34181. 68839X
  34182. Nov 99^
  34183. r--set theItem to choose file -- uncomment to test in an AS editor
  34184.     tell application "Finder"
  34185.         open item "Dev.CD Nov 99 TC:Sample Code:"
  34186.         activate
  34187.     end tell
  34188. on error errMsg number errNum
  34189.     --enter statements to perform when no records are found such as...
  34190.     display dialog "Sorry, the item you selected could not be found."
  34191.     return
  34192. end try
  34193. Deletedq
  34194. Dev.CD Nov 99 TC
  34195. All Packages
  34196. New & RevisedF
  34197. OT Virtual Server
  34198. The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with.   It also demonstrates the speed of Open Transport when used properly.
  34199. J6About OTVirtual Server
  34200. OTVirtualClient
  34201. OTVirtualServerL
  34202. Nov 00M
  34203. Open Transport 1.1.100 TC Disk 1:Sample Code:Networking:OT Virtual Server:V
  34204. 68840X
  34205. Updatedo&http://developer.apple.com/samplecode/
  34206. tSample demonstrat
  34207. e    No ChangefGCommunications Toolbox
  34208. serial ports
  34209. Communications Resource Manager
  34210. Dev.CD Nov 00 TC Disk 1
  34211. All Packages
  34212. FindSysFolderIzHere's a snippet.  It returns the vRefNum and DirID of the System Folder. It does it the right way under both 6.0 and 7.0.J4FindSysFolder(PPC)
  34213. FindSysFolder.c
  34214. FindSysFolder.mcpN
  34215. vRefNum, DirIDOJDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:FindSysFolder:PRDev.CD Nov 00 TC Disk 1
  34216.  - Sample Code
  34217.  - Human Interface Toolbox
  34218.  - FindSysFolderV
  34219. 68547X
  34220. Nov 00^    TC Disk 1
  34221. --set theItem to choose file -- uncomment to test in an AS editor
  34222.     tell application "Finder"
  34223.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:FindSysFolder:"
  34224.         activate
  34225.     end tell
  34226. on error errMsg number errNum
  34227.     --enter statements to perform when no records are found such as...
  34228.     display dialog "Sorry, the item you selected could not be found."
  34229.     return
  34230. end try
  34231. e    No Changef
  34232. vRefNum
  34233. DirID
  34234.  return
  34235. end try
  34236. --set theItem to choose file -- uncomment to test in an AS editor
  34237.     tell application "Finder"
  34238.         open item "Dev.CD Apr 94
  34239. Dev.CD Jan 94
  34240. Dev.CD Oct 93
  34241. Dev.CD Jul 93"
  34242.         activate
  34243.     end tell
  34244. on error errMsg number errNum
  34245.     --enter statements to perform when no records are found such as...
  34246.     display dialog "Sorry, the item you selected could not be found."
  34247.     return
  34248. end try
  34249. ions/methods
  34250. fundamental
  34251. fundamentally
  34252. fundamentals
  34253. further
  34254. future{
  34255. futures
  34256.  number errNum
  34257.     --enter statements to perform when no records are found such as...
  34258.     display dialog "Sorry, the item you selected could not be found."
  34259.     return
  34260. end try
  34261. All Packages
  34262. QuickDraw 3DO
  34263. Dev.CD Jan 96 SSWV
  34264. 62528X
  34265. All Packages
  34266. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  34267. Dev.CD Jan 94
  34268. Dev.CD Oct 93
  34269. Dev.CD Aug 93P6Dev.CD Apr 94
  34270. Dev.CD Jan 94
  34271. Dev.CD Oct 93
  34272. Dev.CD Aug 9V
  34273. 69473X
  34274. Apr 94
  34275. --set theItem to choose file -- uncomment to test in an AS editor
  34276.     tell application "Finder"
  34277.         open item "Dev.CD Apr 94
  34278. Dev.CD Jan 94
  34279. Dev.CD Oct 93
  34280. Dev.CD Aug 93"
  34281.         activate
  34282.     end tell
  34283. on error errMsg number errNum
  34284.     --enter statements to perform when no records are found such as...
  34285.     display dialog "Sorry, the item you selected could not be found."
  34286.     return
  34287. end try
  34288. All Packages
  34289. System Enabler 001 (IIvx, IIvi)O)Dev.CD Apr 94
  34290. Dev.CD Jan 94
  34291. Dev.CD Oct 93P(Dev.CD Apr 94
  34292. Dev.CD Jan 94
  34293. Dev.CD Oct 9V
  34294. 69474X
  34295. Apr 94
  34296. 160/165c/180/180c
  34297. =AIFFHardware.c
  34298. AIFFWriter 68K
  34299. AIFFWriter 68K Debug
  34300. AIFFWriter PPC
  34301. AIFFWriter PPC Debug
  34302. AIFFWriter.c
  34303. AIFFWriter.def
  34304. AIFFWriter.dll
  34305. AIFFWriter.h
  34306. AIFFWriter.l
  34307. AIFFWriter.mak
  34308. AIFFWriter.mcp
  34309. AIFFWriter.r
  34310. AIFFWriter.rez.bat
  34311. Building QT Samples
  34312. dllmain.c
  34313. MacDebugPrefix.h
  34314. MacPrefix.h
  34315. README
  34316. SoundOutputDispatch.h
  34317. WinPrefix.h
  34318. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N8QuickTime, AIFF, Sound, Mixer, Output, Device, ComponentOPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:Goodies:AIFFWriter:P^Dev.CD Nov 00 TC Disk 2
  34319.  - Sample Code
  34320.  - QuickTime
  34321.  -  All Macintosh
  34322.  - Goodies
  34323.  - AIFFWriterovie
  34324. Image
  34325. Graphics
  34326. Decompressors
  34327. Dev.CD Nov 00 TC Disk 2
  34328. All Packages
  34329. New & RevisedF
  34330. ImporterWinbatim.
  34331. You will need to download InputSprocket 1.2.1 in order to build this project.
  34332. Feb 00
  34333. s the full set of Traditional Chinese as well as Simplified Chinese, including Roman letters and numerals.
  34334. Unique Stroke Player shows correct way of writing Chinese characters.
  34335. CT-009-4436 (Inst 1)
  34336. CT-009-4437 (Inst 2)
  34337. CT-009-4438 (Inst 3)
  34338. CT-009-4439 (Inst 4)
  34339. CT-009-4440 (Inst 5)
  34340. CT-009-4441 (Inst 6)
  34341. CT-009-4442 (Inst 7)
  34342. CT-009-4443 (Inst 8)
  34343. CT-009-4444 (Inst 9)
  34344. Read Me First! SC
  34345. Read Me First! TCK
  34346. Nov 96L
  34347. May 97Mw68040 and above, any brand of tablet (connect via ADB port), System 7.1 or above with Chinese Language Kit 1.1 or aboveN<Chinese, handwriting, pen, input, keyboard, tablet, CHK, THYO;Dev.CD Aug 97 TC:Language Kits:Chinese Handwriting Kit 1.0:P@Dev.CD Aug 97 TC
  34348.  - Language Kits
  34349.  - Chinese Handwriting Kit 1.0sourcebug
  34350. source-level
  34351. debugger
  34352. debugging
  34353. 68k-based
  34354. sourcemenu
  34355. sourceobj
  34356. YP<Dev.CD Apr 98 SDK1
  34357.  - Development Kits (Disc 1)
  34358.  - AppleTalk AS editor
  34359.     tell application "Finder"
  34360.         open item "Dev.CD Apr 94
  34361. Dev.CD Jan 94
  34362. Dev.CD Oct 93
  34363. Dev.CD Jul 93
  34364. Dev.CD Apr 93"
  34365.         activate
  34366.     end tell
  34367. on error errMsg number errNum
  34368.     --enter statements to perform when no records are found such as...
  34369.     display dialog "Sorry, the item you selected could not be found."
  34370.     return
  34371. end try
  34372. indeed
  34373. independant
  34374. independent
  34375. independently
  34376. indexj
  34377. index2color
  34378. indexed
  34379. indexes
  34380. indexing
  34381. india
  34382. indian
  34383. indicate[
  34384. indicated_
  34385. Dev.CD Nov 00 TC Disk 2
  34386. All Packages
  34387. MoreNetworkSetup
  34388. 62274X
  34389. icons
  34390. icplistports
  34391. format
  34392. identification
  34393. developer
  34394. image
  34395. image
  34396. compression
  34397. image
  34398. decompressor
  34399. images
  34400. imagewriter
  34401. imaging
  34402. implementation
  34403. import
  34404. importer
  34405. importers
  34406. inactive
  34407. index
  34408. index2color
  34409. indian
  34410. indication
  34411. plist
  34412. information
  34413. information
  34414. property
  34415. infoscrap
  34416. inline
  34417. inline
  34418. input
  34419. input
  34420. inputsprocket
  34421. inquiry
  34422. inserted
  34423. inside
  34424. instance
  34425. variables
  34426. instructions
  34427. instrumentation
  34428. instruments
  34429. interaction
  34430. interactive
  34431. interactive
  34432. media
  34433. solutions
  34434. interface
  34435. interfaces
  34436. interleaving
  34437. international
  34438. internationalization
  34439. internet
  34440. image
  34441. inserted
  34442. events
  34443. display
  34444. display
  34445. folder
  34446. display
  34447. display
  34448. manager
  34449. display
  34450. displays
  34451. displayvideo
  34452. disposctable
  34453. disposegworld
  34454. dixzero
  34455. dynamic
  34456. library
  34457. dmfkey
  34458. documentation
  34459. double
  34460. double
  34461. buffer
  34462. manager
  34463. draghook
  34464. drawing
  34465. drawsprocket
  34466. drive
  34467. drive
  34468. setup
  34469. driver
  34470. driver
  34471. gestalt
  34472. driver
  34473. table
  34474. drivergestalt
  34475. drivergestalt
  34476. drivergestaltexplore
  34477. drivers
  34478. utilities
  34479. dtscpluslibrary
  34480. dumparpcache
  34481. dumpnetworksetup
  34482. duplication
  34483. dynamic
  34484. dynamic
  34485. linking
  34486. editorO
  34487. eenie
  34488. effect
  34489. eject
  34490. electronics
  34491. embed
  34492. emulator
  34493. whats
  34494. whatsnew
  34495. whatsnew
  34496. whatsnew
  34497. wherecds
  34498. wherecds
  34499. wherecds
  34500. white
  34501. archivedV
  34502. windname
  34503. windname
  34504. windoid
  34505. windoid
  34506. mamake
  34507. windoid
  34508. windoidrez
  34509. window
  34510. window
  34511. window
  34512. window
  34513. windowdialog
  34514. windowdialog
  34515. windowed
  34516. windowpalette
  34517. windowpalette
  34518. windowpositioner
  34519. windowpositioner
  34520. windowpositioner
  34521. windows
  34522. windows
  34523. windows
  34524. system
  34525. files
  34526. windowutilities
  34527. windowutilities
  34528. windowutilities
  34529. windstuff
  34530. windstuff
  34531. The Apple Information Access Toolkit (AIAT) is an object-oriented information access engine that provides required capabilities to index, search, and analyze large volumes of documents. The AIAT, formerly known by its code name 
  34532. V-Twin,
  34533.  is a collection of tools which can be used separately or together to perform a variety of information access tasks.
  34534. New feaures of AIAT 1.1 include:
  34535.  Document summarization - rank sentences within a document
  34536.  Document routing - specify arbitrary documenB
  34537. t categories and route documents among them
  34538.  Incremental accessor updating
  34539.  Improved related terms algorithm
  34540. Contact Apple's Software Licensing Department for licensing information
  34541. JOAIAT 1.0 Manual.pdf
  34542. AIAT 1.1 Changes.pdf
  34543. AIAT ReadMe
  34544. Examples
  34545. Headers
  34546. LibrariesK
  34547. Nov 97L
  34548. Jun 98MLMetrowerks CodeWarrior Pro version 1 or Metrowerks CodeWarrior Pro version 2N
  34549. search, index, vtwin, summaryO0Dev.CD Oct 00 SDK1:Development Kits:Mac OS:AIAT:V
  34550. environment
  34551. eomodeler
  34552. almost
  34553. omment to test in an AS editor
  34554.     tell application "Finder"
  34555.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:JScriptApplet:"
  34556.         activate
  34557.     end tell
  34558. on error errMsg number errNum
  34559.     --enter statements to perform when no records are found such as...
  34560.     display dialog "Sorry, the item you selected could not be found."
  34561.     return
  34562. end try
  34563. & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  34564.  - Tool Chest
  34565.  - Testing & Debugging
  34566.  - General toolsfound."
  34567.     return
  34568. end try
  34569. New Packagef=QuickTime
  34570. Graphics Importer
  34571. Movie importer
  34572. Image Decompressorq
  34573. Dev.CD Nov 00 TC Disk 2
  34574. All Packages
  34575. ImportExportI
  34576. This demo program shows how to export a movie, using the user dialog to customise export settings, import a media file and reference a media file in a movie.J3ie.bat
  34577. ImportExport
  34578. ImportExport.zip
  34579. README.txt
  34580. Feb 00
  34581. 3738X
  34582. 1e    No Change
  34583. o hear your feedback. 
  34584. [3] It's been sugges
  34585. --set theItem to choose file -- uncomment to test in an AS editor
  34586.     tell application "Finder"
  34587.         open item "Dev.CD Apr 94
  34588. Dev.CD Jan 94
  34589. Dev.CD Oct 93
  34590. Dev.CD Jul 93"
  34591.         activate
  34592.     end tell
  34593. on error errMsg number errNum
  34594.     --enter statements to perform when no records are found such as...
  34595.     display dialog "Sorry, the item you selected could not be found."
  34596.     return
  34597. end try
  34598. itself
  34599. iv-24
  34600. iw-half-dither
  34601. j-1.1
  34602. james
  34603. jamie
  34604. january{
  34605. january/february
  34606. japan{
  34607. macintosh
  34608. coprocessor
  34609. platformR
  34610. macintosh
  34611. macodbc
  34612. macosxserver
  34613. macsbug
  34614. mactcp
  34615. mactcp
  34616. development
  34617. transport
  34618. zaptcp
  34619. magic
  34620. magic
  34621. oracle
  34622. suite
  34623. manuals
  34624. marching
  34625. marching
  34626. marquee
  34627. mathlib
  34628. media
  34629. memory
  34630. memory
  34631. manager
  34632. memory
  34633. monitor
  34634. menuy
  34635. items
  34636. manager
  34637. menus
  34638. middleware
  34639. missA
  34640. mixed
  34641. mixed
  34642. mixer
  34643. model
  34644. modes
  34645. moduleN
  34646. monitor
  34647. morpheme
  34648. mouse
  34649. mouse
  34650. moved
  34651. mouseevent
  34652. moved
  34653. movewindow
  34654. movie
  34655. movie
  34656. importer
  34657. audio
  34658. MlApple Macintosh with Power PC processor, 64 megs of RAM, System 8.1, MRJ 2.0 or Later
  34659. MRJ SDK 2.1 (optional)NIJava, AppleScript, Scripting, AppleScript for Java, Magic Oracle, fortuneO6Dev.CD Nov 00 TC Disk 1:Sample Code:Java:Magic Oracle:P>Dev.CD Nov 00 TC Disk 1
  34660.  - Sample Code
  34661.  - Java
  34662.  - Magic Oracleniques illustrated include:
  34663. - implementing live scrolling scroll bars,
  34664. - drawing proportional scroll bars,
  34665. - using the hand cursor for scrolling allowing users to 'virtually' grab a window's contents and drag it around with the mouse.
  34666. - scrolling using the keyboard.
  34667. Other interesting techniques illustrated include:
  34668. - Setting the cu
  34669. .rsor and handling mouse moved events for various regions of the screen,
  34670. - Optimizing drawing performance by limiting drawing operations to those ones that will have a visual effect on the screen (This can dramatically improve the speed of drawing during scrolling operations).
  34671. It's just plain handy!!!
  34672. 66952X
  34673. 1e    No Change
  34674. dzgame
  34675. dzgame
  34676. windows/dos{
  34677. windowshade
  34678. wintermyre
  34679. wiredZ
  34680. wireless{
  34681. wishu
  34682. wishes
  34683. wishing
  34684. withA
  34685. All Packages
  34686. System 7 Tune-UpO
  34687. Dev.CD Sept 92
  34688. Dev.CD Aug 92P
  34689. Dev.CD Sept 92
  34690. Dev.CD Aug 9V
  34691. 69390X
  34692. Sept 9
  34693. q--set theItem to choose file -- uncomment to test in an AS editor
  34694.     tell application "Finder"
  34695.         open item "Dev.CD Sept 92
  34696. Dev.CD Aug 92"
  34697.         activate
  34698.     end tell
  34699. on error errMsg number errNum
  34700.     --enter statements to perform when no records are found such as...
  34701.     display dialog "Sorry, the item you selected could not be found."
  34702.     return
  34703. end try
  34704. All Packages
  34705. System 7 Tune-UpO
  34706. Dev.CD Sept 92
  34707. Dev.CD Aug 92P
  34708. Dev.CD Sept 92
  34709. Dev.CD Aug 9V
  34710. 69391X
  34711. Sept 9
  34712. q--set theItem to choose file -- uncomment to test in an AS editor
  34713.     tell application "Finder"
  34714.         open item "Dev.CD Sept 92
  34715. Dev.CD Aug 92"
  34716.         activate
  34717.     end tell
  34718. on error errMsg number errNum
  34719.     --enter statements to perform when no records are found such as...
  34720.     display dialog "Sorry, the item you selected could not be found."
  34721.     return
  34722. end try
  34723. e    No ChangefKfile
  34724. synchronization
  34725. backup
  34726. assistant
  34727. folder
  34728. duplication
  34729. control panelq
  34730. Dev.CD Nov 00 TC Disk 1
  34731. D!All Packages
  34732. Mac OS SDK Edition
  34733. File System Manager
  34734. Summary:  The File System Manager provides a systematic way for one or more foreign file systems to interact with the Macintosh file system using high-level language interface.
  34735. Features:
  34736.  File System Manager -- A system extension which implements version 1.2 of FSM and the extended Disk Initialization Package. This extension is compatible with System 7.0 and later.
  34737.  FSMGlueLib.o -- The glue code for the File System Manager service routines.
  34738.  FSM.h. FSM.p and FSM.a -- The Universal InteIS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems, the authors encourage you to contact them as follows:
  34739. Postal:    Bare Bones Software, Inc.
  34740.       P.O. Box 108
  34741.       Bedford, MA  01730-0108
  34742. Phone:    +1 508 651 3561
  34743. Fax:      +1 508 651 7584
  34744. WWW:      ht
  34745. Lurkers is an MPW tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  34746. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool B
  34747. is running.
  34748. JzFStubs.c
  34749. FStubs.c.o
  34750. Lurkers
  34751. Lurkers README
  34752. Lurkers README.txt
  34753. Lurkers.c
  34754. Lurkers.c.o
  34755. Lurkers.r
  34756. MakeFile
  34757. NameRevisionCurrentK
  34758. Mar 94L
  34759. Jan 98M
  34760. Lurkers, Projector, MPWOLDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:PWDev.CD Nov 00 TC Disk 1
  34761.  - Tool Chest
  34762.  - Development Kits
  34763.  - MPW Related
  34764.  - Lurkers 1.7nsformations on a Sprite. Its preferred that you create an archive of the classes directory when if you wish to put the applet on the web server.
  34765. ufailure
  34766. uglobals
  34767. uglobals
  34768. uhidtest
  34769. uhidtest
  34770. uk/eire
  34771. uk/eire
  34772. distributors/localiz
  34773. ukilleveryonebutme
  34774. ukilleveryonebutme
  34775. ukranian
  34776. ukranian
  34777. 1.1.3
  34778. ulawcodec
  34779. ulawcodec
  34780. ulawcodec
  34781. ulawcodec
  34782. ulawcodecdispatch
  34783. ulawcodecdispatch
  34784. ulawcompressor
  34785. ulawcompressor
  34786. ulawdecompressor
  34787. ulawdecompressor
  34788. umafailure
  34789. umafailure
  34790. umafailure
  34791. umafailure
  34792. umafailure
  34793. umafailure
  34794. umafailure
  34795. umenuedwindow
  34796. umenuedwindow
  34797. umenuedwindow
  34798. umenuhandler
  34799. umenuhandler
  34800. umousedocument
  34801. umousedocument
  34802. umousedocument
  34803. umouseinfo
  34804. umouseinfo
  34805. umouseinfo
  34806. umousetrackbehavior
  34807. numbers from file names
  34808. RemoveVMSVersionNumbersM
  34809. MPWOWDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MPW:Remove VMS Version Numbers:V
  34810. 64350X
  34811. 1e    No Change
  34812. yermfc
  34813. $PBDev.CD Nov 00 TC Disk 2
  34814.  - Sample Code
  34815.  - Printing
  34816.  - PDlog ExpandV
  34817. 68875X
  34818. Nov 00^    TC Disk 2
  34819. --set theItem to choose file -- uncomment to test in an AS editor
  34820.     tell application "Finder"
  34821.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PDlog Expand:"
  34822.         activate
  34823.     end tell
  34824. on error errMsg number errNum
  34825.     --enter statements to perform when no records are found such as...
  34826.     display dialog "Sorry, the item you selected could not be found."
  34827.     return
  34828. end try
  34829. e    No Changef
  34830. print
  34831. dialog
  34832. Dev.CD Nov 00 TC Disk 2
  34833. All Packages
  34834. PEF Viewer
  34835. 68876X
  34836. theItem to choose file -- uncomment to test in an AS editor
  34837.     tell application "Finder"
  34838.         open item "Dev.CD Apr 94
  34839. Dev.CD Jan 94"
  34840.         activate
  34841.     end tell
  34842. on error errMsg number errNum
  34843.     --enter statements to perform when no records are found such as...
  34844.     display dialog "Sorry, the item you selected could not be found."
  34845.     return
  34846. end try
  34847. README - AudioCodec
  34848. This is a Sound Manager codec example. It will create a compressor and 
  34849. decompressor supporting the uLaw format. This compressor is a built-in 
  34850. codec already present in the Sound Manager. To install this example it 
  34851. would require the version to be greater than the one already installed 
  34852. by the Sound Manager. The example has a high version of 5.0 only for 
  34853. this reason.
  34854. Use the latest QuickTime interfaces, which includes the "ComponentIncludes" headers.
  34855. Keep your data 
  34856. in the component globals long word aligned for best performance.
  34857. The kSoundComponentManufacturer is set to '????' and should be set to 
  34858. your company's four char code. It's up to you to create this.
  34859. Your compression format needs a new four char code as well. The constant 
  34860. kCodecFormat is where you define this. You should report your format to 
  34861. Apple so that it can be included in the Sound Manager interfaces.  Note 
  34862. that all lower-case codes are reserved for Apple's use.  Your code must
  34863. J)Development:
  34864. Japanese:
  34865. Recipes:
  34866. Apr 96L
  34867. Jan 97OCDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:PHDev.CD Jan 97 SDK2
  34868.  - Development Kits (Disc 2)
  34869.  - OpenDoc InternationalV
  34870. 68833X
  34871. Jan 97^
  34872. --set theItem to choose file -- uncomment to test in an AS editor
  34873.     tell application "Finder"
  34874.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:"
  34875.         activate
  34876.     end tell
  34877. on error errMsg number errNum
  34878.     --enter statements to perform when no records are found such as...
  34879.     display dialog "Sorry, the item you selected could not be found."
  34880.     return
  34881. end try
  34882. Deletedq
  34883. Dev.CD Jan 97 SDK2
  34884. All Packages
  34885. OpenFWBridgeFixJul97
  34886. 68834X
  34887. e for Java
  34888.  - CreatePictFileV
  34889. 66787X
  34890. Nov 00^    TC Disk 2
  34891. e    No Change
  34892.     C}nts: Top 10 Printing Misdemeanors  by Pete (
  34893. ) Alexander.   You know the felonies, now learn the lesser printing crimes.
  34894. J(develop Issue 12:
  34895. develop Issue 12 code:K
  34896. Vol IIIL
  34897. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 12:PJDev.CD Sep 96 RL
  34898.  - Technical Documentation
  34899.  - develop
  34900.  - develop Issue 12lay dialog "Sorry, the item you selected could not be found."
  34901.     return
  34902. end try
  34903. qtvectors
  34904. qtvectors
  34905. qtvectors
  34906. qtvectors
  34907. qtvectors
  34908. qtvectors
  34909. qtvectors
  34910. qtvectors
  34911. qtvectors
  34912. qtvectors
  34913. qtvideo
  34914. qtvideo
  34915. qtvideo
  34916. qtwiredsprites
  34917. qtwiredsprites
  34918. qtwiredsprites
  34919. qtwiredsprites
  34920. qtwiredsprites
  34921. qtwiredsprites
  34922. qtwiredsprites
  34923. query
  34924. quick
  34925. quick
  34926. start
  34927. quicksort
  34928. quicksort
  34929. digests@
  34930. drawline@
  34931. context
  34932. switch@
  34933. enabler@
  34934. encodings@
  34935. exchange@
  34936. graphicimporter@
  34937. postscript
  34938. sample@
  34939. hotsauce
  34940. project
  34941. imagecompositing@
  34942. interchange@
  34943. java@
  34944. laserwriter@
  34945. macintosh
  34946. client
  34947. interface@
  34948. maximizing
  34949. quadra
  34950. floatingpoint@
  34951. movie
  34952. dataref@
  34953. macsbug
  34954. macros/templates@
  34955. transport@
  34956. picker@
  34957. powerbook@
  34958. prefs@
  34959. qt3dtween@
  34960. quickdraw
  34961. quickdraw
  34962. quicktime
  34963. quicktime
  34964. r13u5@
  34965. better
  34966. version
  34967. launchwithdoc@
  34968. collection
  34969. macintosh
  34970. quicktime
  34971. samples@
  34972. collection
  34973. quicktime
  34974. samples@
  34975. sample
  34976. showing
  34977. receive
  34978. appleevents
  34979. a-trap@
  34980. accelerating@
  34981. accessed@
  34982. account/password@
  34983. quickstart
  34984. quicktake
  34985. quicktake
  34986. documentation
  34987. quicktake
  34988. marketing
  34989. items
  34990. quicktake
  34991. first
  34992. quicktake/macintosh
  34993. quicktake/macintosh
  34994. image
  34995. quicktake/windows
  34996. quicktake/windows
  34997. quicktime
  34998. quicktime
  34999. first
  35000. quicktime
  35001. javao
  35002. quicktime
  35003. quicktime
  35004. contents
  35005. quicktime
  35006. quicktime
  35007. textp
  35008. quicktime
  35009. tools
  35010. quicktime
  35011. quicktime
  35012. fully
  35013. quicktime
  35014. xcmds
  35015. quicktime
  35016. xcmds
  35017. alias
  35018. quickview
  35019. quickview
  35020. 2.3e4
  35021. release
  35022. notes
  35023. quickview
  35024. databases-standalone
  35025.  Revision 2.  Therefore, it is not necessary to install System 7.5.3 Revision 2 before installing System 7.5.5 Update.
  35026. Apple recommends that all customers who are currently using System 7.5.3 sh
  35027. sample
  35028. answers
  35029. question
  35030. apple
  35031. sample
  35032. demonstrates
  35033. several
  35034. unmount
  35035. shows
  35036. sgdrawable
  35037. class
  35038. display
  35039. shows
  35040. using
  35041. sequencegrabber
  35042. simple
  35043. audio
  35044. shows
  35045. using
  35046. soundmanager
  35047. calls
  35048. simple
  35049. program
  35050. shows
  35051. capture
  35052. results
  35053. program
  35054. shows
  35055. composit
  35056. presentation
  35057. program
  35058. shows
  35059. construct
  35060. simple
  35061. animation
  35062. program
  35063. shows
  35064. control
  35065. quicktime
  35066. movie
  35067. program
  35068. shows
  35069. create
  35070. program
  35071. shows
  35072. customise
  35073. control
  35074. program
  35075. shows
  35076. define
  35077. mouseresponders
  35078. program
  35079. shows
  35080. display
  35081. quicktime
  35082. movie
  35083. program
  35084. shows
  35085. display
  35086. quicktime
  35087. content
  35088. rawn (in 9 point) instead of the labels.
  35089. import
  35090. import/export
  35091. import/export
  35092. important
  35093. important
  35094. information
  35095. importersp
  35096. importers
  35097. exportersp
  35098. importexample
  35099. importexample
  35100. importexample68k
  35101. importexampleppc
  35102. importexampletest
  35103. importexampletest
  35104. importexport
  35105. importexport
  35106. importexportmovie
  35107. importexportmovie
  35108. importexportmovie
  35109. importexportmovie
  35110. imran's
  35111. imran's
  35112. imran's
  35113. process
  35114. release
  35115. notes
  35116. release
  35117. notes
  35118. includefiles
  35119. includefiles
  35120. includes
  35121. indata
  35122. index
  35123. index
  35124. index
  35125. indexes
  35126. indexg
  35127. indexg
  35128. round
  35129. background-only
  35130. background-only
  35131. applications
  35132. pbcatsearch
  35133. applescript
  35134. subrout
  35135. F    StreamNOPIsStreamNOP is a sample STREAMS module that was designed for you to use as a template when creating STREAMS modules.
  35136. J;Read Me About StreamNOP
  35137. StreamNOP
  35138. StreamNOP.c
  35139. StreamNOP.mcpK
  35140. Oct 97L
  35141. Nov 00M
  35142. Open Transport 1.1.1 or higherN'Open Transport, STREAMS, module, driverO9Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:StreamNOP:PADev.CD Nov 00 TC Disk 1
  35143.  - Sample Code
  35144.  - Networking
  35145.  - StreamNOPV
  35146. 69371X
  35147. Nov 00^    TC Disk 1b
  35148. Revised
  35149. --set theItem to choose file -- uncomment to test in an AS editor
  35150.     tell application "Finder"
  35151.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:StreamNOP:"
  35152.         activate
  35153.     end tell
  35154. on error errMsg number errNum
  35155.     --enter statements to perform when no records are found such as...
  35156.     display dialog "Sorry, the item you selected could not be found."
  35157.     return
  35158. end try
  35159. Updatedf$Open Transport
  35160. STREAMS
  35161. module
  35162. drivero&http://developer.apple.com/samplecode/SSV
  35163. 65780X
  35164. Jun 97
  35165. summary
  35166. aetracker
  35167. init/control
  35168. panel
  35169. allows
  35170. summary
  35171. appletalk's
  35172. printer
  35173. access
  35174. protocol
  35175. session@
  35176. summary
  35177. bbedit
  35178. freeware
  35179. derivative
  35180. bbedit
  35181. summary
  35182. contains
  35183. documentation
  35184. header
  35185. files
  35186. utiliti@
  35187. summary
  35188. description
  35189. input
  35190. methods
  35191. chinese
  35192. summary
  35193. years
  35194. chinese
  35195. input
  35196. bottleneck
  35197. summary
  35198. includes
  35199. example
  35200. declaration
  35201. sources
  35202. summary
  35203. localization
  35204. guide
  35205. hypercard
  35206. stacks@
  35207. summary
  35208. macintosh
  35209. developer
  35210. notes
  35211. published
  35212. developer@
  35213. summary
  35214. minilauncher
  35215. launch
  35216. applications
  35217. summary
  35218. objects
  35219. hypercard
  35220. allowed
  35221. variabl@
  35222. summary
  35223. sample
  35224. discussion
  35225. detect
  35226. whether
  35227. summary
  35228. sourceobj
  35229. reads
  35230. corrosponding
  35231. creat@
  35232. contents
  35233. enable
  35234. developers
  35235. create
  35236. theme@
  35237. this@
  35238. --set theItem to choose file -- uncomment to test in an AS editor
  35239.     tell application "Finder"
  35240.         open item "Dev.CD Apr 94
  35241. Dev.CD Jan 94
  35242. Dev.CD Oct 93
  35243. Dev.CD Jul 93"
  35244.         activate
  35245.     end tell
  35246. on error errMsg number errNum
  35247.     --enter statements to perform when no records are found such as...
  35248.     display dialog "Sorry, the item you selected could not be found."
  35249.     return
  35250. end try
  35251. packetsU
  35252. packman
  35253. packman
  35254. snippet
  35255. showing
  35256. implement
  35257. simple
  35258. choos
  35259. pagez
  35260. pages
  35261. paige
  35262. painless
  35263. 68690X
  35264. Nov 00^    TC Disk 1
  35265. --set theItem to choose file -- uncomment to test in an AS editor
  35266.     tell application "Finder"
  35267.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:"
  35268.         activate
  35269.     end tell
  35270. on error errMsg number errNum
  35271.     --enter statements to perform when no records are found such as...
  35272.     display dialog "Sorry, the item you selected could not be found."
  35273.     return
  35274. end try
  35275. e    No Changef
  35276. Lurkers
  35277. Projector
  35278. Dev.CD Nov 00 TC Disk 1
  35279. All Packages
  35280. LW8 Hosesample
  35281. BThis sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  35282. This sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  35283. Jul 99V
  35284. 68691X
  35285. 1e    No Change
  35286. elected could not be found."
  35287.     return
  35288. end try
  35289. e    No Change
  35290. gridwindowgrow
  35291. griffith
  35292. gritty
  35293. group{
  35294. threeu
  35295. three-dimensional
  35296. threshold
  35297. thrice
  35298. throughput
  35299. throw
  35300. throws
  35301. thumb
  35302. thumbnail
  35303. thumbnails
  35304. thumbs
  35305. thunder
  35306. ticks
  35307. tietz
  35308. tighter
  35309. tiles
  35310. timef
  35311. time-based
  35312. time-consuming
  35313. timecode
  35314. timers
  35315. designing
  35316. designs
  35317. desirable
  35318. desired
  35319. detached
  35320. detailed
  35321. detailing
  35322. detailsR
  35323. detect
  35324. detecting
  35325. detective
  35326. detectory
  35327. detectorsy
  35328. detects
  35329. determination
  35330. determine
  35331. developb
  35332. developed
  35333. developerS
  35334. developer's
  35335. developersT
  35336. developingW
  35337. developmentw
  35338. developments{
  35339. devicel
  35340. deviceloop
  35341. devicesW
  35342. devsupport
  35343. cpugestalt
  35344. cpugestalt
  35345. cpugestalt
  35346. cpugestalt
  35347. cquicktime
  35348. cquicktime
  35349. cquicktime
  35350. cquicktimewindow
  35351. cquicktimewindow
  35352. cquicktimewindow
  35353. crcpatch
  35354. crcpatch
  35355. folder
  35356. create
  35357. create
  35358. bless
  35359. create
  35360. createalias
  35361. createalias
  35362. y dialog "Sorry, the item you selected could not be found."
  35363.     return
  35364. end try
  35365. e    No Changef5AppleScript
  35366. Apple events
  35367. recordable
  35368. scriptable
  35369. scriptq
  35370. Dev.CD Nov 00 TC Disk 1
  35371. All Packages
  35372. AE Tools
  35373. *Summary: This folder contains tools that are useful in developing Apple event-aware applications.
  35374. Features: Tools that will test and debug Apple events; build 'aete' resources; build, send, and verify Apple event records; debug the OSL; MacsBug dcmds; FKEYS; send Apple events via XCMDS; and more.
  35375. May 92L
  35376. May 95V
  35377. 66607X
  35378. 1e    No Change
  35379. ropprint
  35380. dropprint
  35381. dsapplet
  35382. a-trap
  35383. a/roseR
  35384. abilityh
  35385. abort
  35386. aborts
  35387. about{
  35388. 2.2.3
  35389. redistribution
  35390. above
  35391. absolute
  35392. absolutely
  35393. abstract
  35394. abstraction
  35395. abstractions
  35396. abstracts
  35397. abuse
  35398. accelerated
  35399. classes^
  35400. client
  35401. print
  35402. cliprect
  35403. cliprect
  35404. getnextdevice
  35405. getdevicelist
  35406. carbon
  35407. close
  35408. closepicture
  35409. clouseau
  35410. cmchoose
  35411. cmgetconfig
  35412. cocoa
  35413. cocoa
  35414. project
  35415. builder
  35416. simple
  35417. cocoa
  35418. objective-c
  35419. simplecocoaapp
  35420. target
  35421. message
  35422. runtime
  35423. codec
  35424. codes
  35425. codewarrior
  35426. ion "Finder"
  35427.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:System 7.0 WDEF:"
  35428.         activate
  35429.     end tell
  35430. on error errMsg number errNum
  35431.     --enter statements to perform when no records are found such as...
  35432.     display dialog "Sorry, the item you selected could not be found."
  35433.     return
  35434. end try
  35435. e    No Changeq
  35436. Dev.CD Nov 00 TC Disk 1
  35437. All Packages
  35438. System 7.5 Update 1.0O
  35439. Dev.CD Jan 96 SSWP
  35440. Dev.CD Jan 96 SSV
  35441. 67783X
  35442. Jan 96
  35443. jOMDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MathLib:Long doubles:PXDev.CD Nov 00 TC Disk 2
  35444.  - Sample Code
  35445.  - Platforms and Tools
  35446.  - MathLib
  35447.  - Long doublesV
  35448. 68689X
  35449. Nov 00^    TC Disk 2
  35450. --set theItem to choose file -- uncomment to test in an AS editor
  35451.     tell application "Finder"
  35452.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MathLib:Long doubles:"
  35453.         activate
  35454.     end tell
  35455. on error errMsg number errNum
  35456.     --enter statements to perform when no records are found such as...
  35457.     display dialog "Sorry, the item you selected could not be found."
  35458.     return
  35459. end try
  35460. e    No Changef3long double
  35461. CodeWarrior
  35462. MathLib
  35463. double
  35464. Long doublesq
  35465. Dev.CD Nov 00 TC Disk 2
  35466. All Packages
  35467. Lurkers 1.7
  35468. 68690X
  35469.  Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:KeyboardController:V
  35470. 67033X
  35471. 1e    No Change
  35472. ds are found such as...
  35473.     display dialog "Sorry, the item you selected could not be found."
  35474.     return
  35475. end try
  35476. e    No Change
  35477. For those of you who have been using the new Standard Dialog Filter in 7.0 and later (TechNote 1147 Pending Updates Perils) you may have encountered some odd behaviour when you bring up another dialog or alert in front of a dialog using the standard filter.
  35478. If you have dimmed (de-hilited, disabled) the OK or Cancel button and bring up a dialog on top, when you dismiss the top dialog the dialog where the OK button was dimmed will suddenly have the OK button enabled!
  35479. This is a behaviour of
  35480.  the standard filter.  When the standard filter gets an Activate event, it will automatically enable the default and cancel buttons (set with SetDialogDefaultItem and SetDialogCancelItem), it is assuming that the only reason those buttons were disabled was because they were in a deactivated window.
  35481. The filter has no state-saving routines or caches to remember what the old state of the buttons was, so it just slams them active again.
  35482. This may not be what you want.  If you disable an OK or
  35483. print
  35484. appletalk
  35485. print
  35486. dialog
  35487. print
  35488. postscript
  35489. quickdraw
  35490. print
  35491. hairline
  35492. postscript
  35493. quickdraw
  35494. setlinewidth
  35495. prgeneral
  35496. print
  35497. piccomments
  35498. drivers
  35499. print
  35500. postscript
  35501. print
  35502. record
  35503. print
  35504. printable
  35505. end tell
  35506. on error errMsg number errNum
  35507.     --enter statements to perform when no records are found such as...
  35508.     display dialog "Sorry, the item you selected could not be found."
  35509.     return
  35510. end try
  35511. e    No ChangefFHyperCard
  35512. variable
  35513. button
  35514. field
  35515. instance variables
  35516. global
  35517. saving stateq
  35518. Dev.CD Nov 00 TC Disk 1
  35519. All Packages
  35520. HyperCard Player 2.4
  35521. 66974X
  35522. 65544X
  35523. Dev.CD Dec 96 SE"
  35524.         activate
  35525.     end tell
  35526. on error errMsg number errNum
  35527.     --enter statements to perform when no records are found such as...
  35528.     display dialog "Sorry, the item you selected could not be found."
  35529.     return
  35530. end try
  35531. All Packages
  35532. F    QuickTimeO"Dev.CD Jun 97 SSW
  35533. Dev.CD Dec 96 SEV
  35534. 62695X
  35535. talking
  35536. talks
  35537. talktool
  35538. taller
  35539. tampa
  35540. tanaka
  35541. tantek
  35542. tanzania
  35543. tanzania-family
  35544. tapplication
  35545. targetS
  35546. targeted
  35547. targetingw
  35548. targets
  35549. targetted
  35550. tasksj
  35551. tcp/ip
  35552. tcp/ip
  35553. administration
  35554. macintosh
  35555. v2.0.4
  35556. tcp/ip
  35557. connection
  35558. macintosh
  35559. v2.0.4
  35560. technote
  35561. technotes
  35562. tells
  35563. template
  35564. templates
  35565. temporal
  35566. temporary
  35567. --set theItem to choose file -- uncomment to test in an AS editor
  35568.     tell application "Finder"
  35569.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Inquiry (More):"
  35570.         activate
  35571.     end tell
  35572. on error errMsg number errNum
  35573.     --enter statements to perform when no records are found such as...
  35574.     display dialog "Sorry, the item you selected could not be found."
  35575.     return
  35576. end try
  35577. ndards
  35578. multimediagraphics
  35579. multipage
  35580. multiplay
  35581. multiplay
  35582. multiplay
  35583. multiple
  35584. multiprocessing
  35585. multiprocessing
  35586. library
  35587. multiprocessing
  35588. services
  35589. mungedeamon
  35590. mungedeamon
  35591. mungedeamon
  35592. mungedeamon
  35593. mungedeamon
  35594. mungedeamonaevents
  35595. mungedeamonaevents
  35596. mungedeamonmain
  35597. mungedeamonmain
  35598. browsermaker
  35599. mw68k
  35600. moviebrowser
  35601. mwprefix68k
  35602. mwprefix68k
  35603. mwprefixrez68k
  35604. mwprefixrez68k
  35605. mwprefixrezppc
  35606. O;Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:DTS.Utilities:PCDev.CD Nov 00 TC Disk 2
  35607.  - Sample Code
  35608.  - Overview
  35609.  - DTS.UtilitiesV
  35610. 68519X
  35611. Nov 00^    TC Disk 2
  35612. --set theItem to choose file -- uncomment to test in an AS editor
  35613.     tell application "Finder"
  35614.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:DTS.Utilities:"
  35615.         activate
  35616.     end tell
  35617. on error errMsg number errNum
  35618.     --enter statements to perform when no records are found such as...
  35619.     display dialog "Sorry, the item you selected could not be found."
  35620.     return
  35621. end try
  35622. e    No Changef
  35623. Utilities
  35624. PStrCopy
  35625. TopLeft
  35626. BotRight
  35627. SETPT
  35628. SETRECT
  35629. BTstBool
  35630. BTstQ
  35631. CenterWindow
  35632. CenterRectInRect
  35633. GetRectDevice
  35634. GetRectDeviceRect
  35635. GetWindowDevice
  35636. GetWindowDeviceRect
  35637. PStrConcat
  35638. ZoomToWindowDevice
  35639. DTS.Utilitiesq
  35640. Dev.CD Nov 00 TC Disk 2
  35641. All Packages
  35642. DTSCPlusLibraryV
  35643. 68520X
  35644. ng information about a running process
  35645. 3. Launching a processes, with and without opening documents
  35646. May 97
  35647. 1e    No Change
  35648. 68965X
  35649. Nov 00^    TC Disk 1
  35650. --set theItem to choose file -- uncomment to test in an AS editor
  35651.     tell application "Finder"
  35652.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ProgressBars:"
  35653.         activate
  35654.     end tell
  35655. on error errMsg number errNum
  35656.     --enter statements to perform when no records are found such as...
  35657.     display dialog "Sorry, the item you selected could not be found."
  35658.     return
  35659. end try
  35660. e    No Changeq
  35661. Dev.CD Nov 00 TC Disk 1
  35662. All Packages
  35663. ProgressWindoid-C
  35664. 68966X
  35665. 1.0.1y
  35666. 1.0.2y
  35667. 1.0.3v
  35668. 1.0.4
  35669. 1.0.6
  35670. 1.1.1
  35671. 1.1.2
  35672. 1.1.3
  35673. 1.1.4
  35674. 1.1.6
  35675. 1.1d2n
  35676. 1.2.1R
  35677. 1.2.3
  35678. 1.2.4
  35679. 1.2d1
  35680. 1.5.1
  35681. 1.7.1
  35682. 1.7.2
  35683. 1.7.3
  35684. Summary:  BBEdit Lite is a freeware derivative of BBEdit 3.5, the popular and critically acclaimed text editor for programmers, HTML authors, on-line-service users, and anyone else who needs to edit plain-text files.
  35685. BBEdit Lite is shipped with a QuickStart document which describes many of the application
  35686. s features. Full documentation, as well as a considerable amount of additional functionality, is available with the purchase of BBEdit 3.5. See the document 
  35687. How do I order BBEdit 3.5
  35688. or details on obtaining your own copy of BBEdit.
  35689. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  
  35690. BBEdit Lite is copyright 
  35691. 1992-1995 by Bare Bones Software, Inc.. All rights reserved. Address all correspondence to:
  35692. Postal:  Bare Bones Software, Inc.
  35693.     P.O. Box 108
  35694.     Bedford, MA  01730-0108
  35695. Phone:  +1 508 651 3561
  35696. Fax:    +1 508 651 7584
  35697. WWW:    http://www.tiac.net/biz/bbsw/
  35698. email
  35699. J(develop Issue  5:
  35700. develop Issue  5 code:K
  35701. Vol IIIL
  35702. Jun 95OCDev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  5:PKDev.CD Sept 96 RL
  35703.  - Technical Documentation
  35704.  - develop
  35705.  - develop Issue  5CD Jan 94
  35706. Dev.CD Oct 93"
  35707.         activate
  35708.     end tell
  35709. on error errMsg number errNum
  35710.     --enter statements to perform when no records are found such as...
  35711.     display dialog "Sorry, the item you selected could not be found."
  35712.     return
  35713. end try
  35714. All Packages
  35715. F    QuickTimeO
  35716. Dev.CD Jan 94
  35717. Dev.CD Oct 93P
  35718. Dev.CD Jan 94
  35719. Dev.CD Oct 9V
  35720. 67529X
  35721. Jan 94
  35722. p--set theItem to choose file -- uncomment to test in an AS editor
  35723.     tell application "Finder"
  35724.         open item "Dev.CD Jan 94
  35725. Dev.CD Oct 93"
  35726.         activate
  35727.     end tell
  35728. on error errMsg number errNum
  35729.     --enter statements to perform when no records are found such as...
  35730.     display dialog "Sorry, the item you selected could not be found."
  35731.     return
  35732. end try
  35733. All Packages
  35734. F    QuickTimeV
  35735. 67530X
  35736. ldial
  35737. --set theItem to choose file -- uncomment to test in an AS editor
  35738.     tell application "Finder"
  35739.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Simple DrawSprocket:"
  35740.         activate
  35741.     end tell
  35742. on error errMsg number errNum
  35743.     --enter statements to perform when no records are found such as...
  35744.     display dialog "Sorry, the item you selected could not be found."
  35745.     return
  35746. end try
  35747. end try
  35748. DeletedfvApple servers
  35749. 9650/350
  35750. Workgroup Server
  35751. server
  35752. server developer note
  35753. 100BaseTx Ethernet
  35754. network server
  35755. internet serverq
  35756. Dev.CD Mar 98 RL
  35757. D!All Packages
  35758. Tool Chest Edition
  35759. WorldScript Updater
  35760. resedit
  35761. 2.1.1
  35762. disassembly
  35763. disassembler
  35764. viewer
  35765. edito@
  35766. sample
  35767. script
  35768. scriptable@
  35769. sdec@
  35770. setting@
  35771. shared@
  35772. sound@
  35773. speach@
  35774. spinning@
  35775. stdbits@
  35776. tasks@
  35777. encoding
  35778. character
  35779. encoding
  35780. converter
  35781. threads@
  35782. tmon@
  35783. sample
  35784. includes
  35785. source
  35786. libraries
  35787. which
  35788. provide
  35789. sample
  35790. basic
  35791. implementation
  35792. sprite
  35793. sample
  35794. demonstration
  35795. soundsprocket
  35796. sample
  35797. classic
  35798. sample
  35799. silly
  35800. balls
  35801. sample
  35802. quick
  35803. demonstration
  35804. implement
  35805. sample
  35806. quick
  35807. demonstration
  35808. implement
  35809. sample
  35810. simple
  35811. server
  35812. demonstrat
  35813. sample
  35814. designed
  35815. simple
  35816. drawsprocket
  35817. sample
  35818. designed
  35819. create
  35820. requir
  35821. sample
  35822. program
  35823. demonstrates
  35824. determine
  35825. sample
  35826. provides
  35827. interractive
  35828. demonstration
  35829. killres
  35830. color
  35831. space
  35832. profile
  35833. labelmenu
  35834. labelmenu
  35835. labelmenu
  35836. labelmenu
  35837. labelmenu
  35838. language
  35839. language
  35840. analysis
  35841. All Packages
  35842. QuickDraw GXO
  35843. Dev.CD Apr 95P
  35844. Dev.CD Apr 9V
  35845. 69087X
  35846. Apr 95
  35847. b--set theItem to choose file -- uncomment to test in an AS editor
  35848.     tell application "Finder"
  35849.         open item "Dev.CD Apr 95"
  35850.         activate
  35851.     end tell
  35852. on error errMsg number errNum
  35853.     --enter statements to perform when no records are found such as...
  35854.     display dialog "Sorry, the item you selected could not be found."
  35855.     return
  35856. end try
  35857. All Packages
  35858. QuickDraw GXO
  35859. Dev.CD Apr 95P
  35860. Dev.CD Apr 9V
  35861. 69088X
  35862. Apr 95
  35863. b--set theItem to choose file -- uncomment to test in an AS editor
  35864.     tell application "Finder"
  35865.         open item "Dev.CD Apr 95"
  35866.         activate
  35867.     end tell
  35868. on error errMsg number errNum
  35869.     --enter statements to perform when no records are found such as...
  35870.     display dialog "Sorry, the item you selected could not be found."
  35871.     return
  35872. end try
  35873. All Packages
  35874. QuickDraw GXO
  35875. Dev.CD Apr 95
  35876. Dev.CD Jan 95V
  35877. 69089X
  35878. VRSpeech uses Apple's Speech Recognition Manager to allow voice navigation of a panorama or object node.
  35879. VRSpeech is built on top of QTShell; it directly uses the MacFramework.c file of QTShell.J
  35880. Application Files
  35881. Building QT Samples
  35882. Common Files
  35883. LMSpeech.h
  35884. LMSpeech.rsrc
  35885. README
  35886. SRLanguageModeler 
  35887. VRSpeech PPC
  35888. VRSpeech PPC.mcp
  35889. VRSpeech.c
  35890. VRSpeech.hM
  35891. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N>QuickTime, VR, Speech, Voice, Navigate, Panorama, Object, NodeODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRSpeech:PODev.CD Nov 00 TC Disk 2
  35892.  - Sample Code
  35893.  - QuickTime
  35894.  - QuickTime VR
  35895.  - VRSpeechV
  35896. 69785X
  35897. Nov 00^    TC Disk 2
  35898. e    No Change
  35899. ince it shows how to manage the link between the Apple Mixer component and your custom sound-producing hardware.
  35900. 63366X
  35901. 1e    No Change
  35902. 68488X
  35903. Nov 00^    TC Disk 1
  35904. --set theItem to choose file -- uncomment to test in an AS editor
  35905.     tell application "Finder"
  35906.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Memory:DIMM Config&Interleave v1.1:"
  35907.         activate
  35908.     end tell
  35909. on error errMsg number errNum
  35910.     --enter statements to perform when no records are found such as...
  35911.     display dialog "Sorry, the item you selected could not be found."
  35912.     return
  35913. end try
  35914. e    No Changef/DIMM
  35915. Interleaving
  35916. memory
  35917. configuration
  35918. DRAMq
  35919. Dev.CD Nov 00 TC Disk 1
  35920. All Packages
  35921. Dimmer2Effect
  35922. 68489X
  35923. ion.  This is exportable.
  35924. JrURL Access
  35925. URL Access Scripting
  35926. URLAccess.h
  35927. URLAccess.p
  35928. URLAccess.pdf
  35929. URLAccess68K.lib
  35930. URLAccessLib
  35931. URLAccessLib.oK
  35932. Aug 99M    MacOS 8.6N
  35933. URL Access, Internet, IPOJDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:PUDev.CD Aug 99 TC
  35934.  - What's New?
  35935.  - Development Kits
  35936.  - Mac OS
  35937.  - URL Access 1.0.1 SDKV
  35938. 64880X
  35939. Aug 99^
  35940. xe    No Changef
  35941. QuickTime
  35942. Dev.CD Nov 00 TC Disk 2
  35943. yD(All Packages
  35944. Reference Library Edition
  35945. he electronic version of develop magazine.
  35946.  Issue 1 highlights:
  35947. Realistic Color for Real-World Applications.  Extensions to the Macintosh graphics system software and how to use them.
  35948. All About the Palette Manager.  The what, why, and how of the Palette Manager and how it works with 32-Bit QuickDraw.
  35949. Braving Offscreen Worlds.  Use the new offscreen calls to set up and to maintain your offscreen world. 
  35950. The Perils of Postscript.  Mixing the models: Postscript and Qui
  35951. xckDraw; tricks for the mix.
  35952. Compatibility: Rules of the Road.  An overview of the most critical System 7.0 compatibility issues.
  35953. Debugging Declaration ROMs.  Everything you need to know to build and to debug a NuBus declaration ROM.
  35954. Apple II Development Dynamo.  Produce fast, small, readable, reliable Apple II assembly-language code quickly and conveniently using Dynamo.
  35955.  Dynamo.
  35956. Vol III1e
  35957. Deleted
  35958. Deletedf"Inside Mac
  35959. Inside Macintosh
  35960. Mac OSq
  35961. Dev.CD Jun 00 RL Disk 2
  35962. All Packages
  35963. F Technical Publications: Mac OS 8
  35964. Collection of Mac OS 8 books. You'll be able to access documentation for software technologies and programming interfaces supported by Mac OS 8 and Mac OS 8.x updates. Much of this information is also useful for programming in prior versions of the Mac OS.
  35965. Documentation topics included in the Mac OS library:
  35966. Human Interface Toolbox:
  35967. Appearance Manager
  35968. Control Manager
  35969. Dialog Manager
  35970. Human Interface Guidelines
  35971. Icon Services and Utilities
  35972. List Manager
  35973. Menu Manager
  35974. Window Manager
  35975. Files:
  35976. 69713X
  35977. testbed
  35978. prefix
  35979. testcpp
  35980. tester
  35981. testfinderevents
  35982. testfinderevents
  35983. testfinderevents
  35984. testfinderlaunch
  35985. testfinderlaunch
  35986. testfinderlaunch
  35987. ogy to AppleScript so developers can develop new actions with the Script Editor Detector Editor (tool) - helps developer to more easily create and test new detectors
  35988. Internet Address Detectors 1.0.1 requires Mac OS 8 or laterApple Data Detectors 1.0.2 (SDK) extension and control panel require Mac OS 7.6 or 
  35989. later
  35990. Detector Editor requires Mac OS 8 or later
  35991. Apple initially shipped Internet Address Detectors 1.0.1 as the premiere set of detectors and actions using the technology Apple Data Detectors.  This was limited to Mac OS 8 only.  Now, developers can write new detectors and actions and deliver this functionality to users who are running Mac OS 7.6 because the extension and control panel for the SDK (1.0.2) have been qualified to work on Mac OS 7.6 or later.  Note that developers will als
  35992. shell
  35993. sherlock
  35994. shmat
  35995. shmat
  35996. shmctl
  35997. shmctl
  35998. shmdt
  35999. shmget
  36000. showballoon
  36001. showballoon
  36002. signing
  36003. simple
  36004. simpletext
  36005. simplified
  36006. single-link
  36007. slideshow
  36008. manager
  36009. sndplaydoublebuffer
  36010. socket
  36011. softwareR
  36012. solaris
  36013. solutions
  36014. sorting
  36015. sound
  36016. sound
  36017. input
  36018. driver
  36019. soundconvert
  36020. soundconverter
  36021. soundsprocket
  36022. space
  36023. spbrecord
  36024. speach
  36025. specification
  36026. speech
  36027. spinning
  36028. spinning
  36029. cursors
  36030. splice
  36031. spooler
  36032. sprite
  36033. sprite
  36034. toolbox
  36035. sprocket
  36036. sprockets
  36037. srccopy
  36038. srcxor
  36039. stacks
  36040. standard
  36041. standard
  36042. standards
  36043. standards
  36044. based
  36045. starmax
  36046. state
  36047. statements
  36048. status
  36049. eyboard
  36050. 't persist across an unmount/mount. This is due to the fact that when the file system mounts a volume it gets the hardware state of that volume.  Since it's not really physically locked, there is no 'hardware' locked status returned.  Note that no attempt is made to physically update a remote volume (shared, etc.) as it doesn't belong to us. Changes to remote volumes will remain local.
  36051.  Fixed a gray shading problem in the volume popup on 1-bit deep monitors.  The popup would sometimes app
  36052. ear inactive when the window was in fact, active.
  36053.  The TAB key now cycles your through the volumes in the volume popup.
  36054.  There is no extension code anymore and as such the 'Show Startup' check box has been removed.
  36055.  And finally, the code size has become even smaller.  This is in part due to design changes and the use of Matthew Axsom's neat cdev class that allowed me to build LockVol with CodeWarrior.
  36056. Issues:  LockVol is freeware.  Permission is granted by the author for personal or el
  36057. ringR
  36058. riser
  36059. robustness
  36060. rotate
  36061. rotatestring
  36062. rotatestring
  36063. rotate
  36064. carbon
  36065. rotation
  36066. router
  36067. routines
  36068. routing
  36069. rowbytes
  36070. rubber-banding
  36071. rubber-banding
  36072. srcxor
  36073. stretch
  36074. carbon
  36075. rules
  36076. runtime
  36077. sample
  36078. sample
  36079. sample
  36080. games
  36081. graphics
  36082. animation
  36083. sample
  36084. traffic
  36085. light
  36086. samplerateavail
  36087. saving
  36088. savings
  36089. scriptb
  36090. scriptableO
  36091. scripting
  36092. scriptswitcher
  36093. scriptswitcher
  36094. script
  36095. switcher
  36096. scroll
  36097. scrollbar
  36098. scrollbar
  36099. controls
  36100. setcontrolmaximum
  36101. setcontrolminimum
  36102. setco
  36103. scrollbars
  36104. scrolling
  36105.     Exectronic distribution as long as no fees or charges are received for it. LockVol remains the copyright of dEVoN Hubbard.
  36106. General tools.imgK
  36107. Jul 92L
  36108. Jun 95M
  36109. LockVol works under System 6.0.5 (and up), System 7, and up to System 7.5.  No known problems have been reported other than the ones you can create yourself by locking volumes that weren't originally locked.OEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  36110.  - Tool Chest
  36111.  - Testing & Debugging
  36112.  - General toolsage sites on the web.
  36113. The Indian Language Kit includes Apple TrueType fonts that display and print high-quality Devanagari, Gurmukhi and Gujarati characters at any size. Documents can be printed on both QuickDraw and PostScript printers. If you use a QuickDraw GX application with the kit you will be able to access additional advanced typography features supported by Apple QuickDraw GX technology.
  36114. The kit comes with a selection of keyboard layouts accompanied by a r
  36115. renderinglib
  36116. renderingwindow
  36117. renderingwindow
  36118. renderingwindow
  36119. rep-iso
  36120. rep-iso/ccitt
  36121. rep-mm
  36122. replaceattributes
  36123. replaceattributes
  36124. replacecharset
  36125. replacecharset
  36126. report
  36127. reporting
  36128. request
  36129. requests
  36130. requestvideo
  36131. requestvideo
  36132. requestvideo
  36133. requestvideo
  36134. requiredfindercolors
  36135. requiredfindercolors
  36136. requiredfindercolors
  36137. requiredfindercolors
  36138. requiredfindercolors
  36139. reseditc
  36140. resedit
  36141. 2.1.3
  36142. resedit
  36143. editor
  36144. 1.0b4c
  36145. resedit
  36146. extensions
  36147. resources
  36148. restore
  36149. restore
  36150. retrievepictinfo
  36151. retrievepictinfo
  36152. reuse
  36153. rfc1332
  36154. rfc1332
  36155. rfc1334
  36156. SDK1V
  36157. 67415X
  36158. PADev.CD Apr 00 SDK1
  36159.  - Development Kits
  36160.  - Mac OS
  36161.  - Sound ManagerV
  36162. 69342X
  36163. Apr 00^
  36164. --set theItem to choose file -- uncomment to test in an AS editor
  36165.     tell application "Finder"
  36166.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Sound Manager:"
  36167.         activate
  36168.     end tell
  36169. on error errMsg number errNum
  36170.     --enter statements to perform when no records are found such as...
  36171.     display dialog "Sorry, the item you selected could not be found."
  36172.     return
  36173. end try
  36174. Deletedq
  36175. Dev.CD Apr 00 SDK1
  36176. All Packages
  36177. Sound PreMixer effectI
  36178. A sound manager pre-mixer effect component shows how to look at and/or mofify the sound data for a particular sound channel before it gets to the mixer.
  36179. JfComponentDispatch.c
  36180. Sound PreMixer read me
  36181. VU-Meter(PPC)
  36182. VU-Meter.c
  36183. VU-Meter.h
  36184. VU-Meter.mcp
  36185. VU-Meter.rK
  36186. Aug 97M
  36187. Sound Manager 3.2O@Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Sound PreMixer effect:V
  36188. 69343X
  36189. 1e    No Change
  36190. mt/mp
  36191. mpdelayuntil
  36192. codecs
  36193. F! PartMaker readme
  36194. !!! CW builds:
  36195. !!! MPW builds:
  36196. !!! Symantec builds:
  36197. App.defs.h
  36198. App.h
  36199. App.protos.h
  36200. DoEvent.c
  36201. EventLoop.c
  36202. File.c
  36203. FindEverything.c
  36204. IdleTasks.c
  36205. Menu.c
  36206. OBJECT:
  36207. OBJECTPPC:
  36208. PartMaker.68k copy
  36209. Start.c
  36210. TRootObj.c
  36211. WallToWallDialog.WDEF.c
  36212. WallToWallDialog.WDEF.
  36213. Window.c
  36214. WindowDialog.c
  36215. WindowPalette.c
  36216. customization
  36217. es:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  36218. 00csmp-abstracts.txt
  36219. csmp-digest-readme.txt
  36220. csmp-digest-v3-001
  36221. csmp-digest-v3-002
  36222. csmp-digest-v3-003
  36223. csmp-digest-v3-004
  36224. csmp-digest-v3-005
  36225. csmp-digest-v3-006
  36226. csmp-digest-v3-007
  36227. csmp-digest-v3-008
  36228. csmp-digest-v3-009
  36229. csmp-digest-v3-010
  36230. csmp-digest-v3-011
  36231. csmp-digest-v3-012
  36232. csmp-digest-v3-013
  36233. csmp-digest-v3-014
  36234. csmp-digest-v3-015
  36235. csmp-digest-v3-016
  36236. csmp-digest-v3-017
  36237. csmp-digest-v3-018
  36238. csmp-digest-v3-019
  36239. csmp-digest-v3-020
  36240. csmp-digest-v3-021
  36241. csmp-digest-v3-022
  36242. csmp-digest-v3-023
  36243. csmp-digest-v
  36244. plans
  36245. --set theItem to choose file -- uncomment to test in an AS editor
  36246.     tell application "Finder"
  36247.         open item "Dev.CD Apr 94
  36248. Dev.CD Jan 94
  36249. Dev.CD Oct 93
  36250. Dev.CD Jul 93
  36251. Dev.CD Apr 93"
  36252.         activate
  36253.     end tell
  36254. on error errMsg number errNum
  36255.     --enter statements to perform when no records are found such as...
  36256.     display dialog "Sorry, the item you selected could not be found."
  36257.     return
  36258. end try
  36259. apple
  36260. guide
  36261. intended
  36262. those
  36263. developers
  36264. noted
  36265. 802.2
  36266. 802.3
  36267. 9650/350
  36268. a/rose
  36269. about
  36270. acceleration
  36271. access
  36272. acrobat
  36273. action
  36274. action
  36275. module
  36276. actions
  36277. active
  36278. ranslation
  36279. applescript
  36280. applesearch
  36281. appleshare
  36282. appleshare
  36283. client
  36284. appleshare
  36285. appletalk
  36286. appletalk
  36287. application
  36288. appstogo
  36289. All Packages
  36290. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  36291. Dev.CD Jan 94
  36292. Dev.CD Oct 93
  36293. Dev.CD Jul 93
  36294. Dev.CD Apr 93PDDev.CD Apr 94
  36295. Dev.CD Jan 94
  36296. Dev.CD Oct 93
  36297. Dev.CD Jul 93
  36298. Dev.CD Apr 9V
  36299. 69632X
  36300. Apr 94
  36301. --set theItem to choose file -- uncomment to test in an AS editor
  36302.     tell application "Finder"
  36303.         open item "Dev.CD Apr 94
  36304. Dev.CD Jan 94
  36305. Dev.CD Oct 93
  36306. Dev.CD Jul 93
  36307. Dev.CD Apr 93"
  36308.         activate
  36309.     end tell
  36310. on error errMsg number errNum
  36311.     --enter statements to perform when no records are found such as...
  36312.     display dialog "Sorry, the item you selected could not be found."
  36313.     return
  36314. end try
  36315. All Packages
  36316. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  36317. Dev.CD Jan 94
  36318. Dev.CD Oct 93
  36319. Dev.CD Jul 93
  36320. Dev.CD Apr 93PDDev.CD Apr 94
  36321. Dev.CD Jan 94
  36322. Dev.CD Oct 93
  36323. Dev.CD Jul 93
  36324. Dev.CD Apr 9V
  36325. 69633X
  36326. Apr 94
  36327. 68739X
  36328. Nov 00^    TC Disk 1
  36329. --set theItem to choose file -- uncomment to test in an AS editor
  36330.     tell application "Finder"
  36331.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  36332.         activate
  36333.     end tell
  36334. on error errMsg number errNum
  36335.     --enter statements to perform when no records are found such as...
  36336.     display dialog "Sorry, the item you selected could not be found."
  36337.     return
  36338. end try
  36339. e    No Changef%Testing
  36340. Memory
  36341. Virtual User
  36342. Debuggingq
  36343. Dev.CD Nov 00 TC Disk 1
  36344. All Packages
  36345. menu 'cicn' funIRThis sample illustrates how to add color icons of different sizes to menu items.  JOMenu 'cicn' fun(PPC)
  36346. menu 'cicn' fun.c
  36347. Menu 'cicn' fun.mcp
  36348. Menu 'cicn' fun.rsrcOLDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Menu 'cicn' fun:PTDev.CD Nov 00 TC Disk 1
  36349.  - Sample Code
  36350.  - Human Interface Toolbox
  36351.  - Menu 'cicn' funV
  36352. 68740X
  36353. Nov 00^    TC Disk 1
  36354. e    No Change
  36355. s you to customize CDK's vocabulary.  Add names of f
  36356. jN7long double, CodeWarrior, MathLib, double, Long doublesKCAP, key capsODDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:kcapApp:PLDev.CD Nov 00 TC Disk 1
  36357.  - Sample Code
  36358.  - Human Interface Toolbox
  36359.  - kcapApp activate
  36360.     end tell
  36361. on error errMsg number errNum
  36362.     --enter statements to perform when no records are found such as...
  36363.     display dialog "Sorry, the item you selected could not be found."
  36364.     return
  36365. end try
  36366. Deletedf?MacApp
  36367. Framework
  36368. Object-oriented
  36369. C++ Standard Library
  36370. CarbonLib
  36371. /A1ftp://ftp.apple.com//developer/Tool_Chest/MacApp/
  36372. Dev.CD Aug 00 TC Disk 1
  36373. All Packages
  36374. F    MacBinary
  36375. 65451X
  36376. m when no records are found such as...
  36377.     display dialog "Sorry, the item you selected could not be found."
  36378.     return
  36379. end try
  36380. e    No Changef2MacApp
  36381. adorner
  36382. custom cursor
  36383. dependency
  36384. Eenieq
  36385. Dev.CD Nov 00 TC Disk 2
  36386. All Packages
  36387. Eject PC Cards Location Module
  36388. 60454X
  36389. --set theItem to choose file -- uncomment to test in an AS editor
  36390.     tell application "Finder"
  36391.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:SnapshotSample:"
  36392.         activate
  36393.     end tell
  36394. on error errMsg number errNum
  36395.     --enter statements to perform when no records are found such as...
  36396.     display dialog "Sorry, the item you selected could not be found."
  36397.     return
  36398. end try
  36399. controlkeypatch
  36400. controlkeypatch
  36401. controlkeytest
  36402. controlkeytest
  36403. controlkeytest
  36404. controlkeytest
  36405. controlkeytest
  36406. controller
  36407. controllers
  36408. controls
  36409. controls/events
  36410. controlstriplib
  36411. controlstripsample
  36412. controlstripsample
  36413. controlstripsample
  36414. controlstripsample
  36415. controlstripsample
  36416. copying
  36417. coresampleb
  36418. coresample
  36419. coursesS
  36420. createcopy
  36421. createcopy
  36422. creator
  36423. creator
  36424. registration
  36425. All Packages
  36426. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  36427. Dev.CD Jan 94
  36428. Dev.CD Oct 93
  36429. Dev.CD Jul 93P6Dev.CD Apr 94
  36430. Dev.CD Jan 94
  36431. Dev.CD Oct 93
  36432. Dev.CD Jul 9V
  36433. 69614X
  36434. Apr 94
  36435. --set theItem to choose file -- uncomment to test in an AS editor
  36436.     tell application "Finder"
  36437.         open item "Dev.CD Apr 94
  36438. Dev.CD Jan 94
  36439. Dev.CD Oct 93
  36440. Dev.CD Jul 93"
  36441.         activate
  36442.     end tell
  36443. on error errMsg number errNum
  36444.     --enter statements to perform when no records are found such as...
  36445.     display dialog "Sorry, the item you selected could not be found."
  36446.     return
  36447. end try
  36448. All Packages
  36449. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  36450. Dev.CD Jan 94
  36451. Dev.CD Oct 93
  36452. Dev.CD Jul 93P6Dev.CD Apr 94
  36453. Dev.CD Jan 94
  36454. Dev.CD Oct 93
  36455. Dev.CD Jul 9V
  36456. 69615X
  36457. Apr 94
  36458. :PRDev.CD Nov 00 TC Disk 2
  36459.  - Sample Code
  36460.  - QuickTime
  36461.  - Goodies
  36462.  - qtmoviefromprocsV
  36463. 64112X
  36464. Nov 00^    TC Disk 2
  36465. e    No Change
  36466. platformid
  36467. video
  36468. playback
  36469. install
  36470. image
  36471. sample
  36472. image
  36473. tools
  36474. image
  36475. odclassref
  36476. odcookbook
  36477. sample
  36478. parts
  36479. odf-interest
  36480. odf-interest
  36481. archive
  36482. odfdev
  36483. odflibrary
  36484. odflibrary
  36485. odprogguide
  36486. odupdates
  36487. offscreen
  36488. offscreen
  36489. offscreen
  36490. offscreencontrol
  36491. offscreencontrol
  36492. offscreencontrolupda
  36493. offscreencontrolupda
  36494. offscreencontrolupda
  36495. offscreencontrolupda
  36496. offscreencontrolupda
  36497. oldbitmap
  36498. oldbitmap
  36499. oldbitmap
  36500. ooptesample
  36501. ooptesample
  36502. openz
  36503. install
  36504. browser
  36505. beginz
  36506. browser
  36507. transport
  36508. debug
  36509. transport
  36510. opencheckedout
  36511. opendoc
  36512. 69311X
  36513. Nov 00^    TC Disk 2
  36514. --set theItem to choose file -- uncomment to test in an AS editor
  36515.     tell application "Finder"
  36516.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:SimpleText Sample:"
  36517.         activate
  36518.     end tell
  36519. on error errMsg number errNum
  36520.     --enter statements to perform when no records are found such as...
  36521.     display dialog "Sorry, the item you selected could not be found."
  36522.     return
  36523. end try
  36524. e    No Changef3SimpleText
  36525. SimpleText source code
  36526. SimpleText Sampleq
  36527. Dev.CD Nov 00 TC Disk 2
  36528. All Packages
  36529. SimpleVideoOut
  36530. 69312X
  36531. Finder"
  36532.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Hardware tools:"
  36533.         activate
  36534.     end tell
  36535. on error errMsg number errNum
  36536.     --enter statements to perform when no records are found such as...
  36537.     display dialog "Sorry, the item you selected could not be found."
  36538.     return
  36539. end try
  36540. e    No Changeq
  36541. Dev.CD Nov 00 TC Disk 1
  36542. All Packages
  36543. Dialog popupsV
  36544. 63607X
  36545. PRDev.CD Nov 00 TC Disk 1
  36546.  - Tool Chest
  36547.  - Testing & Debugging
  36548.  - Virtual User toolsV
  36549. 69356X
  36550. Nov 00^    TC Disk 1
  36551. --set theItem to choose file -- uncomment to test in an AS editor
  36552.     tell application "Finder"
  36553.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  36554.         activate
  36555.     end tell
  36556. on error errMsg number errNum
  36557.     --enter statements to perform when no records are found such as...
  36558.     display dialog "Sorry, the item you selected could not be found."
  36559.     return
  36560. end try
  36561. e    No Changeq
  36562. Dev.CD Nov 00 TC Disk 1
  36563. D!All Packages
  36564. Mac OS SDK Edition
  36565. Speech Recognition Manager
  36566.     rscript
  36567. vrscript
  36568. supports
  36569. embedding
  36570. sounds
  36571. quicktime
  36572. movies
  36573. pictures
  36574. vrspeech
  36575. vucollect
  36576. vumark
  36577. w/mathlib
  36578. w/sound
  36579. w/sys
  36580. waiting
  36581. waitnextevent
  36582. waits
  36583. wake100
  36584. wakes
  36585. waving
  36586.  specific rate:PMDev.CD Nov 00 TC Disk 2
  36587.  - Sample Code
  36588.  - Sound
  36589.  - Record sound specific rate
  36590. BO>Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Help SDK 1.0:PFDev.CD Oct 00 SDK1
  36591.  - Development Kits
  36592.  - Mac OS
  36593.  - Apple Help SDK 1.0V
  36594. 68265X
  36595. Oct 00^
  36596. --set theItem to choose file -- uncomment to test in an AS editor
  36597.     tell application "Finder"
  36598.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Help SDK 1.0:"
  36599.         activate
  36600.     end tell
  36601. on error errMsg number errNum
  36602.     --enter statements to perform when no records are found such as...
  36603.     display dialog "Sorry, the item you selected could not be found."
  36604.     return
  36605. end try
  36606. e    No Changef
  36607. Apple Help
  36608. Apple Guideq
  36609. Dev.CD Oct 00 SDK1
  36610. CD!All Packages
  36611. Tool Chest Edition
  36612. Apple II Monitor dcmd (xx)I
  36613. Summary: This package lets you use many of the Apple IIe and IIGS monitor commands with the Apple IIe Card and Macsbug.
  36614. Features: Lets you display, change, move, and verify memory; find patterns in memory; and disassemble 65C02 code.J
  36615. XX Docs
  36616. XX Docs.txtK
  36617. Vol XId
  36618. RL Disk 2
  36619. (M4System 7.0 or later.  Any System 7 capable MacintoshN
  36620. AE, Apple Events, AppleEventsOYDev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:PdDev.CD Nov 00 TC Disk 1
  36621.  - Tool Chest
  36622.  - Interapplication Communication
  36623.  - AE Tools
  36624.  - AETracker 3.0V
  36625. 68239X
  36626. Nov 00^    TC Disk 1
  36627. --set theItem to choose file -- uncomment to test in an AS editor
  36628.     tell application "Finder"
  36629.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:"
  36630.         activate
  36631.     end tell
  36632. on error errMsg number errNum
  36633.     --enter statements to perform when no records are found such as...
  36634.     display dialog "Sorry, the item you selected could not be found."
  36635.     return
  36636. end try
  36637. e    No Changef
  36638. Apple Events
  36639. AppleEventsq
  36640. Dev.CD Nov 00 TC Disk 1
  36641. All Packages
  36642. F    aevt dcmd
  36643. 68240X
  36644.  00 TC Disk 1
  36645.  - Tool Chest
  36646.  - Testing & Debugging
  36647.  - Virtual User toolseo
  36648. http://developer.apple.com/sdk
  36649. This snippet shows how to create and install your own custom search procedure.  In this example, the searchProc performs RGB color separation by checking to see if the individual RGB component values fall within a certain maximum and minimum threshold level.
  36650. JoSearchProcs and Color Sep.c
  36651. SearchProcs and Color Sep.rsrc
  36652. SearchProcs&ColorSep(PPC)
  36653. SearchProcsAndColorSep.mcpM
  36654. Color QuickDrawN2SearchProc, Color Separation, AddSearch, DelSearchOHDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:SearchProcs & Color Sep:PPDev.CD Nov 00 TC Disk 1
  36655.  - Sample Code
  36656.  - Graphics 2D
  36657.  - SearchProcs & Color Sepll
  36658. allow
  36659. access
  36660. system'sW
  36661. PBRecord
  36662. asynchronous
  36663. record
  36664. Record sound to diskq
  36665. Dev.CD Nov 00 TC Disk 2
  36666. All Packages
  36667. ReKeyTransI
  36668. This sample shows how to patch KeyTrans in order to completely
  36669. ignore the dead-key processing that goes on and lets you type those
  36670. fancy accented characters as if you were back in 7-bit ASCII days.V
  36671. 64349X
  36672. 1e    No Change
  36673. 68441X
  36674. Nov 00^    TC Disk 1
  36675. --set theItem to choose file -- uncomment to test in an AS editor
  36676.     tell application "Finder"
  36677.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:DefProcs:"
  36678.         activate
  36679.     end tell
  36680. on error errMsg number errNum
  36681.     --enter statements to perform when no records are found such as...
  36682.     display dialog "Sorry, the item you selected could not be found."
  36683.     return
  36684. end try
  36685. e    No Changeq
  36686. Dev.CD Nov 00 TC Disk 1
  36687. All Packages
  36688. DelegateOnlyComponent
  36689. 68442X
  36690. P\Dev.CD Nov 00 TC Disk 1
  36691.  - Sample Code
  36692.  - Devices and Hardware
  36693.  - Serial
  36694.  - SerialPortSample
  36695. mcplaymovie
  36696. mcplaymovie
  36697. ur-color or HiFi-color separations for any press printing condition. 
  36698.  Use your in-house device to preview what your image will look like on the printing press. 
  36699.  Execute any custom color matching needed.
  36700. New ColorSync Photoshop Plug-ins (Impo
  36701. implementation
  36702. implementations
  36703. implemented
  36704. implementing
  36705. implemention
  36706. implements
  36707. apple
  36708. apple
  36709. computer
  36710. to use Gestalt to determine if VM is running or not.J$TestGestalt.c
  36711. TestVM(PPC)
  36712. TestVM.mcpM
  36713. System 6.0.4N
  36714. Gestalt, gestaltVMAttrO8Dev.CD Nov 00 TC Disk 1:Sample Code:OS Utilities:TestVM:V
  36715. 68096X
  36716. 1e    No Change
  36717. Dev.CD Jan 96 SDKV
  36718. 69042X
  36719. Jan 96
  36720. g--set theItem to choose file -- uncomment to test in an AS editor
  36721.     tell application "Finder"
  36722.         open item "Dev.CD Jan 96 SDK1"
  36723.         activate
  36724.     end tell
  36725. on error errMsg number errNum
  36726.     --enter statements to perform when no records are found such as...
  36727.     display dialog "Sorry, the item you selected could not be found."
  36728.     return
  36729. end try
  36730. All Packages
  36731. QuickDraw GXO Dev.CD Jan 96 SDK1
  36732. Dev.CD Jul 95P
  36733. Dev.CD Jan 96 SDK1
  36734. Dev.CD Jul 9V
  36735. 69043X
  36736. Jan 96
  36737. u--set theItem to choose file -- uncomment to test in an AS editor
  36738.     tell application "Finder"
  36739.         open item "Dev.CD Jan 96 SDK1
  36740. Dev.CD Jul 95"
  36741.         activate
  36742.     end tell
  36743. on error errMsg number errNum
  36744.     --enter statements to perform when no records are found such as...
  36745.     display dialog "Sorry, the item you selected could not be found."
  36746.     return
  36747. end try
  36748. All Packages
  36749. QuickDraw GXO
  36750. Dev.CD Jan 96 SDK1P
  36751. Dev.CD Jan 96 SDKV
  36752. 69044X
  36753. demonstrated
  36754. demonstratesN
  36755. export
  36756. images
  36757. demonstrates
  36758. quicktime
  36759. movie
  36760. using
  36761. movie
  36762. demonstrates
  36763. mouse
  36764. clicks
  36765. sprite
  36766. demonstrates
  36767. movie
  36768. toolbox
  36769. quicktim
  36770. e    No Changef
  36771. QuickTime
  36772. Video
  36773. Digitizing
  36774. vDigq
  36775. Dev.CD Nov 00 TC Disk 2
  36776. All Packages
  36777. F    HairLines
  36778. HairLines is an MPW 3.2 Pascal sample that demonstrates different methods of creating hairlines on printers.  You select the method(s) you want to use from the Settings menu.
  36779. The SetLineWidth method is only supported by PostScript printers, although all printer drivers will support it in the future.
  36780. The PrGeneral method can be used with any printer, QuickDraw or PostScript, and is the method of choice to date.  It has the drawback that all of your graphics and text need to be scaled to tB
  36781. he resolution you print at.
  36782. J[About HairLines.txt
  36783. HairLines(PPC)
  36784. HairLines.mcp
  36785. HairLines.p
  36786. HairLines.rsrc
  36787. PrintComments.pN?print, hairline, PostScript, QuickDraw, SetLineWidth, PrGeneralO7Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:HairLines:P?Dev.CD Nov 00 TC Disk 2
  36788.  - Sample Code
  36789.  - Printing
  36790.  - HairLinesV
  36791. 68578X
  36792. Nov 00^    TC Disk 2
  36793. e    No Change
  36794. ibook
  36795. developer
  36796. utilities
  36797. dictates
  36798. dictation
  36799. dictionaries
  36800. dictionary
  36801. didn't
  36802. dierks
  36803. differ
  36804. differences
  36805. differenta
  36806. differentiating
  36807. differently
  36808. differing
  36809. differs
  36810. difficult
  36811. JnNoCopyReceive Test Output
  36812. NoCopyReceives(PPC)
  36813. NoCopyReceives.c
  36814. NoCopyReceives.mcp
  36815. Read Me About NoCopyReceivesK
  36816. Nov 97L
  36817. Sep 98M
  36818. Open Transport 1.1.1 or higherNIOpen Transport, no-copy receives, OTBuffer, OTBufferInfo, NoCopyReceives
  36819. O>Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:NoCopyReceives:PFDev.CD Nov 00 TC Disk 1
  36820.  - Sample Code
  36821.  - Networking
  36822.  - NoCopyReceivesV
  36823. 68813X
  36824. Nov 00^    TC Disk 1
  36825. --set theItem to choose file -- uncomment to test in an AS editor
  36826.     tell application "Finder"
  36827.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:NoCopyReceives:"
  36828.         activate
  36829.     end tell
  36830. on error errMsg number errNum
  36831.     --enter statements to perform when no records are found such as...
  36832.     display dialog "Sorry, the item you selected could not be found."
  36833.     return
  36834. end try
  36835. e    No ChangefEOpen Transport
  36836. no-copy receives
  36837. OTBuffer
  36838. OTBufferInfo
  36839. NoCopyReceives
  36840. Dev.CD Nov 00 TC Disk 1
  36841. All Packages
  36842. NoPowerOffKey
  36843. 68814X
  36844. modifymouseaccl
  36845. Apple Workgroup Server 9650/350 Developer Note
  36846. Describes the specific hardware features of the Workgroup Server 9650/350 that differ from its predecessor the Workgroup Server 9650/233. It also defines the disk drive and PCI card configuration installed in the server and provides guidelines for adding additional storage devices on the internal SCSI bus. It is intended to provide experienced Macintosh hardware and software developers with general information about the product. 
  36847. J/Workgroup Server 9150
  36848. Workgroup_Server_9650.pdfK
  36849. Oct 97L
  36850. Oct 97N}Apple servers, 9650/350, Workgroup Server, server, server developer note, 100BaseTx Ethernet, network server, internet serverOADev.CD Mar 98 RL:Technical Documentation:Developer Notes:Servers:PIDev.CD Mar 98 RL
  36851.  - Technical Documentation
  36852.  - Developer Notes
  36853.  - Serversprinterclass
  36854. textchanger
  36855. 2.0.1@
  36856. transitions
  36857. themes@
  36858. ueenie@
  36859. updates@
  36860. userstartup
  36861. goodies@
  36862. validator
  36863. 1.11@
  36864. 68472X
  36865. Sept 9^
  36866. --set theItem to choose file -- uncomment to test in an AS editor
  36867.     tell application "Finder"
  36868.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  5:"
  36869.         activate
  36870.     end tell
  36871. on error errMsg number errNum
  36872.     --enter statements to perform when no records are found such as...
  36873.     display dialog "Sorry, the item you selected could not be found."
  36874.     return
  36875. end try
  36876. Deletedq
  36877. Dev.CD Sept 96 RL
  36878. D(All Packages
  36879. Reference Library Edition
  36880. develop Issue  6
  36881.     ovieY
  36882. movies
  36883. multiprocessing
  36884. thread
  36885. thread
  36886. pthread
  36887. posix
  36888. multiprocessing
  36889. sorting
  36890. tasks
  36891. thread
  36892. quicktime
  36893. audio
  36894. soundconverter
  36895. macintosh
  36896. powerbook
  36897. qualified
  36898. socket
  36899. compilers
  36900. assemblers
  36901. linkers
  36902. tools
  36903. debuggers
  36904. performance
  36905. :  bbsw@netcom.com
  36906. !NOT AN APPLE PRODUCT!:
  36907. About BBEdit Lite
  36908. BBEdit Extensions:
  36909. BBEdit Lite 3.5
  36910. BBEdit Lite Quickstart
  36911. TextChanger 2.0.1:
  36912. Upgrading to BBEdit 3.5:
  36913. What's New in BBEdit Lite 3.5K
  36914. May 94L
  36915. Jan 96O@Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:PHDev.CD Nov 99 TC
  36916.  - Tool Chest
  36917.  - Developer Utilities
  36918.  - BBEdit Lite 3.5s to perform when no records are found such as...
  36919.     display dialog "Sorry, the item you selected could not be found."
  36920.     return
  36921. end try
  36922. All Packages
  36923. System Enabler 065 (LC 575)O
  36924. Dev.CD Apr 94
  36925. Dev.CD Jan 94P
  36926. Dev.CD Apr 94
  36927. Dev.CD Jan 9V
  36928. 67910X
  36929. Apr 94
  36930. y Macintosh, running System 7.0 on up.  QuickTime
  36931.  1.0  or 1.5 needed but not required.O=Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickTime:SimpleApp 1.0.2:PEDev.CD Nov 00 TC Disk 1
  36932.  - Tool Chest
  36933.  - QuickTime
  36934.  - SimpleApp 1.0.2V
  36935. 64427X
  36936. Nov 00^    TC Disk 1
  36937. e    No Change
  36938. --set theItem to choose file -- uncomment to test in an AS editor
  36939.     tell application "Finder"
  36940.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Snapshot:"
  36941.         activate
  36942.     end tell
  36943. on error errMsg number errNum
  36944.     --enter statements to perform when no records are found such as...
  36945.     display dialog "Sorry, the item you selected could not be found."
  36946.     return
  36947. end try
  36948. copying
  36949. copymask
  36950. copymask
  36951. copymask
  36952. copymask
  36953. copyres
  36954. copyres
  36955. corefoundation
  36956. corefoundation
  36957. carbon
  36958. corefoundation
  36959. corefoundation
  36960. coreheaders
  36961. coresampleb
  36962. coresample
  36963. coresample
  36964. coresample
  36965. coresample
  36966. coresample
  36967. coresample
  36968. coresample
  36969. terminology
  36970. coresource
  36971. count
  36972. CompressMovie is a simple drag and drop QuickTime application for compression of files. Drag and drop movie files on top of the application, and then specify the compression values (this happens the first time, after this the compression values are used for other movies dropped on the application at the same time).
  36973. Note that it's not useful to re-compress already compressed movies, as such compression will introduce more lossiness in the quality of the images. If possible always compress B(using the original, non-compressed data.
  36974. About DTSQTUtilities
  36975. CompressMovie.c
  36976. CompressMovie.h
  36977. CompressMovies(PPC)
  36978. CompressMovies.mcp
  36979. CompressMovies.rsrc
  36980. CompressMoviesMain.c
  36981. CompressMoviesMain.h
  36982. DTSQTUtilities.c
  36983. DTSQTUtilities.h
  36984. README
  36985. Rotate Cube SmallM    QuickTimeN"QuickTime, drag, drop, compressionOUDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:CompressMovies:P`Dev.CD Nov 00 TC Disk 2
  36986.  - Sample Code
  36987.  - QuickTime
  36988.  - Importers and Exporters
  36989.  - CompressMoviess
  36990. Summary: Word Services allows any application to link to a speller, grammar checker or other text service as if it is a built-in menu item.  It is a public protocol - no license fee or non-disclosure is required to use it.
  36991. Features: The SDK includes the complete protocol specification, tutorial documents, and the source code to Writeswell Jr., a simple Word Services word processor.  Also available from the Word Services Web page <http://www.wordservices.org/Developers/> is the source to W
  36992. SI NewsWatcher, a version of NewsWatcher that allows you to spellcheck your posts.
  36993. HyperCard supports Word Services, so you can spellcheck stacks as you develop them, and allow your users to spellcheck text that they enter themselves.  A simple XCMD is needed to initiate the spellchecking session, which is provided by the Web page.
  36994. The updated SDK includes bug fixes to Writeswell Jr.'s scrolling, plus the Spellswell Plus 2.1 Demo.
  36995. A list of client (word processor) and server (spelling a
  36996. --set theItem to choose file -- uncomment to test in an AS editor
  36997.     tell application "Finder"
  36998.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:"
  36999.         activate
  37000.     end tell
  37001. on error errMsg number errNum
  37002.     --enter statements to perform when no records are found such as...
  37003.     display dialog "Sorry, the item you selected could not be found."
  37004.     return
  37005. end try
  37006. eturn
  37007. end try
  37008. e    No Changef]counter
  37009. windows
  37010. introduction
  37011. document
  37012. modal dialog
  37013. printing
  37014. about
  37015. Win2MacCounterSamples
  37016. Dev.CD Nov 00 TC Disk 2
  37017. All Packages
  37018. WindoidI
  37019. Windoid is a MacApp 3.0 sample, which shows how to construct tear-off floating windows for control of window information. This is a simple example that has the bare minimum for supporting floating windows, written in generic C++.JcIncludeFiles.h
  37020. MWindoid.cp
  37021. READMEFIRST
  37022. UWindoid.cp
  37023. UWindoid.h
  37024. Windoid.MAMake
  37025. Windoid.r
  37026. WindoidRez.hM
  37027. MacApp 3.0 or later
  37028. extension
  37029. patches
  37030. firmware
  37031. certain
  37032. macintosh
  37033. contains
  37034. illustrates
  37035. determine
  37036. folder
  37037. includes
  37038. folder
  37039. contains
  37040. two-level
  37041. system
  37042. where
  37043. folder
  37044. contains
  37045. example
  37046. illustrating
  37047. folder
  37048. contains
  37049. example
  37050. write
  37051. mamake
  37052. folder
  37053. contains
  37054. apple
  37055. source
  37056. folder
  37057. contains
  37058. archives
  37059. format
  37060. apple
  37061. folder
  37062. contains
  37063. latest
  37064. version
  37065. controls
  37066. folder
  37067. contains
  37068. updated
  37069. documents
  37070. outlining
  37071. strategies
  37072. folder
  37073. contains
  37074. worldwide
  37075. updates
  37076. hypercard
  37077. update
  37078. features
  37079. including
  37080. installs
  37081. complete
  37082. macapp
  37083. release
  37084. product
  37085. installs
  37086. complete
  37087. macapp
  37088. release
  37089. product
  37090. programming
  37091. programming
  37092. information
  37093. m certain USB floppy drives.
  37094.  Various i
  37095. tobias
  37096. today
  37097. ple Code:Text:NamingTableAccess:PCDev.CD Nov 00 TC Disk 2
  37098.  - Sample Code
  37099.  - Text
  37100.  - NamingTableAccessV
  37101. 67173X
  37102. Nov 00^    TC Disk 2
  37103. --set theItem to choose file -- uncomment to test in an AS editor
  37104.     tell application "Finder"
  37105.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Text:NamingTableAccess:"
  37106.         activate
  37107.     end tell
  37108. on error errMsg number errNum
  37109.     --enter statements to perform when no records are found such as...
  37110.     display dialog "Sorry, the item you selected could not be found."
  37111.     return
  37112. end try
  37113. e    No ChangefGNamingTableLookup
  37114. encodingID
  37115. languageID
  37116. nameID
  37117. platformID
  37118. Font Metrics
  37119. Dev.CD Nov 00 TC Disk 2
  37120. D!All Packages
  37121. Mac OS SDK Edition
  37122. Nav Svcs 1.0 SDK
  37123.     aige K. Parsons. This article elaborates and expands on the guidelines for the consistent and correct usage of alerts.
  37124. Printing Images Faster With Data Compression by David Gelphman. PostScript Level 2 printers can accept JPEG-compressed image data direct
  37125. universal
  37126. universalprocptr
  37127. universityS
  37128. unknowingly
  37129. unknown
  37130. unleash
  37131. unless
  37132. unlike
  37133. unlimited
  37134. unload
  37135. unloaded
  37136. unloading
  37137. unlocked
  37138. unlocking
  37139. unmangling
  37140. unmodified
  37141. unmount
  37142. unmount/mount
  37143. unmounted
  37144. unsupported
  37145. untested
  37146. until
  37147. unwanted
  37148. unwrapcommenttext
  37149. up-to-date_
  37150. upcoming
  37151. updateR
  37152. e    No Changef
  37153. sound
  37154. input
  37155. microphoneq
  37156. Dev.CD Nov 00 TC Disk 2
  37157. All Packages
  37158. SoundMemRecordIVThis code shows using the SoundManager SPB calls for simple audio recording to memory.J6README.txt
  37159. smr.bat
  37160. SndMemRecord
  37161. SoundMemRecord.zip
  37162. Feb 00
  37163. - Common
  37164.     - Sun Compliant Java Runtime Environment 1.1
  37165.     - QuickTime 3 
  37166.     - QTJava.zip
  37167.     - QTJava media samples
  37168. - Mac OS:
  37169.     - System 8 or later
  37170.     - Macintosh Runtime for Java (MRJ) 2.1
  37171. - Windows 95, 98, or NT::
  37172.     - JRE/JDK from Sun Microsystems, Inc. recommended
  37173. QuickTime, Java, MRJOPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:P[Dev.CD Nov 00 TC Disk 2
  37174.  - Sample Code
  37175.  - QuickTime
  37176.  - QuickTime for Java
  37177.  - SoundMemRecordV
  37178. 69349X
  37179. Nov 00^    TC Disk 2
  37180. e    No Change
  37181. informationB
  37182. informational
  37183. informixeoadaptor
  37184. infrared
  37185. inherit
  37186. inheritance
  37187. wN[QTVR, QuickTime VR, Make QTVR Object, Make QTVR Panorama, QuickTime, virtual reality, toolsO#Dev.CD Oct 98 SDK:Development Kits:P%Dev.CD Oct 98 SDK
  37188.  - Development Kitss
  37189. choosetkl@
  37190. clipboard@
  37191. editor
  37192. resedit
  37193. coercions
  37194. colormarquee@
  37195. common
  37196. common
  37197. files
  37198. common
  37199. compbasedmediabroadc@
  37200. compression@
  37201. connect@
  37202. contributed@
  37203. convert@
  37204. copybits@
  37205. counter@
  37206. createcopy@
  37207. creator@
  37208. csmp-digest-readme@
  37209. csmp-digest-v3-027@
  37210. csmp-digest-v3-070@
  37211. csmp-digest-v3-113@
  37212. csoundboardapp@
  37213. ct-009-4438@
  37214. Interfaces
  37215. Preferences.h
  37216. PreferencesDialogWindow.cp
  37217. PreferencesDialogWindow.h
  37218. Resources
  37219. SprocketSample(PPC)
  37220. SprocketSample.cp
  37221. SprocketSample.mcp
  37222. SprocketSample.rsrc
  37223. ToolWindow.cp
  37224. ToolWindow.h
  37225. OHDev.CD Nov 00 TC Disk 2:Sample Code:Overview:Dave Falkenburg's Sprocket:V
  37226. 63554X
  37227. 1e    No Change
  37228. --set theItem to choose file -- uncomment to test in an AS editor
  37229.     tell application "Finder"
  37230.         open item "Dev.CD Apr 94
  37231. Dev.CD Jan 94
  37232. Dev.CD Oct 93
  37233. Dev.CD Jul 93
  37234. Dev.CD Apr 93"
  37235.         activate
  37236.     end tell
  37237. on error errMsg number errNum
  37238.     --enter statements to perform when no records are found such as...
  37239.     display dialog "Sorry, the item you selected could not be found."
  37240.     return
  37241. end try
  37242. W, the item you selected could not be found."
  37243.     return
  37244. end try
  37245. e    No ChangefABitblitz
  37246. CopyBits
  37247. CopyMask
  37248. CopyDeepMask
  37249. GWorld
  37250. NewGWorld
  37251. Graphicsq
  37252. Dev.CD Nov 00 TC Disk 1
  37253. All Packages
  37254. F    Blat dcmd
  37255. 65073X
  37256. ^    TC Disk 1
  37257. e    No Change
  37258. setlockbitatomsample
  37259. setmarkers
  37260. setmenutitle
  37261. setmenutitle
  37262. setmfsize
  37263. setmode
  37264. setmode
  37265. setpdimc
  37266. setpdimc
  37267. setpdimc
  37268. setpdimc
  37269. setproject
  37270. setprojector
  37271. setserverstatusoptio
  37272. setserverstatusoptio
  37273. settingupstdfile
  37274. settingupstdfile
  37275. settingupstdfile
  37276. settingupstdfile
  37277. setup
  37278. setup
  37279. setupdsp
  37280. setupdsp
  37281. setupdsp
  37282. setupgl
  37283. setupgl
  37284. setupgl
  37285. fullscreen
  37286. setupgl
  37287. setupgl
  37288. windowed
  37289. setupgl
  37290. windowed
  37291. products
  37292. shapes
  37293. shapes
  37294. shareware
  37295. shell
  37296. shellsort
  37297. shellsort
  37298. shift
  37299. ships
  37300. ships
  37301. showalldrivequeueele
  37302. showalldrivequeueele
  37303. showallmountedvolume
  37304. showallmountedvolume
  37305. showhidefolder
  37306. showhidefolder
  37307. showicon7
  37308. showicon7
  37309. human
  37310. interface
  37311. guidelines
  37312. ultimate
  37313. upgrade
  37314. anyone
  37315. internet
  37316. runtime
  37317. runtime
  37318. 2.2.2
  37319. upgrade
  37320. runtime
  37321. 2.2.3
  37322. debug
  37323. debugging
  37324. server
  37325. developer
  37326. documentation
  37327. behaviors
  37328. behaviour
  37329. behind
  37330. bezier
  37331. binary
  37332. binding
  37333. binhex
  37334. bitmap
  37335. bitmapped
  37336. bitmapsr
  37337. black
  37338. black-and-white
  37339. blackketter
  37340. blank
  37341. block
  37342. blockreader
  37343. blocks
  37344. blueprint{
  37345. board
  37346. boards
  37347. bodyz
  37348. bones
  37349. book`
  37350. books`
  37351. boost
  37352. booting
  37353. Summary: LockVol is a Control Panel device that can be used to test software handling of locked volumes, local or remote.   With the use of System 7 and File Sharing, LockVol may come in handy for those trying to test their software.  LockVol displays a popup menu containing all volumes in use by your Mac and allows you to change the status of each volume from unlocked, to having a software or hardware lock.  Changes made in the Control Panel are immediate and remain intact until you chang
  37354. e them back or re-mount the affected volume.  The status of the startup volume is restored after a reboot.  All other volume status
  37355.  are lost after a reboot.
  37356. Improvements for version 1.6:
  37357.  The status of volumes is now physically updated on disk. This allows the volume to be mounted/re-mounted with that state persisting. Note that only a 'software' locked volume can be unmounted/mounted and still remain 'software' locked. Making a volume 'hardwared' locked will lock it but the setting won
  37358. ColorPicker.mcp
  37359. ReadMeL
  37360. Nov 00M
  37361. Color QuickDraw, CarbonLibN
  37362. Color Picker, Palette, CarbonO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Color Picker:PEDev.CD Nov 00 TC Disk 1
  37363.  - Sample Code
  37364.  - Graphics 2D
  37365.  - Color PickerV
  37366. 66749X
  37367. Nov 00^    TC Disk 1b
  37368. Revised
  37369. #ttp://developer.apple.com/samplecode/
  37370. text-handling
  37371. text-to-speech
  37372. textbegin/end
  37373. textbox
  37374. textedit
  37375. textstyle
  37376. mountalias
  37377. mounted
  37378. mounted/re-mounted
  37379. mounting
  37380. mountprojector
  37381. mounts
  37382. mountserver
  37383. mouse
  37384. mousedrag
  37385. mouseinfo
  37386. mouseresponders
  37387. movable
  37388. movablemodal
  37389. move{
  37390. moveablemodal
  37391. source
  37392. sample
  37393. illustrating
  37394. moved
  37395. movement
  37396. moves
  37397. movewindow
  37398. movieY
  37399. program
  37400. shows
  37401. capture
  37402. results
  37403. program
  37404. shows
  37405. composit
  37406. presentation
  37407. program
  37408. shows
  37409. construct
  37410. simple
  37411. animation
  37412. program
  37413. shows
  37414. control
  37415. quicktime
  37416. movie
  37417. program
  37418. shows
  37419. create
  37420. program
  37421. shows
  37422. customise
  37423. control
  37424. program
  37425. shows
  37426. define
  37427. mouseresponders
  37428. program
  37429. shows
  37430. display
  37431. quicktime
  37432. movie
  37433. program
  37434. shows
  37435. display
  37436. quicktime
  37437. content
  37438. applemodemtool
  37439. applescriptb
  37440. escript-based
  37441. applescriptsO
  37442. applesearchT
  37443. appleshareT
  37444. applesingle/appledou
  37445. applet
  37446. modes
  37447. modification
  37448. modified`
  37449. modifier
  37450. modifiers
  37451. modify
  37452. modifying
  37453. modifymouseaccl
  37454. modifymouseaccl
  37455. snippet
  37456. demonstrate
  37457. modular
  37458. moduleN
  37459. modulesR
  37460. mofify
  37461. moment
  37462. momentum{
  37463. money
  37464. monitorU
  37465. monitoringA
  37466. monitors
  37467. monolithic
  37468. monroe
  37469. montbriand
  37470. month
  37471. monthly{
  37472. months
  37473. moofwars
  37474. morenetworksetup
  37475. moreover
  37476. hOKDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Installer:LockFile:PVDev.CD Nov 00 TC Disk 2
  37477.  - Sample Code
  37478.  - Platforms and Tools
  37479.  - Installer
  37480.  - LockFileV
  37481. 68687X
  37482. Nov 00^    TC Disk 2
  37483. --set theItem to choose file -- uncomment to test in an AS editor
  37484.     tell application "Finder"
  37485.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Installer:LockFile:"
  37486.         activate
  37487.     end tell
  37488. on error errMsg number errNum
  37489.     --enter statements to perform when no records are found such as...
  37490.     display dialog "Sorry, the item you selected could not be found."
  37491.     return
  37492. end try
  37493. e    No Changef!Installer
  37494. file lock bit
  37495. LockFile
  37496. Dev.CD Nov 00 TC Disk 2
  37497. All Packages
  37498. LockVol
  37499. 68688X
  37500. ide.c
  37501. Print.c
  37502. SaveBoardImage.c
  37503. Setup.c
  37504. B(Sound.c
  37505. SpeechMessage.c
  37506. Start.c
  37507. Window.c
  37508. Jan 92O=Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:AppsToGo:Kibitz:PHDev.CD Nov 00 TC Disk 2
  37509.  - Sample Code
  37510.  - Overview
  37511.  - AppsToGo
  37512.  - KibitzV
  37513. 67036X
  37514. Moved
  37515. All Packages
  37516. Object Pascal to C++ TipsIrSummary: This document contains some helpful tips on converting MacApp 2.0 applications from Object Pascal to C++.J
  37517. Object Pascal to C++ TipsK
  37518. Vol IIIL
  37519. Vol VIIM`Microsoft Word 3.0 word processor, or any compatible word processor, such as Claris MacWrite II.OYDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ TipsPdDev.CD Nov 00 TC Disk 1
  37520.  - Tool Chest
  37521.  - Development Kits
  37522.  - C++ Related
  37523.  - Object Pascal to C++ TipV
  37524. 68818X
  37525. Nov 00^    TC Disk 1
  37526. --set theItem to choose file -- uncomment to test in an AS editor
  37527.     tell application "Finder"
  37528.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ Tips"
  37529.         activate
  37530.     end tell
  37531. on error errMsg number errNum
  37532.     --enter statements to perform when no records are found such as...
  37533.     display dialog "Sorry, the item you selected could not be found."
  37534.     return
  37535. end try
  37536. e    No Change
  37537. PODev.CD Aug 97 TC
  37538.  - What's New?
  37539.  - Developer Notes
  37540.  - Macintosh PowerBook 2400cV
  37541. 68712X
  37542. Aug 97^
  37543. --set theItem to choose file -- uncomment to test in an AS editor
  37544.     tell application "Finder"
  37545.         open item "Dev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:"
  37546.         activate
  37547.     end tell
  37548. on error errMsg number errNum
  37549.     --enter statements to perform when no records are found such as...
  37550.     display dialog "Sorry, the item you selected could not be found."
  37551.     return
  37552. end try
  37553. e    No Changeq
  37554. Dev.CD Aug 97 TC
  37555. Macintosh PowerBook Qualified
  37556. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  37557. The Kit includes:
  37558. Guide to Macintosh PowerBook Qualified Program
  37559. Program Technical Specifications
  37560. Program Pre-testing Guidelines
  37561. Legal Documentation for licensing and program participation
  37562. cipation
  37563. Nov 957
  37564. 68688X
  37565. Nov 00^    TC Disk 1
  37566. --set theItem to choose file -- uncomment to test in an AS editor
  37567.     tell application "Finder"
  37568.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  37569.         activate
  37570.     end tell
  37571. on error errMsg number errNum
  37572.     --enter statements to perform when no records are found such as...
  37573.     display dialog "Sorry, the item you selected could not be found."
  37574.     return
  37575. end try
  37576. e    No Changeq
  37577. Dev.CD Nov 00 TC Disk 1
  37578. All Packages
  37579. Long doubles
  37580. XThis code is needed to call the MathLib functions because the current
  37581. Metrowerks compilers (as of CW 10) do not create a 128 bit long double; they create
  37582. a 64 bit long double.  All of the MathLib functions that require a long
  37583. double expect a 128 bit long double and therefore do not produce the
  37584. correct results when given a 64 bit long double.
  37585. J/long double(PPC)
  37586. Long doubles.mcp
  37587. long_double.cM
  37588. PowerPC, CodeWarrior Compilerension that can work with any appl
  37589. full-features
  37590. full-text
  37591. fullscreen
  37592. fullscreen
  37593. sample
  37594. demonstrate
  37595. fully
  37596. function[
  37597. function/method
  37598. functionsB
  37599. functions/methods
  37600. fundamental
  37601. fundamentally
  37602. further
  37603. future{
  37604. futures
  37605. egrator
  37606. Dev.CD Jul 93
  37607. Dev.CD Apr 9V
  37608. 69170X
  37609. Jul 93
  37610. p--set theItem to choose file -- uncomment to test in an AS editor
  37611.     tell application "Finder"
  37612.         open item "Dev.CD Jul 93
  37613. Dev.CD Apr 93"
  37614.         activate
  37615.     end tell
  37616. on error errMsg number errNum
  37617.     --enter statements to perform when no records are found such as...
  37618.     display dialog "Sorry, the item you selected could not be found."
  37619.     return
  37620. end try
  37621. All Packages
  37622. F    QuickTimeO
  37623. Dev.CD Jul 93
  37624. Dev.CD Apr 93P
  37625. Dev.CD Jul 93
  37626. Dev.CD Apr 9V
  37627. 69171X
  37628. Jul 93
  37629. p--set theItem to choose file -- uncomment to test in an AS editor
  37630.     tell application "Finder"
  37631.         open item "Dev.CD Jul 93
  37632. Dev.CD Apr 93"
  37633.         activate
  37634.     end tell
  37635. on error errMsg number errNum
  37636.     --enter statements to perform when no records are found such as...
  37637.     display dialog "Sorry, the item you selected could not be found."
  37638.     return
  37639. end try
  37640. All Packages
  37641. F    QuickTimeO
  37642. Dev.CD Jul 93
  37643. Dev.CD Apr 93V
  37644. 69172X
  37645.     TC Disk 2
  37646. outputl
  37647. override
  37648. override
  37649. quickdraw
  37650. table
  37651. resource
  37652. overview
  37653. package
  37654. packages
  37655. packages
  37656. package
  37657. aware
  37658. packetizer
  37659. packman
  37660. pages
  37661. palette
  37662. palette
  37663. animatepalette
  37664. palette2ctab
  37665. getpalette
  37666. pmforecolor
  37667. palette
  37668. animation
  37669. gworld
  37670. disposegworld
  37671. animatepalette
  37672. palett
  37673. palette
  37674. color
  37675. depth
  37676. batch
  37677. processing
  37678. optimizing
  37679. conditio
  37680. palette
  37681. gworld
  37682. index2color
  37683. rgbforecolor
  37684. pmforecolor
  37685. getctabl
  37686. palette
  37687. gworld
  37688. pmforecolor
  37689. color2index
  37690. rgbforecolor
  37691. ctseed
  37692. location
  37693. manager
  37694. eject
  37695. action
  37696. module
  37697. driver
  37698. loader
  37699. driver
  37700. pci-pci
  37701. pcmcia
  37702. penmode
  37703. penpat
  37704. penpixpat
  37705. performanceA
  37706. performance
  37707. analysis
  37708. MEN5QuickTime, FTP, HTTP, Asyncronous, Web, Data, Handler
  37709. 69799X
  37710. Nov 00^    TC Disk 2
  37711. --set theItem to choose file -- uncomment to test in an AS editor
  37712.     tell application "Finder"
  37713.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:Win2MacCounterSamples:"
  37714.         activate
  37715.     end tell
  37716. on error errMsg number errNum
  37717.     --enter statements to perform when no records are found such as...
  37718.     display dialog "Sorry, the item you selected could not be found."
  37719.     return
  37720. end try
  37721. e    No Changef]counter
  37722. windows
  37723. introduction
  37724. document
  37725. modal dialog
  37726. printing
  37727. about
  37728. Win2MacCounterSamples
  37729. Dev.CD Nov 00 TC Disk 2
  37730. All Packages
  37731. WindoidI
  37732. Windoid is a MacApp 3.0 sample, which shows how to construct tear-off floating windows for control of window information. This is a simple example that has the bare minimum for supporting floating windows, written in generic C++.JcIncludeFiles.h
  37733. MWindoid.cp
  37734. READMEFIRST
  37735. UWindoid.cp
  37736. UWindoid.h
  37737. Windoid.MAMake
  37738. Windoid.r
  37739. WindoidRez.hM
  37740. MacApp 3.0 or later
  37741. simple
  37742. simple
  37743. simple
  37744. drawsprocket
  37745. simple
  37746. drawsprocket
  37747. simple
  37748. drawsprocket
  37749. simple
  37750. drawsprocket
  37751. simple
  37752. simple
  37753. simple
  37754. simpleapp
  37755. simpleapp
  37756. simpleapp
  37757. sound
  37758. simplecocoaapp
  37759. simplecocoaapp
  37760. simplecocoaapp
  37761. pbproj
  37762. simpledownload
  37763. simpledownload
  37764. 247226
  37765. simpledownload
  37766. 248426
  37767. simpleeditmfc
  37768. simpleeditmfc
  37769. simpleeditmfc
  37770. simpleeditmfc
  37771. simpleeditmfc
  37772. simpleeditmfc
  37773. simpleeditmfc
  37774. simpleeditmfc
  37775. simpleeditmfcdoc
  37776. simpleeditmfcdoc
  37777. simpleeditmfcdoc
  37778. simpleeditmfcview
  37779. simpleeditmfcview
  37780. simpleeditmfcview
  37781. simpleeditsdi
  37782. eplayermfc
  37783. simpleplayermfc
  37784. simpleplayermfc
  37785. simpleplayermfc
  37786. simpleplayermfc
  37787. simpleplayermfc
  37788. simpleplayermfc
  37789. An implementation of arbitrary precision arithmetic using the PowerPC Velocity-Engine (G4) vector instructions. 
  37790. We first define essential digit size of a multiprecision integer to be 128 bits, in view of the Velocity Engine architecture. By designing a general purpose vector library comprised of multiplication, square, bit shift and bitwise comparison, we have achieved significant speedups over PowerPC G3 scalar (base-2^16 ) implementation, or even hand-tuned assembly (base-2^32 ) packag
  37791. es. In particular, vector multiplications enjoy performance improvements ranging from 3:1 to 10:1 over their scalar counterpart, depending on operand bit size. 
  37792. An application for general purpose integer factoring was written and is able to factor large integers with speedups factors roughly in the aforementioned range. A second, large convolution application was written to settle a certain research problem; in this instance a length-2 15 convolution of 512-bit elements is performed.
  37793. graphicimporter
  37794. graphics
  37795. pattern
  37796. penpixpat
  37797. penpat
  37798. window
  37799. movewindow
  37800. window
  37801. manager
  37802. gspgetversion
  37803. guest
  37804. ul 96 SSW"
  37805.         activate
  37806.     end tell
  37807. on error errMsg number errNum
  37808.     --enter statements to perform when no records are found such as...
  37809.     display dialog "Sorry, the item you selected could not be found."
  37810.     return
  37811. end try
  37812. All Packages
  37813. System 7.5 Update 2.0O
  37814. Dev.CD Jul 96 SSWP
  37815. Dev.CD Jul 96 SSV
  37816. 67826X
  37817. Jul 96
  37818. f--set theItem to choose file -- uncomment to test in an AS editor
  37819.     tell application "Finder"
  37820.         open item "Dev.CD Jul 96 SSW"
  37821.         activate
  37822.     end tell
  37823. on error errMsg number errNum
  37824.     --enter statements to perform when no records are found such as...
  37825.     display dialog "Sorry, the item you selected could not be found."
  37826.     return
  37827. end try
  37828. All Packages
  37829. System 7.5 Update 2.0V
  37830. 67827X
  37831. 68891X
  37832. Nov 00^    TC Disk 1
  37833. --set theItem to choose file -- uncomment to test in an AS editor
  37834.     tell application "Finder"
  37835.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:Play Video Sample:"
  37836.         activate
  37837.     end tell
  37838. on error errMsg number errNum
  37839.     --enter statements to perform when no records are found such as...
  37840.     display dialog "Sorry, the item you selected could not be found."
  37841.     return
  37842. end try
  37843. e    No Changef
  37844. Display Manager
  37845. Play Videoq
  37846. Dev.CD Nov 00 TC Disk 1
  37847. All Packages
  37848. F    PlayMovie
  37849. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  37850. J-PlayMovie
  37851. PlayMovie.zip
  37852. pm.bat
  37853. README.txt
  37854. Feb 00
  37855. OKDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayMovie:V
  37856. 68892X
  37857. 1e    No Change
  37858. 68872X
  37859. Nov 99^
  37860. --set theItem to choose file -- uncomment to test in an AS editor
  37861.     tell application "Finder"
  37862.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  37863.  Other Platforms:PCCTS 1.31:"
  37864.         activate
  37865.     end tell
  37866. on error errMsg number errNum
  37867.     --enter statements to perform when no records are found such as...
  37868.     display dialog "Sorry, the item you selected could not be found."
  37869.     return
  37870. end try
  37871. Deletedf9ANTLR
  37872. PCCTS
  37873. parser generator
  37874. compiler toolsq
  37875. Dev.CD Nov 99 TC
  37876. "D!All Packages
  37877. Mac OS SDK Edition
  37878. PCI DDK 3.0I
  37879. This DDK (Driver Development Kit) will enable you to create both OpenFirmware (FCode) and MacOS drivers for PCI cards. Included is Documentation, Samples, and Tools to get you started.J
  37880. PCI DDK 3.0K
  37881. Sep 95L
  37882. Jan 00M
  37883. See comments in the code.N%PCI OpenFirmware FCode Forth tokenizeO9Dev.CD Oct 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:ngeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqx
  37884. ?JOInterfaces&Libraries
  37885. PCI Power ReadMe
  37886. SampleDriver
  37887. Updating Drivers for PM v1.0K
  37888. Apr 00N
  37889. Power Manager, PCIODDev.CD Jul 00 SDK1:Development Kits:Hardware:PowerManager DDK 1.0f1:PLDev.CD Jul 00 SDK1
  37890.  - Development Kits
  37891.  - Hardware
  37892.  - PowerManager DDK 1.0f1V
  37893. 68902X
  37894. Jul 00^
  37895. --set theItem to choose file -- uncomment to test in an AS editor
  37896.     tell application "Finder"
  37897.         open item "Dev.CD Jul 00 SDK1:Development Kits:Hardware:PowerManager DDK 1.0f1:"
  37898.         activate
  37899.     end tell
  37900. on error errMsg number errNum
  37901.     --enter statements to perform when no records are found such as...
  37902.     display dialog "Sorry, the item you selected could not be found."
  37903.     return
  37904. end try
  37905. e    No Changef
  37906. Power Manager
  37907. http://developer.apple.com/sdk
  37908. Dev.CD Jul 00 SDK1
  37909. All Packages
  37910. PowerMacOr68K
  37911. 68903X
  37912. ethernets
  37913. ethertalkB
  37914. simpler
  37915. simplesdiplayer
  37916. simplesdiplayer
  37917. sample
  37918. application
  37919. demonstrates
  37920. simplest
  37921. simpletext
  37922. simplified
  37923. simplifies
  37924. simplify
  37925. simply
  37926. simulate
  37927. simulates
  37928. simulation
  37929. 995 Apple Directions Articles
  37930. News:  Apple Releases PowerPC Processor-Based PowerB
  37931. ook Computers; Strategy Mosaic: PCI-The Future of Macintosh Expansion; Editor
  37932.  Note: Doin What's Right; IndustryWatch: Enough to Make a Grown Man Cry; Macintosh DOS Compatible Systems Can Maintain Both Windows 3.x and Windows 95; New Power Macintosh Computers Outperform Pentium; Netscape Adopts QuickTime, QuickTime VR in Strategic Agreement; The Mac Speaks Back.
  37933. Technology:  CD Highlights: System Software Edition, October 1995; Human Interface: This Old Interface; QuickDraw 3D-The Future 
  37934. struggling
  37935. strutures
  37936. studies
  37937. studio
  37938. .CD Apr 9V
  37939. 67956X
  37940. Apr 93
  37941. b--set theItem to choose file -- uncomment to test in an AS editor
  37942.     tell application "Finder"
  37943.         open item "Dev.CD Apr 93"
  37944.         activate
  37945.     end tell
  37946. on error errMsg number errNum
  37947.     --enter statements to perform when no records are found such as...
  37948.     display dialog "Sorry, the item you selected could not be found."
  37949.     return
  37950. end try
  37951. All Packages
  37952. System Enabler 111 (PB 160/180)O
  37953. Dev.CD Apr 93P
  37954. Dev.CD Apr 9V
  37955. 67957X
  37956. Apr 93
  37957. b--set theItem to choose file -- uncomment to test in an AS editor
  37958.     tell application "Finder"
  37959.         open item "Dev.CD Apr 93"
  37960.         activate
  37961.     end tell
  37962. on error errMsg number errNum
  37963.     --enter statements to perform when no records are found such as...
  37964.     display dialog "Sorry, the item you selected could not be found."
  37965.     return
  37966. end try
  37967. All Packages
  37968. 67958X
  37969. muchi
  37970. mulitple
  37971. f--set theItem to choose file -- uncomment to test in an AS editor
  37972.     tell application "Finder"
  37973.         open item "Dev.CD Jan 96 SSW"
  37974.         activate
  37975.     end tell
  37976. on error errMsg number errNum
  37977.     --enter statements to perform when no records are found such as...
  37978.     display dialog "Sorry, the item you selected could not be found."
  37979.     return
  37980. end try
  37981. item you selected could not be found."
  37982.     return
  37983. end try
  37984. e    No ChangefBMacApp
  37985. Framework
  37986. Object-oriented
  37987. Classes
  37988. Editor
  37989. Resources
  37990. /A(http://developer.apple.com/tools/macapp/
  37991. Dev.CD Nov 00 TC Disk 1
  37992. All Packages
  37993. Adobe Acrobat Reader
  37994. 64978X
  37995. macintosh
  37996. enables
  37997. computer
  37998. display
  37999. three-@
  38000. s/print@
  38001. printing@
  38002. probably@
  38003. product@
  38004. program's@
  38005. propositin@
  38006. providing@
  38007. puzzle@
  38008. quick@
  38009. quicktime
  38010. oughta
  38011. pictures
  38012. guillermo
  38013. ortiz@
  38014. FindFamilies
  38015. 60471X
  38016. theme
  38017. themes
  38018. themselves
  38019. theory
  38020. there[
  38021. there
  38022. small
  38023. cosmetic
  38024. system
  38025. can't
  38026. even[
  38027. there's
  38028. therefore
  38029. theresa
  38030. these`
  38031. these
  38032. applications
  38033. demonstrate
  38034. write
  38035. background
  38036. theta
  38037. they're{
  38038. thing{
  38039. things
  38040. think
  38041. third
  38042. third-party
  38043. packages
  38044. filesharingison
  38045. filesharingmaster
  38046. filesharingmaster
  38047. filesharingon
  38048. filesharingon
  38049. filesharingon
  38050. filesharingon
  38051. filesharingon
  38052. filesharingon
  38053. filing
  38054. filter
  38055. filterdirectory
  38056. filterdirectory
  38057. findchange
  38058. finder
  38059. finder
  38060. 7.1.3
  38061. finderdragpro
  38062. finderdragpro
  38063. finderdragpro
  38064. finderdragpro
  38065. specification
  38066. speech
  38067. speech
  38068. recognition
  38069. spinning
  38070. spinning
  38071. cursors
  38072. splice
  38073. spooler
  38074. sprite
  38075. sprite
  38076. toolbox
  38077. spriteworld
  38078. sprocket
  38079. sprockets
  38080. srccopy
  38081. srcxor
  38082. stack
  38083. stacks
  38084. standard
  38085. standard
  38086. standard
  38087. standardfile
  38088. choose
  38089. folder
  38090. standardfile
  38091. standards
  38092. standards
  38093. based
  38094. starmax
  38095. state
  38096. statements
  38097. status
  38098. html_
  38099. htmlrenderinglib
  38100. htmlsample
  38101. htmlsample
  38102. application
  38103. illustrating
  38104. hybrid
  38105. hypercardn
  38106. hyperdam
  38107. hypertalk
  38108. hypertext`
  38109. ports
  38110. built-in
  38111. devices
  38112. ibook
  38113. icon_
  38114. icon's
  38115. icons
  38116. idea[
  38117. identify
  38118. identifying
  38119. transport
  38120. autopush
  38121. driver
  38122. transport
  38123. resource
  38124. codewarrior
  38125. ethern
  38126. transport
  38127. debug
  38128. transport
  38129. kernel
  38130. strlog
  38131. debug
  38132. streams
  38133. otstreaml
  38134. transport
  38135. appletalk
  38136. rawmode
  38137. nbplookup
  38138. otlookup
  38139. transport
  38140. mapper
  38141. mapperref
  38142. otlookupnametest
  38143. transport
  38144. netstat
  38145. display
  38146. cache
  38147. logical
  38148. physic
  38149. transport
  38150. no-copy
  38151. receives
  38152. otbuffer
  38153. otbufferinfo
  38154. nocopy
  38155. transport
  38156. rawip
  38157. otpingsample
  38158. transport
  38159. traceroute
  38160. rawip
  38161. ottraceroutesamp
  38162. transport
  38163. otgetendpointinfo
  38164. tendpointinfo
  38165. etsda
  38166. transport
  38167. otlifo
  38168. otfifo
  38169. otlink
  38170. linked
  38171. transport
  38172. otoptionmanagment
  38173. option
  38174. management
  38175. getsetopt
  38176. transport
  38177. registry
  38178. otgetindexedport
  38179. transport
  38180. serial
  38181. registry
  38182. otgetuserportnamefro
  38183. transport
  38184. server
  38185. tilisten
  38186. notifiers
  38187. listen/accept
  38188. hando
  38189. ottcpwilldial
  38190.  1.4.6f4
  38191. 68810X
  38192. Mar OO^
  38193. RLDisk 1
  38194. --set theItem to choose file -- uncomment to test in an AS editor
  38195.     tell application "Finder"
  38196.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  38197.         activate
  38198.     end tell
  38199. on error errMsg number errNum
  38200.     --enter statements to perform when no records are found such as...
  38201.     display dialog "Sorry, the item you selected could not be found."
  38202.     return
  38203. end try
  38204. Deletedf audio
  38205. compression
  38206. playback
  38207. codecq
  38208. Dev.CD Mar OO RLDisk 1
  38209. All Packages
  38210. New & RevisedF
  38211. New NewGWorld
  38212.     nd such as...
  38213.     display dialog "Sorry, the item you selected could not be found."
  38214.     return
  38215. end try
  38216. e    No Changef+SimpleText
  38217. script
  38218. print
  38219. scriptable printingq
  38220. Dev.CD Nov 00 TC Disk 2
  38221. All Packages
  38222. ScriptableStuffItEngine
  38223. 66003X
  38224. qtsprites
  38225. qtsprites
  38226. qtsprites
  38227. qtsprites
  38228. query
  38229. quick
  38230. quick
  38231. start
  38232. quicksort
  38233. quicksort
  38234. rsize
  38235. foldersize
  38236. fontmaster
  38237. fontmaster
  38238. fontsync
  38239. resedit
  38240. formatasdos
  38241. formatasdos
  38242. formatasdosdisk
  38243. formatasdosdisk
  38244. formatasdosdisk
  38245. formatincludes
  38246. formatnum
  38247. formatnum
  38248. formats
  38249. formatter
  38250. fortune
  38251. fortune
  38252. foundation
  38253. fragment
  38254. fragment
  38255. fragment
  38256. fragments
  38257. fragments
  38258. fragmentstuff
  38259. fragmentstuff
  38260. fragmenttool
  38261. fragmenttool
  38262. fragmenttool
  38263. fragmenttool
  38264. framework
  38265. --set theItem to choose file -- uncomment to test in an AS editor
  38266.     tell application "Finder"
  38267.         open item "Dev.CD Apr 94
  38268. Dev.CD Jan 94
  38269. Dev.CD Oct 93
  38270. Dev.CD Jul 93
  38271. Dev.CD Apr 93"
  38272.         activate
  38273.     end tell
  38274. on error errMsg number errNum
  38275.     --enter statements to perform when no records are found such as...
  38276.     display dialog "Sorry, the item you selected could not be found."
  38277.     return
  38278. end try
  38279. payoff
  38280. pci-based
  38281. pci-pci
  38282. pci-the{
  38283. pcmcia
  38284. peering
  38285. pending
  38286. penetrate
  38287. pentiumZ
  38288. people[
  38289. percentage
  38290. perfectly
  38291. performf
  38292. rding your company and the products develop
  38293. discover
  38294. discovered
  38295. discovering
  38296. discrete
  38297. discs
  38298. discuss
  38299. discussed
  38300. discusses
  38301. discussion
  38302. discussions
  38303.    activate
  38304.     end tell
  38305. on error errMsg number errNum
  38306.     --enter statements to perform when no records are found such as...
  38307.     display dialog "Sorry, the item you selected could not be found."
  38308.     return
  38309. end try
  38310. Deletedq
  38311. Dev.CD Sep 96 RL
  38312. All Packages
  38313. develop Issue 20
  38314. 66833X
  38315. ference
  38316. ResEdit Reference 2.1K
  38317. Vol IIIL
  38318. Nov 94MnResEdit works on any Macintosh system with at least one megabyte of memory. It requires System 6.0.2 or later.OEDev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:ResEdit 2.1.3:PMDev.CD Nov 00 TC Disk 1
  38319.  - Tool Chest
  38320.  - Developer Utilities
  38321.  - ResEdit 2.1.3V
  38322. 65978X
  38323. Nov 00^    TC Disk 1
  38324. e    No Change
  38325. mousedocument
  38326. umousedocument
  38327. umouseinfo
  38328. umouseinfo
  38329. umouseinfo
  38330. umousetrackbehavior
  38331. This snippet shows the steps necessary to implement a scrolling, editable text field in a modal dialog.
  38332. Modeless Dialog Sample:  A sample application showing how to implement a modeless dialog  with a couple of controls. Compiles with the PowerPC Universal interfaces for both 68K and PowerPC applications, which you can get from a Developer CD or AppleLink.
  38333. MovableModal:  A small sample showing one way of implementing Movable Modal dialogs in a 7.0 or later application.
  38334. NoResDialog:  OK,
  38335.  so despite all your planning, you still think you may need to create dialogs on the fly , without having any resource templates available for the DITL. This small sample creates a dialog with an OK button witha border around it, all with in-memory data structures. Just look at the function NoResDialog(...), and you'll see.
  38336. NoSound:  This small app, placed in your Startup Items folder,  quiets the startup sound by installing a Shutdown procedure that saves the current volume setting and s
  38337. Dev.CD Jul 93
  38338. Dev.CD Apr 93P
  38339. Dev.CD Jul 93
  38340. Dev.CD Apr 9V
  38341. 69168X
  38342. Jul 93
  38343. p--set theItem to choose file -- uncomment to test in an AS editor
  38344.     tell application "Finder"
  38345.         open item "Dev.CD Jul 93
  38346. Dev.CD Apr 93"
  38347.         activate
  38348.     end tell
  38349. on error errMsg number errNum
  38350.     --enter statements to perform when no records are found such as...
  38351.     display dialog "Sorry, the item you selected could not be found."
  38352.     return
  38353. end try
  38354. All Packages
  38355. F    QuickTimeO
  38356. Dev.CD Jul 93P
  38357. Dev.CD Jul 9V
  38358. 69169X
  38359. Jul 93
  38360. b--set theItem to choose file -- uncomment to test in an AS editor
  38361.     tell application "Finder"
  38362.         open item "Dev.CD Jul 93"
  38363.         activate
  38364.     end tell
  38365. on error errMsg number errNum
  38366.     --enter statements to perform when no records are found such as...
  38367.     display dialog "Sorry, the item you selected could not be found."
  38368.     return
  38369. end try
  38370. All Packages
  38371. F    QuickTimeO
  38372. Dev.CD Jul 93
  38373. Dev.CD Apr 93V
  38374. 69170X
  38375. G4.pdfnge
  38376. hN#Installer, file lock bit, LockFile
  38377.  uncomment to test in an AS editor
  38378.     tell application "Finder"
  38379.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:KeyMapTest:"
  38380.         activate
  38381.     end tell
  38382. on error errMsg number errNum
  38383.     --enter statements to perform when no records are found such as...
  38384.     display dialog "Sorry, the item you selected could not be found."
  38385.     return
  38386. end try
  38387. me using one of the following mechanisms (e-mail is highly recommended):
  38388. -   AppleLink:  GONZALEZ3
  38389. -   Internet:   gonzalez3@applelink.apple.com
  38390. -   Fax:        (408) 974-9456
  38391. Yes, this will take a couple of minutes, but your feedback is very important and will help us understand more your needs and provide you with better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  38392. Thanks for your feedback.
  38393. Regards,
  38394. Ricardo G
  38395. aMac OS 8, Mac OS, Inside Mac, Control Manager, controls, human interface, Mac OS 8.5, proportional scroll box, smart scrolling, scroll bars, Dialog Manager, dialog, dialog box, human interface, Mac OS 8.5, timeout, Menu Manager, menu, human interface, Mac OS 8.5, menu bar, menu item, guidelines, style, terminology, usage, writing, legacy documentation
  38396. delivered
  38397. delivers
  38398. delivery
  38399. delta{
  38400. demanding
  38401. demands
  38402. manual
  38403. drawing
  38404. resources
  38405. demonstates
  38406. demonstation
  38407. demonstrateb
  38408. palette to a GWorld is permitted, doing so does not change the GWorld
  38409. s color table.  The solution is to make a palette from the color table ( or the color table from a palette) and to use that color table to create or update the GWorld. After then doing a SetGWorld you can either draw with Index2Color and RGBForeColor, or you can set the palette to the GWorld and draw with PmForeColor. These techniques are shown in the procedures createRGBForeColorImage and createPmForeColorImage in PaletC
  38410. te and GWorld.c.
  38411. J|CarbonPrefix.h
  38412. CarbonRes.rsrc
  38413. Palette and GWorld.c
  38414. Palette and GWorld.rsrc
  38415. PaletteAndGWorld(PPC)
  38416. PaletteAndGWorld.mcp
  38417. ReadMeL
  38418. Nov 00M
  38419. Color QuickDraw, CarbonLibN
  38420. palette, GWorld, Index2Color, RGBForeColor, PmForeColor, GetCTable, NewPalette, GetMainDevice, NSetPalette, pmTable, ctSeed, GetGWorldPixMap, CarbonOCDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Palette and GWorld:PKDev.CD Nov 00 TC Disk 1
  38421.  - Sample Code
  38422.  - Graphics 2D
  38423.  - Palette and GWorldW
  38424. quite
  38425. OCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MDIPlayer.win:PNDev.CD Nov 00 TC Disk 2
  38426.  - Sample Code
  38427.  - QuickTime
  38428.  - Basics
  38429.  - MDIPlayer.winV
  38430. 68736X
  38431. Nov 00^    TC Disk 2
  38432. --set theItem to choose file -- uncomment to test in an AS editor
  38433.     tell application "Finder"
  38434.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MDIPlayer.win:"
  38435.         activate
  38436.     end tell
  38437. on error errMsg number errNum
  38438.     --enter statements to perform when no records are found such as...
  38439.     display dialog "Sorry, the item you selected could not be found."
  38440.     return
  38441. end try
  38442. e    No Changeq
  38443. Dev.CD Nov 00 TC Disk 2
  38444. All Packages
  38445. MegaMovies 1.6.2
  38446. 68737X
  38447. ETSDA, OTEndpointInfoO>Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTEndpointInfo:PFDev.CD Nov 00 TC Disk 1
  38448.  - Sample Code
  38449.  - Networking
  38450.  - OTEndpointInfoV
  38451. 65594X
  38452. Nov 00^    TC Disk 1
  38453. e    No Change
  38454. All Packages
  38455. PPC EnablerO
  38456. Dev.CD Jul 95P
  38457. Dev.CD Jul 9V
  38458. 68941X
  38459. Jul 95
  38460. b--set theItem to choose file -- uncomment to test in an AS editor
  38461.     tell application "Finder"
  38462.         open item "Dev.CD Jul 95"
  38463.         activate
  38464.     end tell
  38465. on error errMsg number errNum
  38466.     --enter statements to perform when no records are found such as...
  38467.     display dialog "Sorry, the item you selected could not be found."
  38468.     return
  38469. end try
  38470. All Packages
  38471. PPC EnablerO
  38472. Dev.CD Jul 95P
  38473. Dev.CD Jul 9V
  38474. 68942X
  38475. Jul 95
  38476. b--set theItem to choose file -- uncomment to test in an AS editor
  38477.     tell application "Finder"
  38478.         open item "Dev.CD Jul 95"
  38479.         activate
  38480.     end tell
  38481. on error errMsg number errNum
  38482.     --enter statements to perform when no records are found such as...
  38483.     display dialog "Sorry, the item you selected could not be found."
  38484.     return
  38485. end try
  38486. All Packages
  38487. PPC EnablerO
  38488. Dev.CD Jul 95P
  38489. Dev.CD Jul 9V
  38490. 68943X
  38491. Jul 95
  38492.  Strategy M
  38493. morley
  38494. morphemes
  38495. mosaic{
  38496. mostW
  38497. mostly
  38498. mounted/re-mounted
  38499. mounting
  38500. mountprojector
  38501. mounts
  38502. mountserver
  38503. mouse
  38504. mousedrag
  38505. mouseresponders
  38506. movable
  38507. move{
  38508. moveable
  38509. moveablemodal
  38510. moveablemodal
  38511. source
  38512. sample
  38513. illustrating
  38514. moved
  38515. movement
  38516. moves
  38517. movewindow
  38518. movieY
  38519. movie's
  38520. moviebrowser
  38521. moviecontroller
  38522. e    No Changef/Chooser
  38523. Chooser package
  38524. printer driver
  38525. PACKman
  38526. Dev.CD Nov 00 TC Disk 1
  38527. All Packages
  38528. New & RevisedF
  38529. Palette and GWorld
  38530. This sample demonstrates the use of palette and color tables with GWorlds.  It has been updated for Carbon.
  38531. This app copies from two offscreen GWorlds into the left and right halves of the window. The contents of the GWorlds are vertical lines that show all the entries in the color tables associated with the GWorlds. The GWorlds were created as described below.  One commonly asked question is how to use a palette when drawing into a GWorld. The trick is understanding that while setting a rrNum
  38532.     --enter statements to perform when no records are found such as...
  38533.     display dialog "Sorry, the item you selected could not be found."
  38534.     return
  38535. end try
  38536. e    No Changef
  38537. Carbon
  38538. CarbonLibo
  38539. http://developer.apple.com/sdkitem you selected could not be found."
  38540.     return
  38541. end try
  38542. All Packages
  38543. System 7.5 Update 2.0V
  38544. 66191X
  38545. Dev.CD Apr 95
  38546. Dev.CD Jan 9V
  38547. 69089X
  38548. Apr 95
  38549. p--set theItem to choose file -- uncomment to test in an AS editor
  38550.     tell application "Finder"
  38551.         open item "Dev.CD Apr 95
  38552. Dev.CD Jan 95"
  38553.         activate
  38554.     end tell
  38555. on error errMsg number errNum
  38556.     --enter statements to perform when no records are found such as...
  38557.     display dialog "Sorry, the item you selected could not be found."
  38558.     return
  38559. end try
  38560. All Packages
  38561. QuickDraw GXO
  38562. Dev.CD Apr 95
  38563. Dev.CD Jan 95P
  38564. Dev.CD Apr 95
  38565. Dev.CD Jan 9V
  38566. 69090X
  38567. Apr 95
  38568. p--set theItem to choose file -- uncomment to test in an AS editor
  38569.     tell application "Finder"
  38570.         open item "Dev.CD Apr 95
  38571. Dev.CD Jan 95"
  38572.         activate
  38573.     end tell
  38574. on error errMsg number errNum
  38575.     --enter statements to perform when no records are found such as...
  38576.     display dialog "Sorry, the item you selected could not be found."
  38577.     return
  38578. end try
  38579. All Packages
  38580. QuickDraw GXO
  38581. Dev.CD Apr 95P
  38582. Dev.CD Apr 9V
  38583. 69091X
  38584. smallest
  38585. smart
  38586. shots
  38587. snazzy
  38588. sndplaydoublebuffer
  38589. sndplaydoublebufferc
  38590. snippet
  38591. snippet
  38592. demonstrate
  38593. system
  38594. utilitie
  38595. snippet
  38596. demonstrate
  38597. system
  38598. popup
  38599. control
  38600. snippets
  38601. snively
  38602. society
  38603. softwareP
  38604. Nov 00MBWindows 95/98/NT/2000 or later, QuickTime for Windows 3.0 or laterN@QuickTime, Graphics Importer, Movie importer, Image DecompressorOVDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:ImporterWin.win:PaDev.CD Nov 00 TC Disk 2
  38605.  - Sample Code
  38606.  - QuickTime
  38607.  - Importers and Exporters
  38608.  - ImporterWin.winV
  38609. 68615X
  38610. Nov 00^    TC Disk 2b
  38611. --set theItem to choose file -- uncomment to test in an AS editor
  38612.     tell application "Finder"
  38613.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:ImporterWin.win:"
  38614.         activate
  38615.     end tell
  38616. on error errMsg number errNum
  38617.     --enter statements to perform when no records are found such as...
  38618.     display dialog "Sorry, the item you selected could not be found."
  38619.     return
  38620. end try
  38621. New Packagef=QuickTime
  38622. Graphics Importer
  38623. Movie importer
  38624. Image Decompressoro&http://developer.apple.com/samplecode/q
  38625. Dev.CD Nov 00 TC Disk 2
  38626. All Packages
  38627. ImportExportV
  38628. 68616X
  38629. 6OJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayTune:PUDev.CD Nov 00 TC Disk 2
  38630.  - Sample Code
  38631.  - QuickTime
  38632.  - QuickTime for Java
  38633.  - PlayTuneV
  38634. 68893X
  38635. Nov 00^    TC Disk 2
  38636. --set theItem to choose file -- uncomment to test in an AS editor
  38637.     tell application "Finder"
  38638.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayTune:"
  38639.         activate
  38640.     end tell
  38641. on error errMsg number errNum
  38642.     --enter statements to perform when no records are found such as...
  38643.     display dialog "Sorry, the item you selected could not be found."
  38644.     return
  38645. end try
  38646. e    No Changef
  38647. QuickTime
  38648. Dev.CD Nov 00 TC Disk 2
  38649. All Packages
  38650. PopupFuncs 2.6.1
  38651. 68894X
  38652. hyperdam
  38653. hypertalk
  38654. hypertext`
  38655. 69321X
  38656. Nov 99^
  38657. r--set theItem to choose file -- uncomment to test in an AS editor
  38658.     tell application "Finder"
  38659.         open item "Dev.CD Nov 99 TC:Sample Code:"
  38660.         activate
  38661.     end tell
  38662. on error errMsg number errNum
  38663.     --enter statements to perform when no records are found such as...
  38664.     display dialog "Sorry, the item you selected could not be found."
  38665.     return
  38666. end try
  38667. Deletedq
  38668. Dev.CD Nov 99 TC
  38669. D!All Packages
  38670. Tool Chest Edition
  38671. nguages
  38672. (** = new, * = revised)
  38673. AEGestalt:  AEGestalt is a MacApp application which shows how to make use of the built in Apple events support.
  38674. Bits o' MacApp Code:  A few MacApp snippets: Windows Menu,a view that stays centered in its superview,  TTextListView, TTextGridView, a Light Gray Adorner, and more.
  38675. Dialogs:  This MacApp sample shows how TextEdit views are enabled/disabled, in this case with radio buttons.
  38676. DTSCPlusLibrary:  This folder is chock full of useful C++ samples (80+ files!),les (80+ files!),
  38677. All Packages
  38678. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  38679. Dev.CD Jan 94
  38680. Dev.CD Oct 93
  38681. Dev.CD Jul 93
  38682. Dev.CD Apr 93PDDev.CD Apr 94
  38683. Dev.CD Jan 94
  38684. Dev.CD Oct 93
  38685. Dev.CD Jul 93
  38686. Dev.CD Apr 9V
  38687. 69670X
  38688. Apr 94
  38689. --set theItem to choose file -- uncomment to test in an AS editor
  38690.     tell application "Finder"
  38691.         open item "Dev.CD Apr 94
  38692. Dev.CD Jan 94
  38693. Dev.CD Oct 93
  38694. Dev.CD Jul 93
  38695. Dev.CD Apr 93"
  38696.         activate
  38697.     end tell
  38698. on error errMsg number errNum
  38699.     --enter statements to perform when no records are found such as...
  38700.     display dialog "Sorry, the item you selected could not be found."
  38701.     return
  38702. end try
  38703. All Packages
  38704. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  38705. Dev.CD Jan 94
  38706. Dev.CD Oct 93
  38707. Dev.CD Jul 93
  38708. Dev.CD Apr 93PDDev.CD Apr 94
  38709. Dev.CD Jan 94
  38710. Dev.CD Oct 93
  38711. Dev.CD Jul 93
  38712. Dev.CD Apr 9V
  38713. 69671X
  38714. Apr 94
  38715.  which you, the MacApp developers, have requested for months or years.
  38716. Install MacApp R13U5K
  38717. Apr 00L
  38718. Apr 00
  38719. 5447X
  38720. Deleted
  38721. Summary: Localization for Japan provides an overview of what is needed to successfully introduce a software product in the Japanese market.
  38722. Features: Targeting an audience ranging from product managers to  software developers, this book tells you the important issues to consider when designing or modifying a domestic software package for distribution in Japan.  It also provides information on subjects including document translation and  establishing business partners in Japan.
  38723. Localization for JapanK
  38724. Aug 92M
  38725. Adobe Acrobat ReaderO&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  38726.  - Programs & Marketingne effective marketing techniques, and much more. What you
  38727. ll end up with is a killer content plan that doubles as a course of action for your product and your business.
  38728. JTKiller Content.pdf
  38729. Part I PDF Links
  38730. Part II PDF Links
  38731. Part III PDF Links
  38732. sound filesK
  38733. Jan 98election tool
  38734. Carbonq
  38735. Dev.CD Nov 00 TC Disk 1
  38736. All Packages
  38737. 62249X
  38738. f--set theItem to choose file -- uncomment to test in an AS editor
  38739.     tell application "Finder"
  38740.         open item "Dev.CD Jun 97 SSW"
  38741.         activate
  38742.     end tell
  38743. on error errMsg number errNum
  38744.     --enter statements to perform when no records are found such as...
  38745.     display dialog "Sorry, the item you selected could not be found."
  38746.     return
  38747. end try
  38748. disable
  38749. disable
  38750. disabled
  38751. disassembler
  38752. disassembly
  38753. device
  38754. driver
  38755. drivers
  38756. ld not be found."
  38757.     return
  38758. end try
  38759. All Packages
  38760. System Enabler 003 (LC III)OEDev.CD Apr 94
  38761. Dev.CD Jan 94
  38762. Dev.CD Oct 93
  38763. Dev.CD Jul 93
  38764. Dev.CD Apr 93PDDev.CD Apr 94
  38765. Dev.CD Jan 94
  38766. Dev.CD Oct 93
  38767. Dev.CD Jul 93
  38768. Dev.CD Apr 9V
  38769. 64612X
  38770. Apr 94
  38771. makefiles
  38772. romaja
  38773. roman
  38774. romanized
  38775. romresourcedump
  38776. rosenberg
  38777. rotate
  38778. rotatebegin/end
  38779. rotated
  38780. rotatedbitmap
  38781. rotates
  38782. rotatestring
  38783. rotating
  38784. rotation
  38785. roughly
  38786. round
  38787. rounded
  38788. rounded-corner
  38789. roundup{
  38790. routej
  38791. router
  38792. routers
  38793. routines
  38794. routine
  38795. colorize
  38796. pixmap
  38797. dialog
  38798. routinedescriptor
  38799. routinesV
  38800. routingj
  38801. rowbytes
  38802. rubber
  38803. rubber-banding
  38804. DragWindowGrid- a sample showing how to write a function to drag a window around on the screen so that it can only be released along grid lines.  No patches, no hooking into drag procs, nothing fancy. This just tracks an XOR frame around the screen similar to how the Window Manager behaves, and when you let go in a different spot MoveWindow moves the window to the right place.
  38805. DrawCode.c has the DragWindowGrid routine in it.  You can change the kIncrement constant to change the size of thB
  38806. e grid rects.
  38807. JSApplication.c
  38808. DragWindowGrid(PPC)
  38809. DragWindowGrid.mcp
  38810. DragWindowGrid.rsrc
  38811. DrawCode.cN(grid, window, MoveWindow, Window ManagerOKDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:DragWindowGrid:PSDev.CD Nov 00 TC Disk 1
  38812.  - Sample Code
  38813.  - Human Interface Toolbox
  38814.  - DragWindowGrid
  38815. Apr 95
  38816. b--set theItem to choose file -- uncomment to test in an AS editor
  38817.     tell application "Finder"
  38818.         open item "Dev.CD Apr 95"
  38819.         activate
  38820.     end tell
  38821. on error errMsg number errNum
  38822.     --enter statements to perform when no records are found such as...
  38823.     display dialog "Sorry, the item you selected could not be found."
  38824.     return
  38825. end try
  38826. All Packages
  38827. QuickDraw GXO
  38828. Dev.CD Apr 95P
  38829. Dev.CD Apr 9V
  38830. 69092X
  38831. Apr 95
  38832. b--set theItem to choose file -- uncomment to test in an AS editor
  38833.     tell application "Finder"
  38834.         open item "Dev.CD Apr 95"
  38835.         activate
  38836.     end tell
  38837. on error errMsg number errNum
  38838.     --enter statements to perform when no records are found such as...
  38839.     display dialog "Sorry, the item you selected could not be found."
  38840.     return
  38841. end try
  38842. All Packages
  38843. QuickDraw GXO
  38844. Dev.CD Aug 93P
  38845. Dev.CD Aug 9V
  38846. 69093X
  38847. Aug 93
  38848. loading
  38849. loadscrap
  38850. locales
  38851. localization
  38852. localized
  38853. location
  38854. location
  38855. configuration
  38856. setting
  38857. preference
  38858. switch
  38859. module
  38860. lockfile
  38861. logical
  38862. double
  38863. codewarrior
  38864. mathlib
  38865. double
  38866. doubles
  38867. lproj
  38868. lurkers
  38869. lurkers
  38870. projector
  38871. human
  38872. interface
  38873. guidelines
  38874. inside
  38875. control
  38876. manager
  38877. controls
  38878. human
  38879. runtime
  38880. architecture
  38881. macapp]
  38882. macapp
  38883. adorner
  38884. lightgrayadorner
  38885. light
  38886. adorner
  38887. macapp
  38888. behavior
  38889. mouseinfo
  38890. macapp
  38891. enable
  38892. disable
  38893. viewenable
  38894. tedittext
  38895. macapp
  38896. exception
  38897. ufailure
  38898. signals
  38899. macapp
  38900. framework
  38901. object-oriented
  38902. management
  38903. Dev.CD Apr 95
  38904. Dev.CD Jan 95P
  38905. Dev.CD Apr 95
  38906. Dev.CD Jan 9V
  38907. 69075X
  38908. Apr 95
  38909. p--set theItem to choose file -- uncomment to test in an AS editor
  38910.     tell application "Finder"
  38911.         open item "Dev.CD Apr 95
  38912. Dev.CD Jan 95"
  38913.         activate
  38914.     end tell
  38915. on error errMsg number errNum
  38916.     --enter statements to perform when no records are found such as...
  38917.     display dialog "Sorry, the item you selected could not be found."
  38918.     return
  38919. end try
  38920. All Packages
  38921. QuickDraw GXO
  38922. Dev.CD Apr 95
  38923. Dev.CD Jan 95P
  38924. Dev.CD Apr 95
  38925. Dev.CD Jan 9V
  38926. 69076X
  38927. Apr 95
  38928. p--set theItem to choose file -- uncomment to test in an AS editor
  38929.     tell application "Finder"
  38930.         open item "Dev.CD Apr 95
  38931. Dev.CD Jan 95"
  38932.         activate
  38933.     end tell
  38934. on error errMsg number errNum
  38935.     --enter statements to perform when no records are found such as...
  38936.     display dialog "Sorry, the item you selected could not be found."
  38937.     return
  38938. end try
  38939. All Packages
  38940. QuickDraw GXV
  38941. 69077X
  38942. All Packages
  38943. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  38944. Dev.CD Jan 94
  38945. Dev.CD Oct 93P(Dev.CD Apr 94
  38946. Dev.CD Jan 94
  38947. Dev.CD Oct 9V
  38948. 69596X
  38949. Apr 94
  38950. ~--set theItem to choose file -- uncomment to test in an AS editor
  38951.     tell application "Finder"
  38952.         open item "Dev.CD Apr 94
  38953. Dev.CD Jan 94
  38954. Dev.CD Oct 93"
  38955.         activate
  38956.     end tell
  38957. on error errMsg number errNum
  38958.     --enter statements to perform when no records are found such as...
  38959.     display dialog "Sorry, the item you selected could not be found."
  38960.     return
  38961. end try
  38962. All Packages
  38963. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  38964. Dev.CD Jan 94
  38965. Dev.CD Oct 93
  38966. Dev.CD Jul 93P6Dev.CD Apr 94
  38967. Dev.CD Jan 94
  38968. Dev.CD Oct 93
  38969. Dev.CD Jul 9V
  38970. 69597X
  38971. Apr 94
  38972. keycodes
  38973. keycodesflag
  38974. keymap
  38975. keymaptest
  38976. keymenu
  38977. keysv
  38978. b--set theItem to choose file -- uncomment to test in an AS editor
  38979.     tell application "Finder"
  38980.         open item "Dev.CD Apr 95"
  38981.         activate
  38982.     end tell
  38983. on error errMsg number errNum
  38984.     --enter statements to perform when no records are found such as...
  38985.     display dialog "Sorry, the item you selected could not be found."
  38986.     return
  38987. end try
  38988.  display dialog "Sorry, the item you selected could not be found."
  38989.     return
  38990. end try
  38991. e    No Changef
  38992. International
  38993. Glossariesq
  38994. Dev.CD Nov 00 TC Disk 1
  38995. ED!All Packages
  38996. Mac OS SDK Edition
  38997. Apple Location Manager
  38998. hApple Location Manager allows users to switch groups of settings all at the same time in one step (such as when moving from location to location). This SDK contains a complete Location Manager Module with source, and documentation on other ways developers can integrate ALM support into their products.
  38999. Contains a new version of ALM (2.0.1) for developer use.
  39000. 66641X
  39001. 1e    No Change
  39002. 68518X
  39003. Nov 00^    TC Disk 1
  39004. --set theItem to choose file -- uncomment to test in an AS editor
  39005.     tell application "Finder"
  39006.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:"
  39007.         activate
  39008.     end tell
  39009. on error errMsg number errNum
  39010.     --enter statements to perform when no records are found such as...
  39011.     display dialog "Sorry, the item you selected could not be found."
  39012.     return
  39013. end try
  39014. e    No Changeq
  39015. Dev.CD Nov 00 TC Disk 1
  39016. All Packages
  39017. DTS.UtilitiesI>DTS.Utilities is a collection of utilities for DTS Sample codeJ]DTS.Utilities.mcp
  39018. DTS.UtilitiesLib(PPC)
  39019. Utilities.c
  39020. Utilities.h
  39021. Utilities.r
  39022. UtilitiesCommon.hK
  39023. Jun 95L
  39024. Nov 95N
  39025. Utilities, abs, PStrCopy, TopLeft, BotRight, SETPT, SETRECT, BTstBool, BTstQ, CenterWindow, CenterRectInRect, GetRectDevice, GetRectDeviceRect, GetWindowDevice, GetWindowDeviceRect, PStrConcat, ZoomToWindowDevice, DTS.Utilities:
  39026. This example demonstrates how to script your Java Application using
  39027. AppleScript. Functionality mimics the old black billiard ball that you
  39028. asked a fortune and then shook vigorously in order to receive a cryptic
  39029. reply.
  39030. To submit your question to the "Magic Oracle", type your yes or no
  39031. question in the text field and click the "Ask Oracle" button, press
  39032. return or enter, or grab the ball with your mouse and shake it around
  39033. the screen.
  39034. This sample demonstrates:
  39035.  Adding basic scriptability sB
  39036. upport to your Java application
  39037.  How to create a bean info to enhance the automatically generated 'aete' created by the introspector
  39038.  How to script your java application using the Scriptable Text Editor
  39039. BufferedDrawer.java
  39040. BufferedImage.java
  39041. Fortune.java
  39042. images
  39043. Magic Oracle
  39044. Magic Oracle readme
  39045. Magic Oracle.
  39046. Magic Script
  39047. MagicOracle.jar
  39048. MainFrame.java
  39049. MainFrameBeanInfo.java
  39050. resources
  39051. Util.javaO6Dev.CD Nov 00 TC Disk 1:Sample Code:Java:Magic Oracle:ortional
  39052. mouse moved.
  39053. Wake100 is a sample INIT which reads the wake up time in a PowerBook 100 and old Portable. If the wake up date has elapsed then a day gets added to it so that the machine wakes up at the same time every day.J)Wake100
  39054. Wake100.c
  39055. Wake100.make
  39056. WakeINIT.cM
  39057. Power ManagerN>Power Manager, sleep queue, SetWakeupTimer, PowerBook, Wake100OODev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:Wake100:PZDev.CD Nov 00 TC Disk 1
  39058.  - Sample Code
  39059.  - Devices and Hardware
  39060.  - Miscellaneous
  39061.  - Wake100V
  39062. 69790X
  39063. Nov 00^    TC Disk 1
  39064. --set theItem to choose file -- uncomment to test in an AS editor
  39065.     tell application "Finder"
  39066.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:Wake100:"
  39067.         activate
  39068.     end tell
  39069. on error errMsg number errNum
  39070.     --enter statements to perform when no records are found such as...
  39071.     display dialog "Sorry, the item you selected could not be found."
  39072.     return
  39073. end try
  39074. e    No Change
  39075. ulator
  39076. This update to Toolbox assistant includes the following QuickView databases:
  39077. NOTE:  We have released the databases below as standalone products, without an updated Routines A ... Z and Mgr. page.
  39078. Advanced Color Imaging Assistant: This set of three QuickView databases provide conceptual information for working with  color in your application, including sample code, as well as a reference to the Palette Manager, Color Picker Manager, ColorSync Manager, and Color Manager. Advanced Color Ima
  39079. ging Assistant has been revised for version 2.1 of the ColorSync Manager and includes hypertext links to new and revised material.
  39080. Apple Game Sprockets: This QuickView database includes the set of new APIs to make game programming for the Macintosh easy. The four sprockets documented in this QuickView database include SoundSprocket, DrawSprocket, InputSprocket, and NetSprocket. Some of the APIs for these sprockets are for new functionality and others make APIs that already existed in the 
  39081. Summary: A collection of MPW
  39082.  scripts and tools with a menu and commando interface to aid in authoring, executing and analyzing human interface tests.  Tests may be written as Virtual User (VU) or MPW scripts.
  39083. Features: Using HITEC, you have the ability to create new tests, execute and analyze existing tests and collect groups of tests into suites.  HITEC also provides various controls over the execution of tests and suites, such as setting a group of target systems on which to execute th
  39084. e tests, determining the CPU type of target system and making timing adjustments to best suit that system, and verifying that a system is still functional after the execution of previous tests. 
  39085. Hardware:  One controller system and at least one target system.  The controller system should have 1MB or more of RAM to run MPW 3.0 or higher.  The target system(s) should be a Macintosh Plus or higher.
  39086. Software:  (Controller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  39087.  SDKs
  39088. string
  39089. stringing
  39090. stringsf
  39091. stringservices
  39092. strip
  39093. stripped
  39094. stripunits
  39095. strlist
  39096. strlist
  39097. strlist
  39098. contain
  39099. routines
  39100. accessing
  39101. strlog
  39102. stroke
  39103. stroll
  39104. strong
  39105. stronger
  39106. strongest{
  39107. strongly
  39108. structglinfo
  39109. structs
  39110. structure
  39111. structured
  39112. structures
  39113. e using  a display much like a VCR peak-hold bar meter.
  39114. Speech Recognition sample: This sample, which uses Speech Recognition Manager, provides a flexible framework for basing other applications on this code.
  39115. SquareWave:  These snippets show how to use waveTableSynth and squareWaveSynth.
  39116. 'vox ' recording:  This application uses Q
  39117. tanding of how SpriteWorld works, or change areas you want to work differently. 
  39118. The SpriteWorld package including the source code, documentation, and sample code is wholly owned andCopyright 
  39119.  1995-2000 by Vern Jensen, Karl Bunker, and Anders Bj
  39120. rklund
  39121.     This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
  39122.     Permission is granted to anyone to use this software for any p
  39123. urpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
  39124.     1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
  39125.     2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
  39126. 4e    No Changef@Color Picker
  39127. Colorize
  39128. CopyBits
  39129. foreground color
  39130. background colorq
  39131. Dev.CD Nov 00 TC Disk 1
  39132. 5D!All Packages
  39133. Mac OS SDK Edition
  39134. ColorPicker 2.1.1 SDKI
  39135. Color Picker 2.1.1 contains some minor bug fixes and a new ColorPickerLib for developers to use.
  39136. Features: No new features- only bug fixesJ
  39137. Color Picker SDK.sitK
  39138. Aug 97L
  39139. Jan 98N
  39140. Color Picker 2.1.1OADev.CD Oct 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:PIDev.CD Oct 00 SDK1
  39141.  - Development Kits
  39142.  - Mac OS
  39143.  - ColorPicker 2.1.1 SDKV
  39144. 68380X
  39145. Oct 00^
  39146. --set theItem to choose file -- uncomment to test in an AS editor
  39147.     tell application "Finder"
  39148.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:"
  39149.         activate
  39150.     end tell
  39151. on error errMsg number errNum
  39152.     --enter statements to perform when no records are found such as...
  39153.     display dialog "Sorry, the item you selected could not be found."
  39154.     return
  39155. end try
  39156. e    No Changef
  39157. Color Picker 2.1.1q
  39158. Dev.CD Oct 00 SDK1
  39159. Summary:  MacODBC is the standard way for developers to write MacOS-based applications that communicate to databases using the Open DataBase Connectivity (ODBC) standard.  This folder contains the software development kit for MacODBC version 2.1.2 GM.  
  39160. Features:
  39161.  Cross-platform remote database access
  39162.  Wide range of third party drivers
  39163.  All major relational databases covered
  39164.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  39165. PleaB3se report bugs and problems to kodom@visigenic.com.
  39166. J\Documentation:
  39167. ODBC Install.image
  39168. ODBC Sample Bins.image
  39169. ODBC Tools.image
  39170. Readme - InstallerK
  39171. Sep 93L
  39172. Sep 96M
  39173. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:P:Dev.CD Apr 98 SDK1
  39174.  - Development Kits (Disc 1)
  39175.  - MacODBCov 00 TC Disk 2:Sample Code:Platforms and Tools:MPW:Remove VMS Version Numbers:V
  39176. 62735X
  39177. 1e    No Change
  39178. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N'QuickTime, VR, Framework, Shell, ViewerO=Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTShell:PHDev.CD Nov 00 TC Disk 2
  39179.  - Sample Code
  39180.  - QuickTime
  39181.  - Basics
  39182.  - QTShellV
  39183. 68996X
  39184. Nov 00^    TC Disk 2
  39185. --set theItem to choose file -- uncomment to test in an AS editor
  39186.     tell application "Finder"
  39187.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTShell:"
  39188.         activate
  39189.     end tell
  39190. on error errMsg number errNum
  39191.     --enter statements to perform when no records are found such as...
  39192.     display dialog "Sorry, the item you selected could not be found."
  39193.     return
  39194. end try
  39195. e    No Changef#QuickTime
  39196. Framework
  39197. Shell
  39198. Viewerq
  39199. Dev.CD Nov 00 TC Disk 2
  39200. All Packages
  39201. qtshortcutV
  39202. 68997X
  39203. items
  39204. useritems
  39205. --set theItem to choose file -- uncomment to test in an AS editor
  39206.     tell application "Finder"
  39207.         open item "Dev.CD Apr 94
  39208. Dev.CD Jan 94
  39209. Dev.CD Oct 93
  39210. Dev.CD Jul 93"
  39211.         activate
  39212.     end tell
  39213. on error errMsg number errNum
  39214.     --enter statements to perform when no records are found such as...
  39215.     display dialog "Sorry, the item you selected could not be found."
  39216.     return
  39217. end try
  39218.  return
  39219. end try
  39220. The results may surprise you.
  39221. CopybitsSpeedPalette:  This progra
  39222. m demostrates ways to increase copybits speed when using palettes.
  39223. CopyDeepMask:  This program demonstrates the use of CopyDeepMask using 2 PICTS (one a photograph and the other a triangular mask).  It uses 2 offscreen gworlds to hold the source and mask pixmaps. CopyDeepMask is then used to create the masked image and display it in the application window.  The source, mask, and destination rectangles are all the same size in order to avoid altering pixel sizes.
  39224. CopyMask:  Shows how Copy
  39225. ve    No Changef
  39226. MacApp
  39227. Text Dumpq
  39228. Dev.CD Nov 00 TC Disk 2
  39229. wD!All Packages
  39230. Mac OS SDK Edition
  39231. Text Encoding Converter 1.5
  39232. Text Encoding Converter allows you to convert text from one encoding to another, including Unicode. 
  39233. Features
  39234.  Improved booting and initialization, especially on localized systems.
  39235.  Improved locking tables for use at interrupt level.
  39236.  Caches common converter objects for performance.
  39237.  Added new API, UCGetCharProperty, for retrieving Unicode character properties.
  39238.  Added new option kUnicodeTextRunHeuristics for finer control over conversion involving runs of multiple character sets.
  39239. mixer
  39240. model
  39241. modes
  39242. moduleN
  39243. monitor
  39244. morpheme
  39245. mouse
  39246. mouse
  39247. moved
  39248. mouseevent
  39249. moved
  39250. movewindow
  39251. movie
  39252. movie
  39253. importer
  39254. audio
  39255. cwpro2@
  39256. d1a2@
  39257. daylight@
  39258. dcmds@
  39259. debabelizer
  39260. defaults@
  39261. desktopsprites
  39262. develop
  39263. issue
  39264. develop
  39265. issue
  39266. develop
  39267. issue
  39268. code@
  39269. info@
  39270. japanese@
  39271. survival
  39272. guide
  39273. macintosh@
  39274. macprefix
  39275. makefile@
  39276. memory@
  39277. audio
  39278. features
  39279. opp's@
  39280. popuptkl
  39281. programming
  39282. information
  39283. quickstart@
  39284. quit@
  39285. readme
  39286. readme
  39287. dcmd@
  39288. rfc1334
  39289. authentication@
  39290. sample
  39291. applescripts@
  39292. schedule@
  39293. sites@
  39294. systemfolder@
  39295. textchanger
  39296. 2.0.1@
  39297. transitions
  39298. themes@
  39299. validator
  39300. 1.11@
  39301. wprocasm
  39302. xcmds&xfcns@
  39303. a/rose
  39304. macintosh
  39305. coprocessor
  39306. platform
  39307. ethernet
  39308. powerp@
  39309. after
  39310. module
  39311. process
  39312. manager@
  39313. ractions\
  39314. iconpict
  39315. iconpict
  39316. icons
  39317. iconutil
  39318. iconutil
  39319. iconutil
  39320. iconutilcheck
  39321. iconutilcheck
  39322. iconutilcheck
  39323. iconutilcheck
  39324. iconutilspriv
  39325. iconutilspriv
  39326. iconwindow
  39327. iconwindow
  39328. iconwindow
  39329. ictbsample
  39330. ictbsample
  39331. ictbsample
  39332. ictbsample
  39333. ictbsample
  39334. ideas
  39335. ideas
  39336. opportunities
  39337. distributors/localiz
  39338. imaaudiortp
  39339. imadecom
  39340. imadecom
  39341. readme
  39342. imadecompression
  39343. imagex
  39344. imagecomp
  39345. imagecompositing
  39346. imagecompositing
  39347. imagecompressionutil
  39348. imagecompressionutil
  39349. imagecompressionutil
  39350. imagedecompressor
  39351. imagedecompressor68k
  39352. imagedecompressorppc
  39353. imagefile
  39354. imagefiledemo
  39355. imagefiledemo
  39356. imageproducing
  39357. imageproducing
  39358. restoredeviceclut
  39359. restoredeviceclut
  39360. getdevicelist
  39361. newpalette
  39362. setpalette
  39363. testde
  39364. retrievepictinfo
  39365. return
  39366. return
  39367. investment
  39368. business
  39369. processes
  39370. interactive
  39371. media
  39372. reverb
  39373. rgbbackcolor
  39374. rgbforecolor
  39375. rhapsody
  39376. rhapsody
  39377. yellow
  39378. openstep
  39379. rhapsody
  39380. pages
  39381. think
  39382. think
  39383. pascal
  39384. files
  39385. thisV
  39386. thooks
  39387. thooks
  39388. documentation
  39389. thooks
  39390. documentation
  39391. thread
  39392. thread
  39393. manager
  39394. thread
  39395. manager
  39396. 2.1.1d1
  39397. thread
  39398. manager
  39399. documentation
  39400. title
  39401. tlightgrayadorner
  39402. tlightgrayadorner
  39403. tlightgrayadorner
  39404. tmlrules
  39405. tmlrules
  39406. tn120
  39407. tn120
  39408. gworld
  39409. tn91testcode
  39410. tn91testcode
  39411. tn91testcode
  39412. tnetworkstream
  39413. tnetworkstream
  39414. tnetworkstream
  39415. --set theItem to choose file -- uncomment to test in an AS editor
  39416.     tell application "Finder"
  39417.         open item "Dev.CD Apr 94
  39418. Dev.CD Jan 94
  39419. Dev.CD Oct 93
  39420. Dev.CD Jul 93
  39421. Dev.CD Apr 93"
  39422.         activate
  39423.     end tell
  39424. on error errMsg number errNum
  39425.     --enter statements to perform when no records are found such as...
  39426.     display dialog "Sorry, the item you selected could not be found."
  39427.     return
  39428. end try
  39429. windo
  39430. oracle{
  39431. oracleeoadaptor
  39432. orchestra
  39433. order
  39434. organizational
  39435. organized
  39436. organizing
  39437. oriented
  39438. origin
  39439. original
  39440. originally
  39441. orphaning
  39442. ortiz
  39443.  this.
  39444. KillEveryOneButMe:  This thing shows you how to kill all the other applications running on a machine for demos, school situations, kiosks, etc. PLEASE don't abuse this.
  39445. Launch Me:  This code shows how to get one application to launch another application when there is not enough memory for both applications to be open at the same time.  It will not fragment memory like having a second application would.
  39446. LaunchWithDoc:  This is the smallest Launch application we could come up with;
  39447.  it launches an application with the 'odoc' (Open Documents) Apple event.
  39448. LaunchWithDoc2:  Document-launching sample program Loosely based on C.K. Haun's LaunchWithDoc. This snippet includes some very useful routines.
  39449. LaunchWithSize:  Will launch an application using a memory partition it sets rather than the one in the application's SIZE resource.  Patches Get1Resource to watch for the SIZE resource and then changes it so that LaunchApplication creates a different size memory partition 
  39450. japanese{
  39451. jasik's
  39452. javao
  39453. client
  39454. tutorial
  39455. java's
  39456. javadoc
  39457. javascript
  39458. jazzed-up
  39459. jbindery
  39460. jdirect
  39461. jdirecttalker
  39462. jdirecttalker
  39463. simple
  39464. example
  39465. apple's
  39466. jdkclasses
  39467. jensen
  39468. jgnefilter
  39469. jiggery-pokery
  39470. jmanager
  39471.  Token Ring driver version 2.5.2 for the TokenTalk NB Card
  39472.  Token Ring driver version 1.0.2 for the Token Ring 4/16 NB and Token Ring NB/c Card
  39473.  A/ROSE 1.2.1, for use in some token ring configurations
  39474. See the document "NSI 1.5.1 - Read Me First" for details.
  39475. Aug 92L
  39476. Jul 95
  39477. lD!All Packages
  39478. Mac OS SDK Edition
  39479. sample
  39480. application
  39481. wireZ
  39482. createmovie
  39483. createmovie
  39484. sample
  39485. application
  39486. demonstrates
  39487. createpmforecolorima
  39488. creatergbforecolorim
  39489. creates
  39490. creates
  39491. containing
  39492. txratio
  39493. opcod
  39494. creation
  39495. creative
  39496. creativity
  39497. creator
  39498. creator/file
  39499. crimes
  39500. critical[
  39501. critically
  39502. cropping
  39503. cross-industry
  39504. cross-platform{
  39505. crucial
  39506. cryptic
  39507. cryptographic
  39508. culture{
  39509. curbow
  39510. curious
  39511. current
  39512. Summary:  VersionEdit is a software development tool which automatically creates and updates product version information throughout the life of a software product.
  39513. As an alternative to using ResEdit or Rez, VersionEdit can be used to create and intelligently increment 'vers' type resources that adhere to Apple's version guidelines. VersionEdit also allows developers to encapsulate additional information about the product and their company within the application, making it available for us
  39514. e by other utilities.  See the file "About VersionEdit" for details.
  39515. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  
  39516. Please direct correspondence regarding VersionEdit to:
  39517. Paul Cunningham
  39518. Teknosys, Inc.
  39519. 3923 Coconut Palm Drive, Suite 111
  39520. Tampa, FL  33619
  39521. America Online: TEKNOSYS
  39522. CompuServe:     75020,3540
  39523. eWorld:             TEKNOSYS
  39524. Internet:            teknosys@aol.com
  39525. Nov 95t
  39526. nd try
  39527. remoteT
  39528. remotelyB
  39529. removable
  39530. removal
  39531. remove
  39532. removed
  39533. removes
  39534. removevmsversionnumb
  39535. removing
  39536. rename
  39537. renamed
  39538. renames
  39539. renaming
  39540. renderer
  39541. renderer's
  39542. rendering
  39543. renders
  39544. renegade
  39545. renewed
  39546. reorganized
  39547. repeated
  39548. repeatedly
  39549. repertoire
  39550. replace
  39551. reported
  39552. reporter
  39553. reports
  39554. repositories
  39555. repository
  39556. represent
  39557. representation
  39558. representations
  39559. representative
  39560. represented
  39561. representing
  39562. represents
  39563. reprinting{
  39564. reproduce
  39565. reproduced
  39566. reproduction
  39567. request
  39568. 69038X
  39569. Oct 00^
  39570. --set theItem to choose file -- uncomment to test in an AS editor
  39571.     tell application "Finder"
  39572.         open item "Dev.CD Oct 00 SDK1:Development Kits:
  39573.  Obsolete/Unsupported:QuickDraw GX:"
  39574.         activate
  39575.     end tell
  39576. on error errMsg number errNum
  39577.     --enter statements to perform when no records are found such as...
  39578.     display dialog "Sorry, the item you selected could not be found."
  39579.     return
  39580. end try
  39581. e    No Changef
  39582. QuickDraw GX
  39583. Graphicsq
  39584. Dev.CD Oct 00 SDK1
  39585. All Packages
  39586. QuickDraw GXO Dev.CD Jan 96 SDK1
  39587. Dev.CD Jul 95P
  39588. Dev.CD Jan 96 SDK1
  39589. Dev.CD Jul 9V
  39590. 69039X
  39591. Jan 96
  39592. u--set theItem to choose file -- uncomment to test in an AS editor
  39593.     tell application "Finder"
  39594.         open item "Dev.CD Jan 96 SDK1
  39595. Dev.CD Jul 95"
  39596.         activate
  39597.     end tell
  39598. on error errMsg number errNum
  39599.     --enter statements to perform when no records are found such as...
  39600.     display dialog "Sorry, the item you selected could not be found."
  39601.     return
  39602. end try
  39603. All Packages
  39604. F    QuickTimeO
  39605. Dev.CD Oct 93
  39606. Dev.CD Jul 93P
  39607. Dev.CD Oct 93
  39608. Dev.CD Jul 9V
  39609. 69159X
  39610. Oct 93
  39611. p--set theItem to choose file -- uncomment to test in an AS editor
  39612.     tell application "Finder"
  39613.         open item "Dev.CD Oct 93
  39614. Dev.CD Jul 93"
  39615.         activate
  39616.     end tell
  39617. on error errMsg number errNum
  39618.     --enter statements to perform when no records are found such as...
  39619.     display dialog "Sorry, the item you selected could not be found."
  39620.     return
  39621. end try
  39622. All Packages
  39623. F    QuickTimeO
  39624. Dev.CD Oct 93
  39625. Dev.CD Jul 93P
  39626. Dev.CD Oct 93
  39627. Dev.CD Jul 9V
  39628. 69160X
  39629. Oct 93
  39630. p--set theItem to choose file -- uncomment to test in an AS editor
  39631.     tell application "Finder"
  39632.         open item "Dev.CD Oct 93
  39633. Dev.CD Jul 93"
  39634.         activate
  39635.     end tell
  39636. on error errMsg number errNum
  39637.     --enter statements to perform when no records are found such as...
  39638.     display dialog "Sorry, the item you selected could not be found."
  39639.     return
  39640. end try
  39641. All Packages
  39642. 68356X
  39643. Aug 97^
  39644. --set theItem to choose file -- uncomment to test in an AS editor
  39645.     tell application "Finder"
  39646.         open item "Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:"
  39647.         activate
  39648.     end tell
  39649. on error errMsg number errNum
  39650.     --enter statements to perform when no records are found such as...
  39651.     display dialog "Sorry, the item you selected could not be found."
  39652.     return
  39653. end try
  39654. e    No Changef+Chinese
  39655. dictation
  39656. speech
  39657. input
  39658. keyboardq
  39659. Dev.CD Aug 97 TC
  39660. All Packages
  39661. Chinese Handwriting KitO
  39662. Dev.CD Nov 96 TCP
  39663. Dev.CD Nov 96 TV
  39664. 68357X
  39665. Nov 96
  39666. e--set theItem to choose file -- uncomment to test in an AS editor
  39667.     tell application "Finder"
  39668.         open item "Dev.CD Nov 96 TC"
  39669.         activate
  39670.     end tell
  39671. on error errMsg number errNum
  39672.     --enter statements to perform when no records are found such as...
  39673.     display dialog "Sorry, the item you selected could not be found."
  39674.     return
  39675. end try
  39676. All Packages
  39677. neededd
  39678. needsU
  39679. negative
  39680. neighborhood
  39681. neophyte
  39682. nepali
  39683. nested
  39684. net-install
  39685. net/biz/bbsw
  39686. netcom
  39687. netscape{
  39688. netsprocket
  39689. netstat
  39690. netware
  39691. networkB
  39692. network-aware
  39693. network-connected
  39694. network/hard-disk
  39695. networkable
  39696. networked
  39697. newsz
  39698. newsgroups
  39699. newsletterz
  39700. newton{
  39701. newton-related
  39702. nextx
  39703. nicest
  39704. nichols
  39705. OEDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRCursors:PPDev.CD Nov 00 TC Disk 2
  39706.  - Sample Code
  39707.  - QuickTime
  39708.  - QuickTime VR
  39709.  - VRCursorsV
  39710. 69780X
  39711. Nov 00^    TC Disk 2
  39712. --set theItem to choose file -- uncomment to test in an AS editor
  39713.     tell application "Finder"
  39714.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRCursors:"
  39715.         activate
  39716.     end tell
  39717. on error errMsg number errNum
  39718.     --enter statements to perform when no records are found such as...
  39719.     display dialog "Sorry, the item you selected could not be found."
  39720.     return
  39721. end try
  39722. e    No Changef
  39723. QuickTime
  39724. Cursors
  39725. Hotspotq
  39726. Dev.CD Nov 00 TC Disk 2
  39727. All Packages
  39728. VRMakeObject
  39729.     VRMakeObject is a simple application that converts a linear QuickTime movie into a QuickTime VR object movie.
  39730. The QuickTime VR movie created by VRMakeObject is either a version 2.0 QTVR movie or a version 1.0 QTVR movie; you select the version using the Test menu.
  39731. 69781X
  39732. collects
  39733. collision
  39734. collyer
  39735. color`
  39736. color
  39737. picker
  39738. 2.1.1
  39739. contains
  39740. minor
  39741. fixes
  39742. color
  39743. quickdraw
  39744. colorcdef
  39745. colored
  39746. coloredcheckbox
  39747. colorization
  39748. colorize
  39749. colorizepict
  39750. colorizes
  39751. colorpickerlib
  39752. colors
  39753. colorsieve
  39754. interfaceQ
  39755. interfacelib
  39756. interfaces
  39757. interfaces
  39758. libraries
  39759. interfaces&libraries
  39760. iterate
  39761. iteration
  39762. iterations
  39763. itself
  39764. iv-24
  39765. iw-half-dither
  39766. j-1.1
  39767. james
  39768. jamie
  39769. january{
  39770. january/february
  39771. japan{
  39772. application
  39773. support
  39774. features
  39775. --set theItem to choose file -- uncomment to test in an AS editor
  39776.     tell application "Finder"
  39777.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:CarbonCustomList:"
  39778.         activate
  39779.     end tell
  39780. on error errMsg number errNum
  39781.     --enter statements to perform when no records are found such as...
  39782.     display dialog "Sorry, the item you selected could not be found."
  39783.     return
  39784. end try
  39785. All Packages
  39786. System 7.5 Update 2.0O
  39787. Dev.CD Jul 96 SSWP
  39788. Dev.CD Jul 96 SSV
  39789. 67823X
  39790. Jul 96
  39791. f--set theItem to choose file -- uncomment to test in an AS editor
  39792.     tell application "Finder"
  39793.         open item "Dev.CD Jul 96 SSW"
  39794.         activate
  39795.     end tell
  39796. on error errMsg number errNum
  39797.     --enter statements to perform when no records are found such as...
  39798.     display dialog "Sorry, the item you selected could not be found."
  39799.     return
  39800. end try
  39801. All Packages
  39802. System 7.5 Update 2.0O
  39803. Dev.CD Jul 96 SSWP
  39804. Dev.CD Jul 96 SSV
  39805. 67824X
  39806. Jul 96
  39807. frontier{
  39808. frontmost
  39809. fruitful
  39810. fsizemust
  39811. fsmgluelib
  39812. fsspecf
  39813. full_
  39814. full-complex
  39815. function[
  39816. functional
  39817. functionality[
  39818. functionsB
  39819. functions/methods
  39820. fundamental
  39821. fundamentally
  39822. further
  39823. future{
  39824. futures
  39825. 1.2 (US)
  39826. SetFInfo 1.0 (US)
  39827. SetFolderFlag 1.0 (US)
  39828. SetMode 1.4 (US)
  39829. ShowHideFolder 1.2 (US)
  39830. SoundRecord 1.8 (US)
  39831. StripDup 1.1 (US)
  39832. StrWidth 1.0 (US)
  39833. Switch 1.3 (US)
  39834. Tabloid 1.1 (US)
  39835. Textoid 4.5 (US)
  39836. TextRes 2.3 (US)
  39837. WindName 1.1 (US)
  39838. XRef 1.3 (US)
  39839. studio
  39840. stuff
  39841. stupcontrol
  39842. stupcontrol
  39843. stupcontrol
  39844. stylechat
  39845. styleguide00
  39846. stylemap
  39847. stylemap
  39848. stylemap
  39849. stylemap
  39850. submission
  39851. success
  39852. suite~
  39853. suites~
  39854. suites
  39855. under
  39856. development~
  39857. support
  39858.  no records are found such as...
  39859.     display dialog "Sorry, the item you selected could not be found."
  39860.     return
  39861. end try
  39862. All Packages
  39863. Chinese Language KitO
  39864. Dev.CD May 94
  39865. Dev.CD Feb 94P
  39866. Dev.CD May 94
  39867. Dev.CD Feb 9V
  39868. 65109X
  39869. May 94
  39870. onsumer
  39871. produces
  39872. produces
  39873. module
  39874. producing
  39875. This sample is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  39876. JcOTTraceRouteSample(PPC)
  39877. OTTraceRouteSample.c
  39878. OTTraceRouteSample.mcp
  39879. Read Me About Traceroute SampleK
  39880. Sep 96L
  39881. Jun 98M"Any Macintosh with Open Transport.NDOpen Transport, OT, Traceroute, rawip, icmp, udp, OTTraceRouteSampleOBDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTTraceRouteSample:PJDev.CD Nov 00 TC Disk 1
  39882.  - Sample Code
  39883.  - Networking
  39884.  - OTTraceRouteSampleem all start at the same time using the syncCmdJ
  39885. Cheap Studio(PPC)
  39886. Cheap Studio.mcp
  39887. Cheap_Studio.c
  39888. Cheap_Studio.rsrc
  39889. DBFF.h
  39890. DBFF_Errors.h
  39891. Libraries
  39892. Record_Sound.c
  39893. SimpleApp_Sound.hM
  39894. Sound Manager 3.0 or laterN$sound, studio, Cheap Studio, syncCmdO7Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Cheap Studio:V
  39895. 66726X
  39896. 1e    No Change
  39897. e 1.0V
  39898. 66160X
  39899. demonstrates
  39900. loading
  39901. playing
  39902. saving
  39903. mulitple
  39904. sounds
  39905. demonstrates
  39906. sprite
  39907. animation
  39908. using
  39909. screen
  39910. gworldst
  39911. demonstratingb
  39912. demonstrationa
  39913. demonstration
  39914. 1.1.4
  39915. context
  39916. switching
  39917. demos
  39918. demostrates
  39919. demystify
  39920. demystifying
  39921. denali{
  39922. departmentj
  39923. departure
  39924. depend
  39925. dependacies
  39926. dependencies
  39927. dependency
  39928. depths
  39929. dereference
  39930. derivative
  39931. derived
  39932. descended
  39933. describe
  39934. described
  39935. describes`
  39936. describing
  39937. description
  39938. --set theItem to choose file -- uncomment to test in an AS editor
  39939.     tell application "Finder"
  39940.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  39941.         activate
  39942.     end tell
  39943. on error errMsg number errNum
  39944.     --enter statements to perform when no records are found such as...
  39945.     display dialog "Sorry, the item you selected could not be found."
  39946.     return
  39947. end try
  39948. errMsg number errNum
  39949.     --enter statements to perform when no records are found such as...
  39950.     display dialog "Sorry, the item you selected could not be found."
  39951.     return
  39952. end try
  39953. e    No Changef
  39954. QuickTime
  39955. Dev.CD Nov 00 TC Disk 2
  39956. All Packages
  39957. PlayTuneIhThis demo program shows how to use the TunePlayer to play a Tune using the QuickTime Music Architecture
  39958. J+PlayTune
  39959. PlayTune.zip
  39960. pt.bat
  39961. README.txt
  39962. Feb 00
  39963. OJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayTune:V
  39964. 65640X
  39965. 1e    No Change
  39966. integrator
  39967. macintosh
  39968. client
  39969. interface
  39970. macintosh
  39971. powerbook
  39972. 2400c
  39973. macintosh
  39974. powerbook
  39975. qualified
  39976. macintosh
  39977. technical
  39978. macintosh
  39979. technotes
  39980. macodbc
  39981. macodbc
  39982. 2.1.2
  39983. macos8documentation
  39984. macro
  39985. macros/templates
  39986. macsbug
  39987. macsbug
  39988. macsnmp
  39989. mactcp
  39990. mactcp
  39991. developer
  39992. tools
  39993. mactcp
  39994. 2.0.6
  39995. mactcp
  39996. token
  39997. mactcp
  39998. mactv
  39999. magic
  40000. magic
  40001. oracle
  40002. magician
  40003. suite
  40004. makeeffectmovie
  40005. makeeffectslideshow
  40006. makeicon
  40007. makeitable
  40008. makemake
  40009. makemake
  40010. 2.0d38
  40011. makestartupaliastome
  40012. management
  40013. manager
  40014. manalyzer
  40015. manalyzer
  40016. 2.0d3
  40017. market
  40018. marquee
  40019. maximizing
  40020. navigator
  40021. newsz
  40022. notesT
  40023. onescannerx
  40024. opp's
  40025. oracle
  40026. d CopyDeepMask with LaserWriter driver 7.0? Read this column to find out.
  40027. Be Our Guest: GWorlds and NuBus Memory  by Forrest Tanaka and Paul Snively.   Taking advantage of NuBus memory for off-screen graphics is tricky. Here are some tips on how to do it in a friendly, compatible way.
  40028. J(develop Issue  8:
  40029. develop Issue  8 code:K
  40030. Vol IIIL
  40031. Jun 95OCDev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  8:PKDev.CD Sept 96 RL
  40032.  - Technical Documentation
  40033.  - develop
  40034.  - develop Issue  8   return
  40035. end try
  40036. All Packages
  40037. F    QuickTimeO
  40038. Dev.CD Jan 94P
  40039. Dev.CD Jan 9V
  40040. 67503X
  40041. Jan 94
  40042. b--set theItem to choose file -- uncomment to test in an AS editor
  40043.     tell application "Finder"
  40044.         open item "Dev.CD Jan 94"
  40045.         activate
  40046.     end tell
  40047. on error errMsg number errNum
  40048.     --enter statements to perform when no records are found such as...
  40049.     display dialog "Sorry, the item you selected could not be found."
  40050.     return
  40051. end try
  40052. All Packages
  40053. 68686X
  40054. May 98^
  40055. {--set theItem to choose file -- uncomment to test in an AS editor
  40056.     tell application "Finder"
  40057.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  40058.         activate
  40059.     end tell
  40060. on error errMsg number errNum
  40061.     --enter statements to perform when no records are found such as...
  40062.     display dialog "Sorry, the item you selected could not be found."
  40063.     return
  40064. end try
  40065. e    No Changeq
  40066. Dev.CD May 98 TC
  40067. All Packages
  40068. LockFile
  40069. Sample to demonstrate setting the file lock bit.  This action atom code resource must be called through a post installation action atom.  In the selector field, pass in the name of the target 'infs' resource id.  The code resource gets the resource, converts the partial path name field to a pascal string, then calls, SetFLock.  A result of true is always returned so as not to abort the installation.
  40070. J#SetLockBit.c
  40071. SetLockBitAtomSample.rM%Installer 3.2, 3.3 and possibly later00^    TC Disk 1
  40072. e    No Change
  40073. application
  40074. applicationprivate
  40075. applicationprivate
  40076. applications
  40077. applparamshack
  40078. applparamshack
  40079. applparamshack
  40080. apprsrc
  40081. apprsrc
  40082. appstogo
  40083. appstogo
  40084. appstogo
  40085. appstogo
  40086. reference
  40087. appstogo/cw
  40088. appstogo/cw
  40089. build
  40090. appwannabe
  40091. appwannabenewdocs
  40092. arbitration
  40093. architectureQ
  40094. location
  40095. locator
  40096. macintoshp
  40097. macro
  40098. magician
  40099. manager
  40100. market
  40101. marquee
  40102. media
  40103. memory
  40104. modern
  40105. module
  40106. monitor
  40107. mouse
  40108. movie
  40109. navigator
  40110. newsz
  40111. notesT
  40112. onescannerx
  40113. opp's
  40114. --set theItem to choose file -- uncomment to test in an AS editor
  40115.     tell application "Finder"
  40116.         open item "Dev.CD Apr 94
  40117. Dev.CD Jan 94
  40118. Dev.CD Oct 93
  40119. Dev.CD Jul 93
  40120. Dev.CD Apr 93"
  40121.         activate
  40122.     end tell
  40123. on error errMsg number errNum
  40124.     --enter statements to perform when no records are found such as...
  40125.     display dialog "Sorry, the item you selected could not be found."
  40126.     return
  40127. end try
  40128. graphicsimporter
  40129. graphicsimporterdraw
  40130. graphicsimportgetima
  40131. graphicsimportsetima
  40132. gratitude
  40133. grayed
  40134. grayishoutline
  40135. grayscale
  40136. graytext
  40137. greatx
  40138. greater
  40139. greatly
  40140. green
  40141. greenspon
  40142. greeting
  40143.     EZy converts old-style typeChar data to typeIntlText, so you don't have to rewrite old code.
  40144. Communications Toolbox
  40145. Contributed
  40146. Devices and Hardware
  40147. Files
  40148. Games
  40149. Graphics 2D
  40150. Graphics 3D
  40151. Help Systems
  40152. Human Interface Toolbox
  40153. Interapplication Comm
  40154. Memory
  40155. Networking
  40156. OS Utilities
  40157. Overview
  40158. Platforms and Tools
  40159. Printing
  40160. Processes
  40161. QuickTime
  40162. Runtime Architecture
  40163. Sound
  40164. Feb 92L
  40165. May 97O
  40166. Dev.CD Nov 99 TC:Sample Code:P
  40167. Dev.CD Nov 99 TC
  40168.  - Sample Codee
  40169. appearance
  40170. 7editO
  40171. 7edit
  40172. 7edit
  40173. 7edit
  40174. 7edit
  40175. 7edit
  40176. readmeP
  40177. 8.5.1
  40178. 8/31/93
  40179. 9/1/93
  40180. 95/02
  40181. a-lawm
  40182. a-law
  40183. compressor
  40184. a-law
  40185. decompressor
  40186. a-law
  40187. a-law
  40188. a-law
  40189. rsrcm
  40190. 68524X
  40191. Mar OO^
  40192. RLDisk 1
  40193. --set theItem to choose file -- uncomment to test in an AS editor
  40194.     tell application "Finder"
  40195.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  40196.         activate
  40197.     end tell
  40198. on error errMsg number errNum
  40199.     --enter statements to perform when no records are found such as...
  40200.     display dialog "Sorry, the item you selected could not be found."
  40201.     return
  40202. end try
  40203. Deletedf:DVD
  40204. content
  40205. development
  40206. entertainment
  40207. consumer electronicsq
  40208. Dev.CD Mar OO RLDisk 1
  40209. All Packages
  40210. EditTextCdev
  40211. EditCdev is a sample Control Panel device (cdev) that demonstrates the use of the edit-related messages and how to implement an editText item in a cdev.  It utilizes the new undo, cut, copy, paste, and delete messages that are sent to cdevs in response to user menu selections.
  40212. J9EditCDev
  40213. EditCdev.c
  40214. EditCdev.rsrc
  40215. EditTextCdev.mcp
  40216. READMEK
  40217. Apr 97L
  40218. May 97N
  40219. cdev, edit, textnge
  40220. ication Categories
  40221. Special Marketing Report:
  40222. xONDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:BasicDiskImage:PYDev.CD Nov 00 TC Disk 1
  40223.  - Sample Code
  40224.  - Devices and Hardware
  40225.  - Disks
  40226.  - BasicDiskImageV
  40227. 68319X
  40228. Nov 00^    TC Disk 1
  40229. --set theItem to choose file -- uncomment to test in an AS editor
  40230.     tell application "Finder"
  40231.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:BasicDiskImage:"
  40232.         activate
  40233.     end tell
  40234. on error errMsg number errNum
  40235.     --enter statements to perform when no records are found such as...
  40236.     display dialog "Sorry, the item you selected could not be found."
  40237.     return
  40238. end try
  40239. e    No Changef
  40240. driver
  40241. raw read
  40242. disk imageq
  40243. Dev.CD Nov 00 TC Disk 1
  40244. yD!All Packages
  40245. Tool Chest Edition
  40246. BBEdit Lite 3.5
  40247.     display dialog "Sorry, the item you selected could not be found."
  40248.     return
  40249. end try
  40250. All Packages
  40251. System Enabler 065 (LC 575)O
  40252. Dev.CD Apr 94
  40253. Dev.CD Jan 94P
  40254. Dev.CD Apr 94
  40255. Dev.CD Jan 9V
  40256. 67915X
  40257. Apr 94
  40258. altdboxproc
  40259. alter
  40260. alterations
  40261. altered
  40262. altering
  40263. alternateg
  40264. alternatebufferdispl
  40265. alternatingr
  40266. alternative
  40267. alternatively
  40268. alters
  40269. althoughe
  40270. altivec
  40271. always
  40272. america
  40273.  are found such as...
  40274.     display dialog "Sorry, the item you selected could not be found."
  40275.     return
  40276. end try
  40277. Deletedf-ESD
  40278. AppleSearch
  40279. AppleShare
  40280. IP Gatewayq
  40281. Dev.CD Dec 99 RL Disk 1
  40282. All Packages
  40283. ADB Analyzer 1.0D6
  40284. 66593X
  40285. elves.  A simple XCMD is needed to initiate the spellchecking session, which is provided by the Web page.
  40286. The updated SDK includes bug fixes to Writeswell Jr.'s scrolling, plus the Spellswell Plus 2.1 Demo.
  40287. A list of client (word processor) and server (spelling a
  40288. e    No Changeq
  40289. Dev.CD Nov 00 TC Disk 1
  40290. All Packages
  40291. resolveRelativeAlias
  40292. This sample tool demonstrates the steps involved in creating and resolving the alias.  Instead of creating a document to store the alias, the tool wimps out and stores the alias in a preference file.
  40293. The tool puts up a StandardGetFile dialog.  Selecting a file creates the preference file containing the relative alias; clicking Cancel instead gets the preference file, resolves it, and prints the vRefNum and name of the target.
  40294. JeresolveRelativeAlias ReadMe
  40295. ResolveRelativeAlias(PPC)
  40296. ResolveRelativeAlias.mcp
  40297. ResolveRelativeAlias.pM
  40298. System 7.0N
  40299. Alias Manager, relative aliasO?Dev.CD Nov 00 TC Disk 1:Sample Code:Files:resolveRelativeAlias:PGDev.CD Nov 00 TC Disk 1
  40300.  - Sample Code
  40301.  - Files
  40302.  - resolveRelativeAliasV
  40303. 69232X
  40304. Nov 00^    TC Disk 1
  40305. e    No Change
  40306. appleglot
  40307. localization
  40308. internationalization
  40309. translation
  40310. applescriptO
  40311. applescript
  40312. apple
  40313. events
  40314. aegizmosg
  40315. anceA
  40316. ordering
  40317. orderly
  40318. developers
  40319. organization
  40320. organizational
  40321. organized
  40322. organizing
  40323. orientation
  40324. oriented
  40325. origin
  40326. original
  40327. original/localized
  40328. originally
  40329. orphaning
  40330. ortiz
  40331. entry-point
  40332. enumerated
  40333. enumerates
  40334. enumeration
  40335. enviroment
  40336. environement
  40337. environment{
  40338. environments
  40339. enwall
  40340. eoaccess
  40341. eocontrol
  40342. eointerface
  40343. eomodeler
  40344. eomoption
  40345. eprom
  40346. equilibrium
  40347. equilibrium's
  40348. equivalent
  40349. erase
  40350. erases
  40351. erasing
  40352. errata
  40353. erratic
  40354. erroneous
  40355. error
  40356. error-handling
  40357. errors
  40358. ethernets
  40359. ethertalkB
  40360. All Packages
  40361. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  40362. Dev.CD Jan 94
  40363. Dev.CD Oct 93
  40364. Dev.CD Jul 93
  40365. Dev.CD Apr 93PDDev.CD Apr 94
  40366. Dev.CD Jan 94
  40367. Dev.CD Oct 93
  40368. Dev.CD Jul 93
  40369. Dev.CD Apr 9V
  40370. 69652X
  40371. Apr 94
  40372. --set theItem to choose file -- uncomment to test in an AS editor
  40373.     tell application "Finder"
  40374.         open item "Dev.CD Apr 94
  40375. Dev.CD Jan 94
  40376. Dev.CD Oct 93
  40377. Dev.CD Jul 93
  40378. Dev.CD Apr 93"
  40379.         activate
  40380.     end tell
  40381. on error errMsg number errNum
  40382.     --enter statements to perform when no records are found such as...
  40383.     display dialog "Sorry, the item you selected could not be found."
  40384.     return
  40385. end try
  40386. All Packages
  40387. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  40388. Dev.CD Jan 94
  40389. Dev.CD Oct 93
  40390. Dev.CD Jul 93
  40391. Dev.CD Apr 93PDDev.CD Apr 94
  40392. Dev.CD Jan 94
  40393. Dev.CD Oct 93
  40394. Dev.CD Jul 93
  40395. Dev.CD Apr 9V
  40396. 69653X
  40397. Apr 94
  40398. summary
  40399. objects
  40400. hypercard
  40401. allowed
  40402. variabl@
  40403. summary
  40404. sample
  40405. discussion
  40406. detect
  40407. whether
  40408. This sample code illustrates how to use QuickTime's standard image compression dialog routines to get compression settings from the user and to compress an image using those settings. See Chapter 3 of Inside Macintosh: QuickTime Components for complete information on the standard image compression dialog routines.
  40409. In this sample, we prompt the user to open an image file; then we display the standard image
  40410. compression dialog box and use the settings selected by the user to compress the imaB
  40411. Enjoy,
  40412. QuickTime Team
  40413. J4Building QT Samples
  40414. QTStdCompr.c
  40415. QTStdCompr.h
  40416. READMEOADev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtstdcompr:PLDev.CD Nov 00 TC Disk 2
  40417.  - Sample Code
  40418.  - QuickTime
  40419.  - Goodies
  40420.  - qtstdcomprW
  40421. file/folder
  40422. fileinfo
  40423. filemaker
  40424. newpalette
  40425. no-copy
  40426. nocopyreceives
  40427. nopoweroffkey
  40428. notes
  40429. notifiers
  40430. nsetpalette
  40431. nshost
  40432. nshost
  40433. cocoa
  40434. address
  40435. network
  40436. tcp/ip
  40437. search
  40438. browse
  40439. internet
  40440. number
  40441. number
  40442. formatting
  40443. resedit
  40444. localization
  40445. objec
  40446. object
  40447. object-oriented^
  40448. objects
  40449. objectsupportlib
  40450. macodbc
  40451. database
  40452. connectivity
  40453. drivers
  40454. network
  40455. middlewar
  40456. apple
  40457. event
  40458. opening
  40459. documents
  40460. off-screen
  40461. offscreenr
  40462. offscreen
  40463. copybits
  40464. newgworld
  40465. gworld
  40466. pixmap
  40467. bitmap
  40468. alterr
  40469. ooptesample
  40470. opaque
  40471. choose
  40472. folder
  40473. navigation
  40474. services
  40475. transport
  40476. cache
  40477. delete
  40478. query
  40479. arpsample
  40480. N;GetDeviceList, GetNextDevice, baseAddr, rowBytes, pixelSizeO:Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:GDevVideo:PBDev.CD Nov 00 TC Disk 1
  40481.  - Sample Code
  40482.  - Graphics 2D
  40483.  - GDevVideoV
  40484. 68556X
  40485. Nov 00^    TC Disk 1
  40486. --set theItem to choose file -- uncomment to test in an AS editor
  40487.     tell application "Finder"
  40488.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:GDevVideo:"
  40489.         activate
  40490.     end tell
  40491. on error errMsg number errNum
  40492.     --enter statements to perform when no records are found such as...
  40493.     display dialog "Sorry, the item you selected could not be found."
  40494.     return
  40495. end try
  40496. e    No Changef7GetDeviceList
  40497. GetNextDevice
  40498. baseAddr
  40499. rowBytes
  40500. pixelSizeq
  40501. Dev.CD Nov 00 TC Disk 1
  40502. All Packages
  40503. Gestalt Selectors List 4.3
  40504. 68557X
  40505. Name Registry and Device Tree
  40506.    *  TupleDumper
  40507.     -  
  40508. Dumps
  40509.  the CardBus (PCMCIA) tuples of any inserted PC cards
  40510. J)Read Me
  40511.  Documentation
  40512.  Samples
  40513.  ToolsK
  40514. Jan 00M
  40515. PowerMac / CodeWarrior IDE 2.1
  40516. Feb 92L
  40517. Feb 97O
  40518. Dev.CD Nov 99 TC:Sample Code:P
  40519. Dev.CD Nov 99 TC
  40520.  - Sample Coderegistry
  40521. server
  40522. controls/events
  40523. authentication
  40524. module
  40525. askyesno
  40526. 2.0.1
  40527. licensing
  40528. debugging
  40529. tools
  40530. developer
  40531. tools
  40532. documentation
  40533. examples
  40534. installer
  40535. installer
  40536. image
  40537. symfiles
  40538. assertions
  40539. assertions
  40540. asset
  40541. assistant
  40542. associated
  40543. associated
  40544. documentation
  40545. async
  40546. asyncdrivercommon
  40547. asyncdrivercommon
  40548. asyncdrivermain
  40549. asyncdrivermain
  40550. asyncdriversample
  40551. asyncdriversample
  40552. asyncdriversample
  40553. asyncdriversampledrv
  40554. asyncdriversampledrv
  40555. asynch
  40556. asyncpb
  40557. asyncpb
  40558. asyncpb
  40559. asyncpb
  40560. asyncpb
  40561. asyncpb
  40562. asyncpbppc
  40563. asyncpbppc
  40564. error
  40565. detection
  40566. error
  40567. detector
  40568. error
  40569. detector
  40570. 68432X
  40571. Nov 00^    TC Disk 1
  40572. --set theItem to choose file -- uncomment to test in an AS editor
  40573.     tell application "Finder"
  40574.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:DateThing:"
  40575.         activate
  40576.     end tell
  40577. on error errMsg number errNum
  40578.     --enter statements to perform when no records are found such as...
  40579.     display dialog "Sorry, the item you selected could not be found."
  40580.     return
  40581. end try
  40582. e    No Changef    Date
  40583. Timeq
  40584. Dev.CD Nov 00 TC Disk 1
  40585. All Packages
  40586. Dave Falkenburg's SprocketIGThis is a sample showing 
  40587.  (framework) of a Macintosh application.
  40588. BuildConditionals.h
  40589. DocWindow.cp
  40590. DocWindow.h
  40591. Experimental Stuff
  40592. Interfaces
  40593. Preferences.h
  40594. PreferencesDialogWindow.cp
  40595. PreferencesDialogWindow.h
  40596. Resources
  40597. SprocketSample(PPC)
  40598. SprocketSample.cp
  40599. SprocketSample.mcp
  40600. SprocketSample.rsrc
  40601. ToolWindow.cp
  40602. ToolWindow.h
  40603. OHDev.CD Nov 00 TC Disk 2:Sample Code:Overview:Dave Falkenburg's Sprocket:V
  40604. 68433X
  40605. 1e    No Change
  40606. recordingh
  40607. recordpictinfo
  40608. recordretrievepictin
  40609. recordsc
  40610. recordtofile
  40611. recouped
  40612. recreates
  40613. recruiting{
  40614. rectangle
  40615. rectangles
  40616. rects
  40617. recursive-descent
  40618. recursively
  40619. redesigned
  40620. redirection
  40621. redistributey
  40622. redistributed
  40623. redistributing
  40624. redistribution
  40625. reducex
  40626. reduced{
  40627. reduces{
  40628. reduction
  40629. reekes
  40630. reeves
  40631. refcon
  40632. refer
  40633. reference`
  40634. referenced
  40635. references
  40636. reflectingV
  40637. reformats
  40638. e    No Changef
  40639. QuickTime
  40640. Handlerq
  40641. Dev.CD Nov 00 TC Disk 2
  40642. All Packages
  40643. qtmultiimage
  40644. This file contains code that illustrates how to determine whether an image file contains  more than one image and how to display any of those images. This is useful for working with FlashPix files (which contain multiple resolutions of an image) and PhotoShop files (which store layers as separate images), among others.
  40645. The key new functions to use are GraphicsImportGetImageCount and GraphicsImportSetImageIndex. The rest of the image-handling is done using graphics importer routines that h
  40646. cave previously been available.
  40647. This file defines a single function that prompts the user for an image file, determines how many images are contained in that file, and then displays each such image for a short period of time (2 seconds). Your application, of course, will probably want to do more
  40648. interesting things with the image. 
  40649. Enjoy,
  40650. QuickTime Team
  40651. 68992X
  40652. 1e    No Change
  40653. interfaces
  40654. stress
  40655. stretch
  40656. string
  40657. strings
  40658. strip
  40659. strlist
  40660. strlist
  40661. string
  40662. string
  40663. strlog
  40664. structure
  40665. structures
  40666. studio
  40667. stuffit
  40668. style
  40669. sub-menus
  40670. subroutines
  40671. suite
  40672. summaryj
  40673. suspend/resume
  40674. switch
  40675. switcher
  40676. switching
  40677. symantec
  40678. symbiotic
  40679. synccmd
  40680. synchronization
  40681. synthesis
  40682. systemn
  40683. systems
  40684. table
  40685. tables
  40686. tablet
  40687. tanzania
  40688. tanzania
  40689. zanzibar
  40690. starmax
  40691. firmware
  40692. target
  40693. tasking
  40694. tasks
  40695. tcp/ip
  40696. tcp/ip
  40697. appletalk
  40698. reconfiguration
  40699. network
  40700. setup
  40701. ottcpwilldial
  40702. beard
  40703. beast
  40704. beasts
  40705. beautiful
  40706. became
  40707.  BuildGLFromWindow a
  40708. theory
  40709. there[
  40710. there
  40711. three
  40712. different
  40713. samples
  40714. showing
  40715. variat
  40716. there
  40717. various
  40718. approaches
  40719. wavelet
  40720. processing
  40721. color
  40722. thereby
  40723. therefore
  40724. theresa
  40725. these`
  40726. these
  40727. applications
  40728. demonstrate
  40729. write
  40730. background
  40731. re over corre
  40732. --set theItem to choose file -- uncomment to test in an AS editor
  40733.     tell application "Finder"
  40734.         open item "Dev.CD Apr 94
  40735. Dev.CD Jan 94
  40736. Dev.CD Oct 93
  40737. Dev.CD Jul 93
  40738. Dev.CD Apr 93"
  40739.         activate
  40740.     end tell
  40741. on error errMsg number errNum
  40742.     --enter statements to perform when no records are found such as...
  40743.     display dialog "Sorry, the item you selected could not be found."
  40744.     return
  40745. end try
  40746. dlpiuser
  40747. dmfkey
  40748. dmfkey
  40749. dmfkey
  40750. dobetterwzoom
  40751. dobetterwzoom
  40752. doccreator
  40753. doccreator
  40754. files
  40755. documentationandsamp
  40756. documents
  40757. docursor
  40758. docursor
  40759. docwindow
  40760. docwindow
  40761. docwindow
  40762. 68509X
  40763. Nov 00^    TC Disk 1
  40764. --set theItem to choose file -- uncomment to test in an AS editor
  40765.     tell application "Finder"
  40766.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:Driver Installer:"
  40767.         activate
  40768.     end tell
  40769. on error errMsg number errNum
  40770.     --enter statements to perform when no records are found such as...
  40771.     display dialog "Sorry, the item you selected could not be found."
  40772.     return
  40773. end try
  40774. e    No Changeq
  40775. Dev.CD Nov 00 TC Disk 1
  40776. All Packages
  40777. DriverGestalt DemoIXDriverGestalt Demo is a simple example of how to make some basic Driver Gestalt queries.JADriverGestalt Demo.mcp
  40778. DriverGestaltDemo(PPC)
  40779. DriverGestaltDemo.cM
  40780. noneNsDriver Gestalt, disk drivers, device, driver, block, storage, CD ROM, CD-ROM, hard disk, disk, DriverGestalt Demo 
  40781. ORDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:DriverGestalt Demo:P]Dev.CD Nov 00 TC Disk 1
  40782.  - Sample Code
  40783.  - Devices and Hardware
  40784.  - Disks
  40785.  - DriverGestalt DemoV
  40786. 68510X
  40787. 1e    No Change
  40788. centerwindow
  40789. cfallocator
  40790. cfarray
  40791. cfarray
  40792. cfbag
  40793. :PMDev.CD Nov 00 TC Disk 2
  40794.  - Sample Code
  40795.  - Printing
  40796.  - Print Clipped OffscreenV
  40797. 67329X
  40798. Nov 00^    TC Disk 2
  40799. --set theItem to choose file -- uncomment to test in an AS editor
  40800.     tell application "Finder"
  40801.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Print Clipped Offscreen:"
  40802.         activate
  40803.     end tell
  40804. on error errMsg number errNum
  40805.     --enter statements to perform when no records are found such as...
  40806.     display dialog "Sorry, the item you selected could not be found."
  40807.     return
  40808. end try
  40809. e    No Changef
  40810. printq
  40811. Dev.CD Nov 00 TC Disk 2
  40812. All Packages
  40813. Print multipage PICTI
  40814. Print multipage PICT:  Takes a PICT larger than one page and "tiles" it so that it prints across the right number of sheets of paper to tape together and make a poster, like many drawing applications.V
  40815. 67330X
  40816. 1e    No Change
  40817. (PPC)
  40818. Un/mount.c
  40819. Un/mount.mcp
  40820. Un/mount.rsrcM
  40821. 1e    No Change
  40822. emptyengine
  40823. prefix
  40824. emulator
  40825. emulator
  40826. release
  40827. notes
  40828. emulator
  40829. update
  40830. extension
  40831. enableeomsample
  40832. enableeomsample
  40833. enableipreuseaddrsam
  40834. enableipreuseaddrsam
  40835. engines
  40836. english
  40837. english
  40838. lproj
  40839. englishmiscellaneousd
  40840. englishmiscellaneous
  40841. englishmiscellaneous
  40842. rsrcd
  40843. englishterminologyd
  40844. englishterminology
  40845. englishterminology
  40846. rsrcd
  40847. enhanced
  40848. enhanced
  40849. survival
  40850. guide
  40851. enterbutton
  40852. enterbutton
  40853. enterbutton
  40854. environment
  40855. eomodeler
  40856. eomodeler
  40857. errata~
  40858. error
  40859. errormsg
  40860. errormsg
  40861. errormsg
  40862. errors
  40863. ethernet
  40864. event~
  40865. eventloop
  40866. eventloop
  40867. events
  40868. events
  40869. apple
  40870. ethernet
  40871. apple
  40872. video
  40873. This little utility copies all of the resources in the Macintosh's ROM into a file called "ROM Resource Dump File".  This is useful for the insanely curious, those with a professional "need to know" (like DTS engineers), and as a trivial Resource Manager sample.
  40874. Some notes:
  40875. 1. When you run this program on some older machines it will create a resource file that ResEdit reports as corrupt.  ResEdit is complaining because  the file contains two resources with the same type and ID.  The progr
  40876. Aam does this because both resources exist in the ROM on that machine.
  40877. 2. The program makes heavy use of Metrowerks Pascal
  40878. s console and the ostrich error checking algorithm.
  40879. 3. Efficiency was not the goal of this program.  I call UpdateResFile religiously while creating the output file, which doesn
  40880. t make it any faster.
  40881. JfROM Resource Dump File
  40882. ROMResourceDump(PPC)
  40883. ROMResourceDump.mcp
  40884. ROMResourceDump.p
  40885. ROMResourceDump.rsrclayermfc
  40886. simpleplayermfc
  40887. simpleplayermfc
  40888. connectivity
  40889. connectix
  40890. connector
  40891. connectors
  40892. conrad
  40893. considerx
  40894. considerable
  40895. consideration
  40896. considerationsx
  40897. consideredx
  40898. consideringx
  40899. consistencyu
  40900. consistent
  40901. consisting
  40902. consistsg
  40903. console
  40904. consolideted
  40905. constant
  40906. constantly
  40907. constants`
  40908. constitute
  40909. constrained
  40910. constrains
  40911. constraints
  40912. construct
  40913. constructing
  40914. construction
  40915. constructs
  40916. consult
  40917. consumer
  40918. consumers
  40919. consuming
  40920. consumption
  40921. contactj
  40922. acting
  40923. contacts
  40924. containT
  40925. contained
  40926. container
  40927. mdialogs
  40928. mdialogs
  40929. mdiplayer
  40930. mdiplayer
  40931. mdiplayer
  40932. mdiplayer
  40933. mdiplayer
  40934. mdiplayer
  40935. mdiplayer
  40936. mdiplayer
  40937. W conjunction with 
  40938. b--set theItem to choose file -- uncomment to test in an AS editor
  40939.     tell application "Finder"
  40940.         open item "Dev.CD Jul 95"
  40941.         activate
  40942.     end tell
  40943. on error errMsg number errNum
  40944.     --enter statements to perform when no records are found such as...
  40945.     display dialog "Sorry, the item you selected could not be found."
  40946.     return
  40947. end try
  40948. ows how to install System level AppleEvent Coercion routines at INIT time.  You may also be interested in the coercion routines as 
  40949. samples of AE coercions in general.
  40950. FinderOpenSelection:  This sample sends Finder 'Open Selection' events two different ways. The first, 'Send Open Selection', opens the file you select. The second,'Open Window Containing...' will open the Finder window containing the file you select.
  40951. IPCLister:  A small example of how to use IPCListPorts. This sample collects and displays all the PPC/AppleEvent capable machines in your current zone and puts them in a nice list.
  40952. ODOC:  This sample send
  40953. appletalkB
  40954. ppletalk/ip
  40955. applets
  40956. applevision/colorsyn
  40957. applicationA
  40958. textchanger
  40959. 2.0.1
  40960. textconvertermain
  40961. textconvertermain
  40962. textdrag
  40963. textdrag
  40964. textedit
  40965. textencodingcmgr
  40966. textfile
  40967. textfile
  40968. textfile
  40969. textfile
  40970. textfile
  40971. textfile
  40972. textintlsvcs
  40973. textoid
  40974. textoid
  40975. textres
  40976. textres
  40977. texttotypeintlcoerci
  40978. texttotypeintlcoerci
  40979. texture
  40980. texture
  40981. sample
  40982. textures
  40983. browsermaker
  40984. moviebrowser
  40985. moviebrowser
  40986. configs
  40987. toolboxQ
  40988. toolbox
  40989. toolframework
  40990. toolframework
  40991. toolframework
  40992. toolframework
  40993. toolkit
  40994. toolsQ
  40995. tools
  40996. toolwindow
  40997. toolwindow
  40998. toolwindow
  40999. topicsS
  41000. Dev.CD Jul 96 SSWP
  41001. Dev.CD Jul 96 SSV
  41002. 69449X
  41003. Jul 96
  41004. f--set theItem to choose file -- uncomment to test in an AS editor
  41005.     tell application "Finder"
  41006.         open item "Dev.CD Jul 96 SSW"
  41007.         activate
  41008.     end tell
  41009. on error errMsg number errNum
  41010.     --enter statements to perform when no records are found such as...
  41011.     display dialog "Sorry, the item you selected could not be found."
  41012.     return
  41013. end try
  41014. All Packages
  41015. System 7.5 Update 2.0O
  41016. Dev.CD Jul 96 SSWP
  41017. Dev.CD Jul 96 SSV
  41018. 69450X
  41019. Jul 96
  41020. f--set theItem to choose file -- uncomment to test in an AS editor
  41021.     tell application "Finder"
  41022.         open item "Dev.CD Jul 96 SSW"
  41023.         activate
  41024.     end tell
  41025. on error errMsg number errNum
  41026.     --enter statements to perform when no records are found such as...
  41027.     display dialog "Sorry, the item you selected could not be found."
  41028.     return
  41029. end try
  41030. All Packages
  41031. System 7.5 Update 2.0O
  41032. Dev.CD Jul 96 SSWP
  41033. Dev.CD Jul 96 SSV
  41034. 69451X
  41035. Jul 96
  41036. All Packages
  41037. F#System Enabler 040 (Centris/Quadra)O7Dev.CD Apr 94
  41038. Dev.CD Jan 94
  41039. Dev.CD Oct 93
  41040. Dev.CD Jul 93P6Dev.CD Apr 94
  41041. Dev.CD Jan 94
  41042. Dev.CD Oct 93
  41043. Dev.CD Jul 9V
  41044. 69519X
  41045. Apr 94
  41046. --set theItem to choose file -- uncomment to test in an AS editor
  41047.     tell application "Finder"
  41048.         open item "Dev.CD Apr 94
  41049. Dev.CD Jan 94
  41050. Dev.CD Oct 93
  41051. Dev.CD Jul 93"
  41052.         activate
  41053.     end tell
  41054. on error errMsg number errNum
  41055.     --enter statements to perform when no records are found such as...
  41056.     display dialog "Sorry, the item you selected could not be found."
  41057.     return
  41058. end try
  41059. All Packages
  41060. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  41061. Dev.CD Jan 94
  41062. Dev.CD Oct 93
  41063. Dev.CD Jul 93
  41064. Dev.CD Apr 93PDDev.CD Apr 94
  41065. Dev.CD Jan 94
  41066. Dev.CD Oct 93
  41067. Dev.CD Jul 93
  41068. Dev.CD Apr 9V
  41069. 69520X
  41070. Apr 94
  41071. f--set theItem to choose file -- uncomment to test in an AS editor
  41072.     tell application "Finder"
  41073.         open item "Dev.CD Jan 96 SSW"
  41074.         activate
  41075.     end tell
  41076. on error errMsg number errNum
  41077.     --enter statements to perform when no records are found such as...
  41078.     display dialog "Sorry, the item you selected could not be found."
  41079.     return
  41080. end try
  41081. recording
  41082. recordretrievepictin
  41083. recordretrievepictin
  41084. retrievepictinfo
  41085. redbook
  41086. redistribution
  41087. reference
  41088. referential
  41089. reformatting
  41090. region
  41091. registration
  41092. registry
  41093. related
  41094. relative
  41095. release
  41096. remove
  41097. rename
  41098. renderer
  41099. rendering
  41100. replace
  41101. replacement
  41102. reports
  41103. resedit
  41104. resedit
  41105. 2.1.1
  41106. disassembly
  41107. disassembler
  41108. viewer
  41109. edito
  41110. resolution
  41111. resource[
  41112. resource
  41113. addresmenu[
  41114. resources^
  41115. --set theItem to choose file -- uncomment to test in an AS editor
  41116.     tell application "Finder"
  41117.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTMovieFromURL:"
  41118.         activate
  41119.     end tell
  41120. on error errMsg number errNum
  41121.     --enter statements to perform when no records are found such as...
  41122.     display dialog "Sorry, the item you selected could not be found."
  41123.     return
  41124. end try
  41125. e    No Changef
  41126. Update
  41127.  Imageq
  41128. Dev.CD Jul 98 SSW/SDK
  41129. All Packages
  41130. Xap Handles dcmdInSummary: A dcmd that fills disposed memory with bus error numbers to detect the re-use of de-allocated memory.J
  41131. Memory Management.imgK
  41132. Vol XOIDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Memory Management:PQDev.CD Nov 00 TC Disk 1
  41133.  - Tool Chest
  41134.  - Testing & Debugging
  41135.  - Memory ManagementV
  41136. 69817X
  41137. Nov 00^    TC Disk 1
  41138. --set theItem to choose file -- uncomment to test in an AS editor
  41139.     tell application "Finder"
  41140.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Memory Management:"
  41141.         activate
  41142.     end tell
  41143. on error errMsg number errNum
  41144.     --enter statements to perform when no records are found such as...
  41145.     display dialog "Sorry, the item you selected could not be found."
  41146.     return
  41147. end try
  41148. e    No Changeq
  41149. Dev.CD Nov 00 TC Disk 1
  41150. D!All Packages
  41151. Mac OS SDK Edition
  41152. XTND 1.3.6
  41153. encoding
  41154. character
  41155. encoding
  41156. converter
  41157. encoding
  41158. converter
  41159. unicode
  41160. charset
  41161. character
  41162. encodi
  41163. services
  41164. manager
  41165. services
  41166. textedit
  41167. tsmte
  41168. text-to-speech
  41169. textedit
  41170. textedit
  41171. tesample
  41172. textedit
  41173. tesample
  41174. cplustesample
  41175. textedit
  41176. testylesample
  41177. style
  41178. textedit
  41179. transparent
  41180. texture
  41181. thread
  41182. thread
  41183. manager
  41184. thread
  41185. threads
  41186. tasks
  41187. tasking
  41188. multitasking
  41189. threading
  41190. threads
  41191. thumbnail
  41192. thumbnail
  41193. copybits
  41194. carbon
  41195. print
  41196. tilisten
  41197. electronics
  41198. elegant
  41199. elegantly
  41200. element
  41201. elements
  41202. elicit
  41203. eliminate
  41204. eliminates
  41205. eliminating
  41206. elizabeth
  41207. email
  41208. embed
  41209. quires Hypercard 2.1.
  41210. Creator/File Types can now be registered on the Web.  Before registering, you can search the existing creator/file type database to see if the ID you want has been taken.  If not, fill out the Web registration form to claim that ID.  This service is at <http://dev.info.apple.com/cftype/>
  41211.  Dev Info Change Form
  41212. Developer Programs delivers its monthly mailings to the Certified contact at your company.  We may occasionally deliver specialized information to the Marketi
  41213. ng or Technical contact as well. If you have recently moved or had a contact change, please take a few minutes to fill out and send this form to ensure we have the most current and accurate information for your company.
  41214.  NuBus Board Registration
  41215. This stack contains a questionaire that allows Macintosh board developers to register their board information in order to receive board ids and functional sResource values for their boards. Because this stack creates a file, YOU MUST FIRST COPY T
  41216. p--set theItem to choose file -- uncomment to test in an AS editor
  41217.     tell application "Finder"
  41218.         open item "Dev.CD Apr 94
  41219. Dev.CD Jan 94"
  41220.         activate
  41221.     end tell
  41222. on error errMsg number errNum
  41223.     --enter statements to perform when no records are found such as...
  41224.     display dialog "Sorry, the item you selected could not be found."
  41225.     return
  41226. end try
  41227. memory
  41228. stress
  41229. update
  41230. previous
  41231. version
  41232. essage
  41233. messagepad{
  41234. messages{
  41235. messagewatcher
  41236. meta-content
  41237. methodx
  41238. methodology
  41239. methods
  41240. metrowerks
  41241. outlinesS
  41242. outlining
  41243. outlook{
  41244. outperform{
  41245. outputh
  41246. outputs
  41247. outside
  41248. outstanding
  41249. ovals
  41250. overB
  41251. overallx
  41252. overcome
  41253. overhead
  41254. overide
  41255. override
  41256. overview`
  41257. palettes
  41258. pallakoff
  41259. panelh
  41260. panels
  41261. panes
  41262. paper{
  41263. parametera
  41264. parameters
  41265. paraphernalia
  41266. parent
  41267. parse
  41268. parserW
  41269. parsing
  41270. parsons
  41271. part{
  41272. summary
  41273. aetracker
  41274. init/control
  41275. panel
  41276. allows
  41277. summary
  41278. application
  41279. which
  41280. provides
  41281. various
  41282. video
  41283. summary
  41284. controlling
  41285. finder
  41286. through
  41287. apple
  41288. summary
  41289. which
  41290. known
  41291. finderevents
  41292. summary
  41293. apple
  41294. peoplesoft
  41295. launched
  41296. partnership
  41297. summary
  41298. apple
  41299. computer
  41300. espana
  41301. prepared
  41302. guide
  41303. summary
  41304. apple
  41305. designed
  41306. maccheck
  41307. suport
  41308. provid
  41309. summary
  41310. apple
  41311. directions
  41312. developer
  41313. business
  41314. report}
  41315. summary
  41316. apple
  41317. directions
  41318. developer
  41319. business
  41320. report
  41321. 1-12/|
  41322. summary
  41323. apple
  41324. licensed
  41325. ported
  41326. ibm's
  41327. somobjects
  41328. summary
  41329. apple's
  41330. indian
  41331. language
  41332. summary
  41333. apple's
  41334. korean
  41335. language
  41336. affordable
  41337. summary
  41338. appleglot
  41339. translation
  41340. summary
  41341. appleglot
  41342. 2.4b6
  41343. translation
  41344. summary
  41345. applescript
  41346. easy-to-use
  41347. scripting
  41348. language
  41349. m 7.x.
  41350. qtmoviefromurl
  41351. qtmusic
  41352. qtmusic
  41353. sample
  41354. application
  41355. demonstrates
  41356. qtpict
  41357. qtrecordmovie
  41358. qtshell
  41359. qtshell
  41360. simple
  41361. quicktime
  41362. quicktime
  41363. viewer
  41364. framew
  41365. qtshortcut
  41366. qtshoweffect
  41367. qtsndtween
  41368. qtsndtween
  41369. defines
  41370. functions
  41371. illustrate
  41372. modify
  41373. qtstreamsplicer
  41374. qtstreamsplicer
  41375. sample
  41376. shows
  41377. splice
  41378. qttext
  41379. qttext
  41380. sample
  41381. application
  41382. shows
  41383. searches
  41384. qttimecode
  41385. qttimecode
  41386. sample
  41387. application
  41388. illustrates
  41389. qtvectors
  41390. qtvectors
  41391. simple
  41392. application
  41393. constructs
  41394. quicktim
  41395. quadraW
  41396. quadrasW
  41397. quadratic
  41398. quake
  41399. qualcomm's
  41400. nts of ASLM 1.1.2 needed to develop MacSNMP agents.
  41401. The folder MacSNMP Update 1.1.1 contains a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  41402. es: windows, buttons, formatted text, etc.
  41403. Foundation Reference
  41404. The complete reference for OpenStep Foundation classes and protocols. Foundation is the heart of any OpenStep application, providing memory management and crucial classes such as NSArray, NSString, and NSThread.
  41405. CURRENT DOCUMENTATION:
  41406. Current documentation set is available on the Developer CD May 97, Tool Chest series or on our website via DevWorld at http://devworld.apple.com/dev/SWTechPubs/Documents/Download/apple.html.
  41407. *Discovering OPENSTEP: A Developer Tutorial (Windows NT)
  41408. *Object-Oriented Programming and the Objective-C Language
  41409. *Topics in OPENSTEP Programming
  41410. JNDiscoveringOpenstepBook.pdf
  41411. IntroAppKitBook.pdf
  41412. IntroFoundationBook.pdf
  41413. READMEK
  41414. Oct 97O]Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:PhDev.CD Oct 97 SDK1
  41415.  - What's New
  41416.  - Technical Documentaion
  41417.  - Rhapsody/OpenStep
  41418.  - RhapsodyDocumentationQuickTime:QuickTime VR:VRBackBuffer:
  41419. !OPDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:AE Interaction Sample:PXDev.CD Nov 00 TC Disk 1
  41420.  - Sample Code
  41421.  - Interapplication Comm
  41422.  - AE Interaction SampleV
  41423. 68232X
  41424. Nov 00^    TC Disk 1
  41425. --set theItem to choose file -- uncomment to test in an AS editor
  41426.     tell application "Finder"
  41427.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:AE Interaction Sample:"
  41428.         activate
  41429.     end tell
  41430. on error errMsg number errNum
  41431.     --enter statements to perform when no records are found such as...
  41432.     display dialog "Sorry, the item you selected could not be found."
  41433.     return
  41434. end try
  41435. e    No Changef)AppleEvent
  41436. interaction
  41437. AEInteractWithUserq
  41438. Dev.CD Nov 00 TC Disk 1
  41439. All Packages
  41440. AE Sample Applications
  41441. 68233X
  41442. 1.0.2
  41443. qdmediahandler
  41444. qdmediamaker
  41445. internals
  41446. qdesign
  41447. decomp
  41448. egistry~
  41449. release
  41450. reporting
  41451. reports
  41452. requests
  41453. resedit
  41454. resources
  41455. JKAppletTag.js
  41456. dd.bat
  41457. DraggingSpritesApplet.zip
  41458. dsa.html
  41459. media
  41460. README.txt
  41461. - Common
  41462.     - Sun Compliant Java Runtime Environment 1.1
  41463.     - QuickTime 3 
  41464.     - QTJava.zip
  41465.     - QTJava media samples
  41466. - Windows 95, 98, or NT::
  41467.     - JRE/JDK from Sun Microsystems, Inc. recommendedN
  41468. QuickTime, Java, MRJOXDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:DSApplet.win:PfDev.CD Nov 00 TC Disk 2
  41469.  - Sample Code
  41470.  - QuickTime
  41471.  -  All Java
  41472.  - QuickTime for Java
  41473.  - DSApplet.winf5AppleScript
  41474. Apple events
  41475. recordable
  41476. scriptable
  41477. scriptq
  41478. Dev.CD Nov 00 TC Disk 1
  41479. All Packages
  41480. AE Tools
  41481. *Summary: This folder contains tools that are useful in developing Apple event-aware applications.
  41482. Features: Tools that will test and debug Apple events; build 'aete' resources; build, send, and verify Apple event records; debug the OSL; MacsBug dcmds; FKEYS; send Apple events via XCMDS; and more.
  41483. May 92L
  41484. May 95V
  41485. 64982X
  41486. 1e    No Change
  41487. irectly licensing and including the "English Text-to-Speech" and/or "Mexican Spanish Text-to-Speech" installers (available both as disk images and as network/hard-disk installers) or by working from the source for the scripts, which is provided here.
  41488. Macintosh users can receive the system software that lets their Macintosh computers talk in any of three ways:
  41489.  It comes pre-installed on many Macintosh computers, but not all.
  41490.  Users can download Apple's PlainTalk "English Text-to-Speech" 
  41491. Mand "Mexican Spanish Text-to-Speech" software from Apple's web site.
  41492.  Developers can license this software for distribution with their applications. Contact Apple's licensing group for more information about licensing Apple software.
  41493.       512-919-2645
  41494.       AppleLink:   SW.LICENSE
  41495.       Internet:  SW.LICENSE@applelink.apple.com
  41496. JxDocumentation
  41497. Files
  41498. Installer Source
  41499. Interfaces
  41500. Scripting
  41501. Speech Synthesis Mgr Installers
  41502. Text-to-Speech - Read Me FirstK
  41503. Jul 96L
  41504. Jan 97
  41505. $F    QuickTimeO
  41506. Dev.CD Jan 94
  41507. Dev.CD Oct 93P
  41508. Dev.CD Jan 94
  41509. Dev.CD Oct 9e
  41510. asynchronous
  41511. movie
  41512. loading
  41513. quicktime
  41514. browser
  41515. quicktime
  41516. callback
  41517. movie
  41518. quicktime
  41519. codec
  41520. quicktime
  41521. component
  41522. quicktime
  41523. compression
  41524. quicktime
  41525. dithering
  41526. compression
  41527. quicktime
  41528. compression
  41529. ter statements to perform when no records are found such as...
  41530.     display dialog "Sorry, the item you selected could not be found."
  41531.     return
  41532. end try
  41533. All Packages
  41534. QuickDraw GXO
  41535. Dev.CD Apr 95
  41536. Dev.CD Jan 95P
  41537. Dev.CD Apr 95
  41538. Dev.CD Jan 9V
  41539. 64205X
  41540. Apr 95
  41541. p--set theItem to choose file -- uncomment to test in an AS editor
  41542.     tell application "Finder"
  41543.         open item "Dev.CD Apr 95
  41544. Dev.CD Jan 95"
  41545.         activate
  41546.     end tell
  41547. on error errMsg number errNum
  41548.     --enter statements to perform when no records are found such as...
  41549.     display dialog "Sorry, the item you selected could not be found."
  41550.     return
  41551. end try
  41552. All Packages
  41553. driver
  41554. driver
  41555. locales
  41556. locales
  41557. localization
  41558. localization
  41559. japan
  41560. localization
  41561. tools
  41562. localize
  41563. localize
  41564. locator
  41565. logengine
  41566. double
  41567. double
  41568. doubles
  41569. looksmart
  41570. looksmart
  41571. lookup
  41572. lookupmenu
  41573. lproj
  41574. lurkers
  41575. lurkers
  41576. lurkers
  41577. lurkers
  41578. lurkers
  41579. readme
  41580. lurkers
  41581. readme
  41582. hosesample
  41583. classes
  41584. framework
  41585. graphics
  41586. primer
  41587. interfaces
  41588. guidelines
  41589. development
  41590. toolkit
  41591. machack
  41592. rs & dcmds
  41593.  - MacsBug 6.6
  41594. thisB
  41595.     C=of action procedure, both for 68K and PowerPC architectures.
  41596. AppleEvents.c
  41597. BareBones.c
  41598. BareBones.h
  41599. Documentation
  41600. Events.c
  41601. Initialize.c
  41602. Live Scroll.mcp
  41603. LiveScroll(PPC)
  41604. LiveScroll.rsrc
  41605. Menus.c
  41606. Prototypes.h
  41607. ScrollBars.c
  41608. ScrollBars.h
  41609. Utilities.c
  41610. Windows.cK
  41611. Jul 96N+live scrolling, control, appearance, scrollOHDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Live Scroll:PPDev.CD Nov 00 TC Disk 1
  41612.  - Sample Code
  41613.  - Human Interface Toolbox
  41614.  - Live Scrollin an AS editor
  41615.     tell application "Finder"
  41616.         open item "Dev.CD Aug 97 TC
  41617. Dev.CD Jan 94
  41618. Dev.CD Oct 93
  41619. Dev.CD Jul 93
  41620. Dev.CD Apr 93
  41621. Dev.CD Jan 92
  41622. Dev.CD Vol. XI
  41623. Dev.CD Vol. X
  41624. Dev.CD Vol. IX
  41625. Dev.CD Vol. VIII
  41626. Dev.CD Vol. VII
  41627. Dev CD Vol. VI"
  41628.         activate
  41629.     end tell
  41630. on error errMsg number errNum
  41631.     --enter statements to perform when no records are found such as...
  41632.     display dialog "Sorry, the item you selected could not be fB
  41633. ound."
  41634.     return
  41635. end try
  41636. UD!All Packages
  41637. Tool Chest Edition
  41638. using
  41639. usual
  41640. usually
  41641. utf-8
  41642. utilities
  41643. utility
  41644. utilization
  41645. utilize
  41646. utilized
  41647. utilizes
  41648. utilizing
  41649. uunpredictable
  41650. v-twinj
  41651. v1.0.1
  41652. v1.0.2
  41653. v1.1.3
  41654. v1.2.1R
  41655. v1.4.6f4
  41656. v1.5.1
  41657. v1.7.2
  41658. ound Manager
  41659. Readme Debug Sound ManagerK
  41660. Jan 98N
  41661. Debug Sound Manager 3.2.1ObDev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:nge
  41662.  used in the "Quake III Arena" for the Macintosh by id Soft
  41663. ghlights; Human Interface (Do the Right Thing); QuickTime VR; OpenDoc Human Interface Q & A; Ask Don Norman (Where Will Apple Be in Five Years?).
  41664. Market Research Monthly (Macintosh User Profile Research From WWDC); Marketing Feature (Macintosh Entertainment Market); Developer Outlook (Recruiting Animators).
  41665. June 1995 Apple Directions Articles
  41666. They're Here: Power Computing Ships First Mac OS Compatibles
  41667. Strategy Mosaic: Copland: Technology For Customers' Sakes
  41668. Editor
  41669. s Note: Hedging Your
  41670.  Investments
  41671. IndustryWatch: Fast and Getting Faster
  41672. OpenDoc Developer Release 2
  41673. Apple Ships Open Transport Beta Software
  41674. Apple Reduces Prices on Developer University Self-Paced Training Products
  41675. develop Issue 22: More Than Ever!
  41676. CD Highlights: Reference Library Edition, June 1995
  41677. OpenDoc
  41678. One Architecture Fits All
  41679. Human Interface: Network Nirvana
  41680. Delta Alert: MPW Pro #17, E.T.O. #17, and Mac OS SDK #3
  41681. Market Research Monthly: The Most Popular Application Categories
  41682. Special Marketing Report:
  41683. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  41684. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  41685. JGAbout Driver Installer
  41686. About Driver Installer.txt
  41687. Installer for DriversK
  41688. Vol IVO<Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:Driver Installer:PDDev.CD Nov 00 TC Disk 1
  41689.  - Tool Chest
  41690.  - Devices
  41691.  - Driver Installer
  41692. e    No Changef/QuickTime
  41693. Asyncronous
  41694. Handlerq
  41695. Dev.CD Nov 00 TC Disk 2
  41696. All Packages
  41697. qtflattentohandle
  41698. 67355X
  41699. Summary:  DiskFiller is a little utility that allows users to instantly fill any mounted disk.  This is incredibly useful for testing low-disk-space conditions.  You no longer have to duplicate file after file to fill your hard disk.
  41700.   It creates a file on the root level of the filled disk called "Filler".  To free the space, the user can throw away the "Filler" file.
  41701. Features:  Allows user to specify disk to fill, and how much space (in bytes or in kbytes) to leave free.  This way you caBOn test various amounts of low disk space.
  41702. Issues:  Only tested under System 7.
  41703. Stress testing tools.imgK
  41704. Apr 94N
  41705. Utility, Tool, Low Disk SpaceOLDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Stress testing tools:PTDev.CD Nov 00 TC Disk 1
  41706.  - Tool Chest
  41707.  - Testing & Debugging
  41708.  - Stress testing toolsif several files (with the name filename+suffix) already exist. a dialog hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit and
  41709. amounts
  41710. Wthe font used by MDEF 0 during PopUpMenuSelect. Note t
  41711. program
  41712. shows
  41713. select
  41714. create
  41715. movie
  41716. program
  41717. shows
  41718. construction
  41719. composited
  41720. image
  41721. contains
  41722. golden
  41723. master
  41724. pre-release
  41725. versi@
  41726. example
  41727. demonstrates
  41728. script
  41729. applicatio@
  41730. example
  41731. shows
  41732. additional
  41733. frame
  41734. extension
  41735. patches
  41736. firmware
  41737. certain
  41738. macintosh@
  41739. application
  41740. test/demo
  41741. mt/mp
  41742. timers@
  41743. update
  41744. appearance
  41745. 1.0.3
  41746. package
  41747. contains
  41748. drive
  41749. setup
  41750. v1.7.2
  41751. program
  41752. lets@
  41753. sample
  41754. creates
  41755. wired
  41756. sprite
  41757. movie
  41758. containing
  41759. sample
  41760. illustrates
  41761. video
  41762. effects
  41763. sample
  41764. demonstates
  41765. basic
  41766. implmenetation
  41767. sample
  41768. demonstrates
  41769. implement
  41770. custom
  41771. usin@
  41772. sample
  41773. demonstrates
  41774. qdflushportbuff@
  41775. sample
  41776. updated
  41777. carbon
  41778. shows
  41779. certain
  41780. updates
  41781. patches
  41782. updating
  41783. updating
  41784. drivers
  41785. upgrader
  41786. upgrader
  41787. 1.2.3
  41788. engines
  41789. upgrading
  41790. upgrading
  41791. bbedit
  41792. uprocessguts
  41793. uprocessguts
  41794. uprocessldef
  41795. uprocessldef
  41796. uprocessutils
  41797. uprocessutils
  41798. access
  41799. access
  41800. manager
  41801. access
  41802. scripting
  41803. services
  41804. urlaccess
  41805. urlaccess
  41806. urlaccess
  41807. urlaccess
  41808. urlaccess68k
  41809. urlaccess68k
  41810. urlaccesslib
  41811. urlaccesslib
  41812. distribution
  41813. guide
  41814. usage
  41815. usage
  41816. history
  41817. 1.4.6b2
  41818. driver
  41819. useful
  41820. useful
  41821. addmenu
  41822. script
  41823. manual
  41824. user's
  41825. userchkgestaltfuncti
  41826. userchkgestaltfuncti
  41827. $This version of TESample has been substantially reworked in C++ to show how a "typical" object-oriented program could be written.  To this end, what was once a single source code file has been restructured into a set of classes which demonstrate the advantages of object-oriented programming.
  41828. AppLib.h
  41829. AppLib.o
  41830. AppLib.r
  41831. Application.cp
  41832. Application.cp.o
  41833. Application.h
  41834. C.pipe.cmnd
  41835. C.pipe.code.c
  41836. Document.cp
  41837. Document.cp.o
  41838. Document.h
  41839. Exceptions.cp
  41840. Exceptions.cp.o
  41841. Exceptions.h
  41842. Failure.o
  41843. FlowCtlMacs.d
  41844. List.cp
  41845. List.cp.o
  41846. List.h
  41847. ProgStrucMacs.d
  41848. README
  41849. TECommon.h
  41850. TEDocument.cp
  41851. TEDocument.cp.o
  41852. TEDocument.h
  41853. TESample
  41854. TESample.cp
  41855. TESample.cp.o
  41856. TESample.h
  41857. TESample.make
  41858. TESample.r
  41859. TESampleGlue.a
  41860. TESampleGlue.a.o
  41861. UMAFailure.a
  41862. UMAFailure.a.o
  41863. UMAFailure.h
  41864. UMAFailure.inc1.p
  41865. UMAFailure.p
  41866. UMAFailure.p.o
  41867. MPW 3.1 or laterN&TextEdit, TESample, C++, CPlusTESampleO;Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:CPlusTESample:PCDev.CD Nov 00 TC Disk 2
  41868.  - Sample Code
  41869.  - Overview
  41870.  - CPlusTESample
  41871. Demonstration of DSp 1.7 or 1.1.4 context switching.  This eaxmple shows DSP context switching with both DSp 1.7 and later built in functions and the equivalent in DrawSprcoket 1.1.4 and earlier.
  41872. Due to a bug in earlier version of DSp 1.7, it is recommended that the DSpContext_Reserve and DSpContext_Queue functions only beused in DSp 1.7.3 and later, prior to this it is recommended that one use the earlier version of the the switching code.
  41873. The controls for the sample application are:
  41874. - BJright arrow for a larger context
  41875. - left arrow for smaller
  41876. - Cmd-Q to exit.
  41877. JfDSp Context Switch
  41878. DSp Context Switch Main.c
  41879. DSp Context Switch.CW2.
  41880. DSp Context Switch.CW5.
  41881. Read MeK
  41882. Feb 00M[PowerPC, System 8.1+, DrawSprocket, and either Universal Interfaces 3.3 or DrawSprocket SDKN
  41883. DrawSprocket, Context SwitchO=Dev.CD Nov 00 TC Disk 1:Sample Code:Games:DSp Context Switch:PEDev.CD Nov 00 TC Disk 1
  41884.  - Sample Code
  41885.  - Games
  41886.  - DSp Context Switchund."
  41887.     return
  41888. end try
  41889. e    No Change
  41890. All Packages
  41891. QuickDraw GXO
  41892. Dev.CD Jan 96 SDK1P
  41893. Dev.CD Jan 96 SDKV
  41894. 69052X
  41895. Jan 96
  41896. g--set theItem to choose file -- uncomment to test in an AS editor
  41897.     tell application "Finder"
  41898.         open item "Dev.CD Jan 96 SDK1"
  41899.         activate
  41900.     end tell
  41901. on error errMsg number errNum
  41902.     --enter statements to perform when no records are found such as...
  41903.     display dialog "Sorry, the item you selected could not be found."
  41904.     return
  41905. end try
  41906. All Packages
  41907. QuickDraw GXO#Dev.CD Aug 96 TC
  41908. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  41909. Dev.CD Jan 96 SDKV
  41910. 69053X
  41911. Aug 96
  41912. x--set theItem to choose file -- uncomment to test in an AS editor
  41913.     tell application "Finder"
  41914.         open item "Dev.CD Aug 96 TC
  41915. Dev.CD Jan 96 SDK1"
  41916.         activate
  41917.     end tell
  41918. on error errMsg number errNum
  41919.     --enter statements to perform when no records are found such as...
  41920.     display dialog "Sorry, the item you selected could not be found."
  41921.     return
  41922. end try
  41923. file/folder
  41924. file/resource
  41925. filed
  41926. SndPlayDB
  41927. This is a set of functions that reproduce the functionality of SndPlayDoubleBuffer, and they run under Carbon, giving developers who use SndPlayDoubleBuffer a simpler transition to Carbon.
  41928. This sample shows how to parse the input structures to SndPlayDoubleBuffer and set up a sequence of bufferCmd and callBackCmd commands to play sounds and call the user's/application's SndPlayDoubleBufferCallBack function.
  41929. This sample does not have to be run under Carbon, it works just fine under ClassiB
  41930. c as well.
  41931. This sample can also be adapted to be useful to developers who would like to have better control over synchronization of sounds or playback and recording.
  41932. JLCarbonSndPlayDB Readme
  41933. CarbonSndPlayDB.c
  41934. CarbonSndPlayDB.h
  41935. CarbonSndPlayDB.
  41936. MCSound Manager 3.x, Carbon 1.0.2 to run as a carbon compiled libraryN
  41937. SndPlayDoubleBuffer, CarbonO:Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:CarbonSndPlayDB:V
  41938. 66719X
  41939. 1e    No Change
  41940. ul 96
  41941. --set theItem to choose file -- uncomment to test in an AS editor
  41942.     tell application "Finder"
  41943.         open item "Dev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:"
  41944.         activate
  41945.     end tell
  41946. on error errMsg number errNum
  41947.     --enter statements to perform when no records are found such as...
  41948.     display dialog "Sorry, the item you selected could not be found."
  41949.     return
  41950. end try
  41951. cross-industry
  41952. cross-platform{
  41953. crucial
  41954. cryptic
  41955. cryptographic
  41956. culture{
  41957. cunningham
  41958. curbow
  41959. curious
  41960. current
  41961. doublebuffer
  41962. doubles
  41963. download
  41964. promisehfsflavor
  41965. promise
  41966. finder
  41967. quicktime
  41968. draghook
  41969. drawing
  41970. drawsprocket
  41971. drawsprocket
  41972. color
  41973. depth
  41974. resolution
  41975. switching
  41976. drawsprocket
  41977. context
  41978. switch
  41979. drawsprocket
  41980. getversion
  41981. context
  41982. drawsprocket
  41983. gspgetversion
  41984. toolbox
  41985. drive
  41986. driveid
  41987. driver
  41988. driver
  41989. gestalt
  41990. drivers
  41991. device
  41992. driver
  41993. block
  41994. storage
  41995. drivergestalt
  41996. drivergestaltexplore
  41997. drivers
  41998. targetS
  41999. targeted
  42000. 68308X
  42001. Nov 00^    TC Disk 2
  42002. --set theItem to choose file -- uncomment to test in an AS editor
  42003.     tell application "Finder"
  42004.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:AudioConverter:"
  42005.         activate
  42006.     end tell
  42007. on error errMsg number errNum
  42008.     --enter statements to perform when no records are found such as...
  42009.     display dialog "Sorry, the item you selected could not be found."
  42010.     return
  42011. end try
  42012. e    No Changeq
  42013. Dev.CD Nov 00 TC Disk 2
  42014. All Packages
  42015. Audit app & dcmd
  42016. Summary:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  42017. The DisplayAudit application may be used to follow the execution of a program being audited.  It can display auditing from several sources, and allows logging the audited data to a text file.
  42018. General tools.imgK
  42019. Feb 94N
  42020. testing, debugginge
  42021. MultiTasking
  42022. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  42023. Dev.CD Nov 00 TC Disk 2
  42024. All Packages
  42025. MPW etc.
  42026. This disk image contains Golden Master and Pre-release versions of MPW, debuggers for both Power Macintosh and 68K Macintosh, some miscellaneous MPW-related software, and complete documentation.
  42027. MPW is a general-purpose development environment that can be used to create 68K and Power Macintosh applications.  It includes an editor, C/C++ compilers, assemblers, linkers, and dozens of useful tools and utilities.
  42028. MPW etc.img.binK
  42029. Nov 97L
  42030. Aug 00M
  42031. MPW requires a 68K Macintosh with a 68020 or higher microprocessor, or any Power Macintosh. MPW also requires System 7.5 or later.NKMPW, compilers, assemblers, linkers, tools, debuggers, performance analysisO=Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:PEDev.CD Nov 00 TC Disk 1
  42032.  - Tool Chest
  42033.  - Development Kits
  42034.  - MPW etc.V
  42035. 68779X
  42036. Nov 00^    TC Disk 1
  42037. e    No Change
  42038. engine
  42039. engine
  42040. internet
  42041. sherlock
  42042. enterprise
  42043. eomodeler
  42044. database
  42045. error
  42046. applesearch
  42047. appleshare
  42048. gatewayT
  42049. ethernetR
  42050. ethernet
  42051. built-in
  42052. address
  42053. burned-in
  42054. address
  42055. getenetaddr
  42056. ethernet
  42057. transport
  42058. address
  42059. ethernet
  42060. multicast
  42061. mdata
  42062. 802.2
  42063. 802.3
  42064. ethertalk
  42065. etsda
  42066. eventi
  42067. eventsb
  42068. example
  42069. exchange
  42070. expansion
  42071. export
  42072. exporters
  42073. external
  42074. extractor
  42075. faceless
  42076. family
  42077. fcode
  42078. features
  42079. fetch
  42080. field
  42081. folder
  42082. multiprocessor
  42083. manager
  42084. sample
  42085. Recognize
  42086. All Packages
  42087. System 7.5 Update 1.0O
  42088. Dev.CD Jul 95P
  42089. Dev.CD Jul 9V
  42090. 69425X
  42091. Jul 95
  42092. b--set theItem to choose file -- uncomment to test in an AS editor
  42093.     tell application "Finder"
  42094.         open item "Dev.CD Jul 95"
  42095.         activate
  42096.     end tell
  42097. on error errMsg number errNum
  42098.     --enter statements to perform when no records are found such as...
  42099.     display dialog "Sorry, the item you selected could not be found."
  42100.     return
  42101. end try
  42102. All Packages
  42103. System 7.5 Update 1.0O
  42104. Dev.CD Jul 95P
  42105. Dev.CD Jul 9V
  42106. 69426X
  42107. Jul 95
  42108. b--set theItem to choose file -- uncomment to test in an AS editor
  42109.     tell application "Finder"
  42110.         open item "Dev.CD Jul 95"
  42111.         activate
  42112.     end tell
  42113. on error errMsg number errNum
  42114.     --enter statements to perform when no records are found such as...
  42115.     display dialog "Sorry, the item you selected could not be found."
  42116.     return
  42117. end try
  42118. All Packages
  42119. System 7.5 Update 1.0O
  42120. Dev.CD Jul 95P
  42121. Dev.CD Jul 9V
  42122. 69427X
  42123. language
  42124. analysis
  42125. architecture
  42126. provides
  42127. applications
  42128. laserwriter
  42129. 8.5.1
  42130. release
  42131. contains
  42132. utilities
  42133. latest
  42134. macintosh
  42135. technotes
  42136. apple
  42137. devel
  42138. navigation
  42139. services
  42140. suite
  42141. greatly
  42142. enhances
  42143. system
  42144. picker
  42145. replaces
  42146. system
  42147. picker
  42148. 1.0.1
  42149. otchecknetfornbpname
  42150. sample
  42151. demonstrates
  42152. panoramic
  42153. image
  42154. rotated
  42155. counterclockwise
  42156. primary
  42157. purpose
  42158. sample
  42159. developer
  42160. virtual
  42161. server
  42162. attempt
  42163. provide
  42164. piece
  42165. sampl
  42166. thee{
  42167. their
  42168. themU
  42169. logical
  42170. login
  42171. logins
  42172. long-awaited
  42173. long-signal
  42174. long-term
  42175. longer
  42176. longitude
  42177. looks
  42178. lookup
  42179. lookupmenu
  42180. lookups
  42181. looming
  42182. looney
  42183. looping
  42184. loops
  42185. loose
  42186. loosely
  42187. lossiness
  42188. low-disk-space
  42189. low-level
  42190. lower
  42191. lower-case
  42192. lower-left
  42193. loyal{
  42194. he    No Changef ATA
  42195. ATAPI
  42196. CD-ROM
  42197. CD ROM
  42198. ATA Demoq
  42199. Dev.CD Nov 00 TC Disk 1
  42200. All Packages
  42201. ATAErrorDetector
  42202. ATAErrorDetector is sample code demonstrating how to test for certain kinds of ATA hard drives which would cause problems for some PowerBooks runnning in SCSI disk mode.
  42203. The sample demonstrates using the ATA inquiry command and the fields returned by this command to determine information about an ATA drive.  It detects an error documented in Technote 1116, "PowerBook HD Upgrades and SCSI Disk Mode Compatibility".
  42204. JoATA Error Detection.c
  42205. ATA Error Detector (PPC)
  42206. ATA Error Detector Read Me
  42207. ATA Error Detector.mcp
  42208. resources.rsrcK
  42209. Jan 98M
  42210. PowerBook with ATA manager (190, 2300, 5300, 1400, 3400, 2400).  Later PowerBooks are not affected by these bugs, but the test will run.N6ATA, PowerBook, SCSI, SCSI disk mode, ATAErrorDetectorONDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ATA:ATAErrorDetector:V
  42211. 68304X
  42212. 1e    No Change
  42213. common
  42214. common
  42215. files
  42216. inline
  42217. inline
  42218. input
  42219. textedit
  42220. input
  42221. inputsprocket
  42222. inputsprocket
  42223. inputsprocketpptest
  42224. inputsprockettest
  42225. inquiry
  42226. inside
  42227. inside
  42228. inside
  42229. movie
  42230. inside
  42231. macintosh
  42232. quickdraw
  42233. install
  42234. installed
  42235. installer
  42236. installer
  42237. 1.2.4
  42238. instance
  42239. instrumentation
  42240. instrumentation
  42241. 1.0.6
  42242. int'l
  42243. int'l
  42244. developer
  42245. contacts
  42246. interactiona
  42247. interactive
  42248. interactive
  42249. success
  42250. guide
  42251. interapplication
  42252. ipclister
  42253. exchange
  42254. installed
  42255. isimagewriter
  42256. iso9660
  42257. sample
  42258. issue
  42259. itemhider
  42260. Feb 92L
  42261. Nov 96O
  42262. Dev.CD Nov 99 TC:Sample Code:P
  42263. Dev.CD Nov 99 TC
  42264.  - Sample CodeV
  42265. 69325X
  42266. Nov 99^
  42267. r--set theItem to choose file -- uncomment to test in an AS editor
  42268.     tell application "Finder"
  42269.         open item "Dev.CD Nov 99 TC:Sample Code:"
  42270.         activate
  42271.     end tell
  42272. on error errMsg number errNum
  42273.     --enter statements to perform when no records are found such as...
  42274.     display dialog "Sorry, the item you selected could not be found."
  42275.     return
  42276. end try
  42277. Deletedq
  42278. Dev.CD Nov 99 TC
  42279. D!All Packages
  42280. Tool Chest Edition
  42281. F)Snippets - Interapplication Communication
  42282. aesend
  42283. aesend
  42284. aesend
  42285. aeutd
  42286. resourced
  42287. analyzerU
  42288. appleT
  42289. apple
  42290. workgroup
  42291. serversT
  42292. appleeventtypesd
  42293. appleeventtypes
  42294. applesearch
  42295. appleshare
  42296. appletalkT
  42297. appletalk
  42298. remote
  42299. accessT
  42300. architectureQ
  42301. archivedV
  42302. autoguest
  42303. buildingZ
  42304. building
  42305. samplesZ
  42306. coercionc
  42307. coercionsf
  42308. cursordevices
  42309. cursordevices
  42310. cursors
  42311. cursors
  42312. custicon
  42313. custicon
  42314. custicon
  42315. custom
  42316. customenabler
  42317. customget
  42318. customget
  42319. customget
  42320. customget
  42321. unresolved
  42322. alias
  42323. customget
  42324. unresolved
  42325. alias
  42326. customicon
  42327. customicon
  42328. customicon
  42329. customization
  42330. custompc/b
  42331. custompc/b
  42332. custompc/b
  42333. custompiccomments
  42334. custompiccomments
  42335. custompiccomments
  42336. customputappend
  42337. customputappend
  42338. --set theItem to choose file -- uncomment to test in an AS editor
  42339.     tell application "Finder"
  42340.         open item "Dev.CD Feb 00 TC:Interactive Media Resources:EOModeler:"
  42341.         activate
  42342.     end tell
  42343. on error errMsg number errNum
  42344.     --enter statements to perform when no records are found such as...
  42345.     display dialog "Sorry, the item you selected could not be found."
  42346.     return
  42347. end try
  42348. Deleted
  42349. Deleted
  42350.  Unli
  42351. xOEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  42352.  - Tool Chest
  42353.  - Testing & Debugging
  42354.  - General toolsV
  42355. 68959X
  42356. Nov 00^    TC Disk 1
  42357. --set theItem to choose file -- uncomment to test in an AS editor
  42358.     tell application "Finder"
  42359.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  42360.         activate
  42361.     end tell
  42362. on error errMsg number errNum
  42363.     --enter statements to perform when no records are found such as...
  42364.     display dialog "Sorry, the item you selected could not be found."
  42365.     return
  42366. end try
  42367. e    No Changef
  42368. testing
  42369. debugging
  42370. printersq
  42371. Dev.CD Nov 00 TC Disk 1
  42372. All Packages
  42373. ProcDoggie
  42374. ProcDoggie is a full blown application that demonstrates a variety of Process Manager-related techniques, including:
  42375. 1. Getting a list of running processes
  42376. 2. Getting information about a running process
  42377. 3. Launching a processes, with and without opening documents
  42378. May 97
  42379. 1e    No Change
  42380. This snippet shows the an example of ictb resource this is discussed in Inside Macintosh:Macintosh Toolbox Essentials, page 6-158 t0 6-164. It is based on the Dialog Manager Q&A technote.
  42381. There is no Rez template for ictb, and no ResEdit template or editor.  This sample ictbSample.r shows how you can do one by hand.
  42382. Resorcerer provides an excellent ictb editor to use ictb in your dialog boxes.
  42383. JBictbSample(PPC)
  42384. ictbSample.mcp
  42385. ictbSample.r
  42386. ictbSample.rsrc
  42387. main.cN
  42388. ictb, Dialog ManagerOGDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ictbSample:PODev.CD Nov 00 TC Disk 1
  42389.  - Sample Code
  42390.  - Human Interface Toolbox
  42391.  - ictbSamplehen choose to (1) accept the certificate permanently, thereby adding it to your Java security database, or (2) to run this applet now but not add the certificate to the database, or (3) to reject the certificate.
  42392. NOTE: If you reject the certificate, the applet will still run, as long as it does not attempt to perform a restricted activit
  42393. 68307X
  42394. Nov 00^    TC Disk 2
  42395. --set theItem to choose file -- uncomment to test in an AS editor
  42396.     tell application "Finder"
  42397.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:AudioCodec:"
  42398.         activate
  42399.     end tell
  42400. on error errMsg number errNum
  42401.     --enter statements to perform when no records are found such as...
  42402.     display dialog "Sorry, the item you selected could not be found."
  42403.     return
  42404. end try
  42405. e    No Changeq
  42406. Dev.CD Nov 00 TC Disk 2
  42407. All Packages
  42408. AudioConverter
  42409. 68308X
  42410. lurkers
  42411. lurkers
  42412. examine
  42413. projector
  42414. macapp
  42415. macapp-based]
  42416. macbug
  42417. maccalendar
  42418. machineh
  42419. machinesZ
  42420. macintoshP
  42421. needs
  42422. neighborhood
  42423. netsprocket
  42424. netstat
  42425. netware
  42426. networkR
  42427. network
  42428. administrator
  42429. network
  42430. appleevents
  42431. network
  42432. driver
  42433. network
  42434. management
  42435. network
  42436. preferences
  42437. network
  42438. server
  42439. network
  42440. setup
  42441. network
  42442. softwareR
  42443. networking
  42444. networking
  42445. communications
  42446. newgworldr
  42447. newgworld
  42448. gworldr
  42449. newpalette
  42450. newsz
  42451. no-copy
  42452. no-copy
  42453. receives
  42454. nocopyreceives
  42455. nopoweroffkey
  42456. notes
  42457. notifiers
  42458. novell
  42459. nsetpalette
  42460. nshost
  42461. nshost
  42462. cocoa
  42463. address
  42464. nubus
  42465. number
  42466. number
  42467. formatting
  42468. numbers
  42469. objec
  42470. objec
  42471. oriented
  42472. object
  42473. object
  42474. object
  42475. pascal
  42476. object-oriented
  42477. objective-c
  42478. screen
  42479. gworld
  42480. PRDev.CD Nov 00 TC Disk 2
  42481.  - Sample Code
  42482.  - QuickTime
  42483.  - Basics
  42484.  - DragAndDrop ShellV
  42485. 68501X
  42486. Nov 00^    TC Disk 2
  42487. --set theItem to choose file -- uncomment to test in an AS editor
  42488.     tell application "Finder"
  42489.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:DragAndDrop Shell:"
  42490.         activate
  42491.     end tell
  42492. on error errMsg number errNum
  42493.     --enter statements to perform when no records are found such as...
  42494.     display dialog "Sorry, the item you selected could not be found."
  42495.     return
  42496. end try
  42497. e    No Changef
  42498. QuickTime
  42499. Dev.CD Nov 00 TC Disk 2
  42500. All Packages
  42501. DraggingSpritesI
  42502. This demo program shows how to define MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite.J9dd.bat
  42503. DraggingSprites
  42504. DraggingSprites.zip
  42505. README.txt
  42506. Feb 00
  42507. O[Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:DraggingSprites:V
  42508. 68502X
  42509. 1e    No Change
  42510. 68684X
  42511. Nov 00^    TC Disk 1
  42512. --set theItem to choose file -- uncomment to test in an AS editor
  42513.     tell application "Finder"
  42514.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Live Scroll:"
  42515.         activate
  42516.     end tell
  42517. on error errMsg number errNum
  42518.     --enter statements to perform when no records are found such as...
  42519.     display dialog "Sorry, the item you selected could not be found."
  42520.     return
  42521. end try
  42522. e    No Changef(live scrolling
  42523. control
  42524. appearance
  42525. scrollq
  42526. Dev.CD Nov 00 TC Disk 1
  42527. All Packages
  42528. Load PCI DriverI
  42529. Load PCI Driver is a utility for PCI driver writers. It lets you to load and unload a Native PCI driver ('ndrv') without having to restart. This is very useful when debugging your native driver.JyFullPath.c
  42530. FullPath.h
  42531. Load PCI Driver(PPC)
  42532. Load PCI Driver.c
  42533. Load PCI Driver.mcp
  42534. Load PCI Driver.rsrc
  42535. MoreFiles
  42536. SimpleAppK
  42537. Sep 97M
  42538. PowerPC PCI based MacintoshN(PCI ndrv driver loader, Load PCI Driver
  42539. ript, such as ClarisWorks 4
  42540. wisted jungle of the Power Macintosh. Please keep your head and arms inside at all times.
  42541. GRAPHICAL TRUFFLES: A Library for Traversing Paths by Daniel I. Lipton.  Parsing QuickDraw GX geometric shapes takes a bit of code, but it
  42542. s already been written for you.
  42543. THE VETERAN NEOPHYTE:  Your Friend the Drill Sergeant  by Dave Johnson.  Learning to shoot pool isn
  42544. t anything like learning to program computers. Right?
  42545. KON & BAL
  42546. S PUZZLE PAGE   QuickTime Quandary  by Konstantin Othmer and BruceFt Leak.  More Macintosh madness from the MacsBug mentors. There
  42547. s a possibility you might actually score on this one!
  42548. JBdevelop Issue 27
  42549. develop Issue 27 code
  42550. develop Issue 27 referencesK
  42551. Sep 96L
  42552. Nov 96OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 27:PQDev.CD Sep 00 RL Disk 1
  42553.  - Technical Documentation
  42554.  - Develop
  42555.  - develop Issue 27Apple Media Conference. To print out these instructions, open the File menu and choose Print; then click the Print button in the 
  42556. one's
  42557. one-source
  42558. one-time
  42559. onescanner
  42560. online_
  42561. onlyy
  42562. developer
  42563. documentation
  42564. collection
  42565. books
  42566. you'll
  42567. access
  42568. docume
  42569. collection
  42570. documentation
  42571. developer
  42572. notes
  42573. collection
  42574. quicktime
  42575. developer
  42576. documentation
  42577. video
  42578. collection
  42579. webobjects
  42580. developer
  42581. documentation
  42582. documen
  42583. collections
  42584. collectionservices
  42585. collectpictcolors
  42586. colorsieve
  42587. "Live Scroll" is a bare bones application demonstrating one approach you can take  to implementing live scrolling (aka active and dynamic scrolling) during the tracking of scroll bar thumbs. Scroll arrows allow accurate placement of a document within its window, but are often too slow when the user wishes to scroll the content relatively large distances. While the scroll thumb can be used in this situation, it is less than ideal because the user cannot see the result of the scroll until th
  42588. e thumb is released. As a result, the user often finds that two or more scroll operations are required before the desired positioning is achieved. These problems can be overcome by implementing live scrolling within an application which allows a user to more accurately scroll a document to the correct position with direct control over the speed of the scrolling, and by providing complete visual feedback of the scrolling operation as it occurs.
  42589. It also demonstrates the two different types 
  42590. s with CopyBits() to manipulate image data between offscreen graphics ports and a visible window.
  42591. QuickTime
  42592. -   The playing of a movie into an offscreen port and transfer to a visible window.
  42593. -   The use of a modifier track to provide additional information as to the display characteristics of the video tracks in the movie.
  42594. -   Operation of the SetVideoMediaGraphicsMode() function to provide a Chromakeying effect. 
  42595. -   The use of the movie controller to manipulate the playback of the m
  42596. ovie.
  42597. Additional features demonstrated
  42598. -   Checking in a PowerPC native application if a system feature is available from a weak linked shared library as Gestalt() doesn't always provide the correct response.
  42599. -   The implementation of the Dialog manager GetStdFilterProc() and SetDialogDefaultItem() functions to provide default alert and warning dialogs with highlighting of the default button. These functions are not documented within Inside Macintosh, but have been available since System
  42600. to post public messages to the network.
  42601. Talking Heads:  Startup document that allow you to "talk" with others in your network.  Files can be transferred between users.
  42602. TalkTool:  TalkTool is an MPW tool that allows you to use several protocols over AppleTalk.  It can send DDP, ATP, and Echo packets, and you can register names, get the zone list, and view names registered in the network
  42603. TCP:  Includes two MPW Tools, TCPSend and TCPReceive, that demonstrate a very simple establishment of 
  42604. a TCP connection and sending a text string over that connection. An API library of all the MacCTB driver and DNR calls is also included.
  42605. TCP Server:  This client/server sample uses MacTCP to implement a simple "greeting" server.  The server opens up several listeners on kGreetingPort (1235).
  42606. TCPClose:  This snippet shows how to close a connection gracefully without causing errors or forcing aborts on either the local or remote end.
  42607. testNBP:  Test program to demonstrate case insensitivit
  42608. using
  42609. server
  42610. sample
  42611. 1.0.1
  42612. virtual
  42613. server
  42614. ot/ppp
  42615. ot/ppp
  42616. control
  42617. strip
  42618. sample
  42619. otchecknetfornbpname
  42620. otcoderesource
  42621. otdumpinternetstatus
  42622. otdumpportregistry
  42623. otendpointinfo
  42624. otfindserialports
  42625. otherresinfo-mungede
  42626. otllctest
  42627. otlookupnametest
  42628. otpapsampleserver
  42629. otpingsample
  42630. otsimpledownloadhttp
  42631. otsimpleserverhttp
  42632. otstreamlogviewer
  42633. ottcpwilldial
  42634. ottraceroutesample
  42635. gworld
  42636. output
  42637. profile
  42638. profiler
  42639. project
  42640. projects
  42641. publications
  42642. quadra
  42643. qualified
  42644. quickdraw
  42645. r13u5
  42646. r15d1
  42647. reader_
  42648. receive
  42649. redistribution
  42650. registration
  42651. registry~
  42652. release
  42653. reporting
  42654. reports
  42655. requests
  42656. resedit
  42657. resources
  42658. lectors
  42659. O\Dev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ2.2.3 Redistribution SDK:PjDev.CD Nov 00 TC Disk 1
  42660.  - What's New?
  42661.  - Development Kits
  42662.  - Mac OS
  42663.  - MRJ
  42664.  - MRJ2.2.3 Redistribution SDKlop Issue  8:"
  42665.         activate
  42666.     end tell
  42667. on error errMsg number errNum
  42668.     --enter statements to perform when no records are found such as...
  42669.     display dialog "Sorry, the item you selected could not be found."
  42670.     return
  42671. end try
  42672. Deletedq
  42673. Dev.CD Sept 96 RL
  42674. D(All Packages
  42675. Reference Library Edition
  42676. develop Issue  9
  42677.     ll Packages
  42678. F    QuickTimeO
  42679. Dev.CD Jan 94P
  42680. Dev.CD Jan 9V
  42681. 65877X
  42682. Jan 94
  42683. b--set theItem to choose file -- uncomment to test in an AS editor
  42684.     tell application "Finder"
  42685.         open item "Dev.CD Jan 94"
  42686.         activate
  42687.     end tell
  42688. on error errMsg number errNum
  42689.     --enter statements to perform when no records are found such as...
  42690.     display dialog "Sorry, the item you selected could not be found."
  42691.     return
  42692. end try
  42693. All Packages
  42694. grown{
  42695. gs/os
  42696. guarantee
  42697. guest
  42698. guide_
  42699. guide-intelligent{
  42700. guideline
  42701. guidelines
  42702. guideplugin
  42703. guides
  42704. guiding
  42705. guillermo
  42706. gujarati
  42707. gulick
  42708. gunther
  42709. gurmukhi
  42710. guschwan
  42711. /A;http://developer.apple.com/techpubs/hardware/hardware.html
  42712. Dev.CD Nov 00 TC Disk 1
  42713. All Packages
  42714. Technical Publications: Java
  42715. 68084X
  42716. re that allows communications between the camera and the QuickTime IC system extenion. This is a unique component provided with the QuickTake 200. When the user launches the Camer
  42717. - Common
  42718.     - Sun Compliant Java Runtime Environment 1.1
  42719.     - QuickTime 3 
  42720.     - QTJava.zip
  42721.     - QTJava media samples
  42722. - Mac OS:
  42723.     - System 8 or later
  42724.     - Macintosh Runtime for Java (MRJ) 2.1
  42725. - Windows 95, 98, or NT::
  42726.     - JRE/JDK from Sun Microsystems, Inc. recommended
  42727. QuickTime, Java, MRJW
  42728. --set theItem to choose file -- uncomment to test in an AS editor
  42729.     tell application "Finder"
  42730.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MovieCallbacks:"
  42731.         activate
  42732.     end tell
  42733. on error errMsg number errNum
  42734.     --enter statements to perform when no records are found such as...
  42735.     display dialog "Sorry, the item you selected could not be found."
  42736.     return
  42737. end try
  42738. ith an FKey wrapper. It uses the cool new Display Manager 2.0 to change the monitor screen resolution the specified HxV resolutions. This FKey will flip between 640x480 and BIG. BI
  42739. 66872X
  42740. ime and QuickTime VR movie support into an application.
  42741. Can be compiled and run under the Mac OS and under Windows.J
  42742. Application Files
  42743. Building QT Samples
  42744. Common Files
  42745. QTShell 68k
  42746. QTShell 68k.mcp
  42747. QTShell PPC
  42748. QTShell PPC.mcp
  42749. QTShell Win.mcp
  42750. QTShell.exe
  42751. QTShell.mak
  42752. READMEO=Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTShell:V
  42753. 65743X
  42754. 1e    No Change
  42755. OKDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SGCapture:PVDev.CD Nov 00 TC Disk 2
  42756.  - Sample Code
  42757.  - QuickTime
  42758.  - QuickTime for Java
  42759.  - SGCaptureV
  42760. 69287X
  42761. Nov 00^    TC Disk 2
  42762. --set theItem to choose file -- uncomment to test in an AS editor
  42763.     tell application "Finder"
  42764.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SGCapture:"
  42765.         activate
  42766.     end tell
  42767. on error errMsg number errNum
  42768.     --enter statements to perform when no records are found such as...
  42769.     display dialog "Sorry, the item you selected could not be found."
  42770.     return
  42771. end try
  42772. e    No Changef
  42773. QuickTime
  42774. Dev.CD Nov 00 TC Disk 2
  42775. All Packages
  42776. SGCapture2DiskI
  42777. This code shows how to use the SGDrawable class to display video within a QTCanvas. It also shows how to use the Sequence Grabber to capture a the incoming video to a movie file.J2ReadMe.txt
  42778. sg.bat
  42779. SGCapture.zip
  42780. SGCapture2Disk
  42781. Feb 00
  42782. 9288X
  42783. 1e    No Change
  42784. indata
  42785. SillyBalls, cocoa, portOXDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:SonOfSillyBalls:PcDev.CD Nov 00 TC Disk 2
  42786.  - Sample Code
  42787.  - Platforms and Tools
  42788.  - Project Builder
  42789.  - SonOfSillyBallsV
  42790. 69341X
  42791. Nov 00^    TC Disk 2b
  42792. --set theItem to choose file -- uncomment to test in an AS editor
  42793.     tell application "Finder"
  42794.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:SonOfSillyBalls:"
  42795.         activate
  42796.     end tell
  42797. on error errMsg number errNum
  42798.     --enter statements to perform when no records are found such as...
  42799.     display dialog "Sorry, the item you selected could not be found."
  42800.     return
  42801. end try
  42802. New Packagef
  42803. SillyBalls
  42804. cocoa
  42805. sites@
  42806. snapshotsample
  42807. software
  42808. licensing
  42809. info@
  42810. sound@
  42811. soundconvert
  42812. rsrc@
  42813. source
  42814. masher@
  42815. speechmessage@
  42816. srcs@
  42817. standardmenus@
  42818. start@
  42819. stoppinf@
  42820. strings
  42821. listen
  42822. rsrc@
  42823. strip@
  42824. support
  42825. synccatch@
  42826. systemfolder@
  42827. tech@
  42828. tesampleglue@
  42829. testbed
  42830. prefix@
  42831. testfinderlaunch
  42832. testprinterclass
  42833. textchanger
  42834. 2.0.1@
  42835. than@
  42836. themes@
  42837. thumbnail
  42838. toolbox
  42839. topseeturvee@
  42840. transitions
  42841. themes@
  42842. ts3events@
  42843. ts3window
  42844. tsmte@
  42845. type@
  42846. ueenie@
  42847. ufailure
  42848. umousetrackbehavior
  42849. updates@
  42850. userchkgestaltfuncti
  42851. userstartup
  42852. goodies@
  42853. validator
  42854. 1.11@
  42855. vrmakeobject
  42856. vrscript
  42857. Summary: This folder contains MPW goodies from Developer Technical Support. 
  42858. Features:  
  42859.  AddChange
  42860.  AddHeader
  42861.  CancelWindowCheckOut
  42862.  ChangeFileName
  42863.  CheckedOutFiles
  42864.  CheckInAll
  42865.  CheckWindowIn
  42866.  CheckWindowOut
  42867.  CompareDirText
  42868.  CompareLastRevision
  42869.  CoolRequest
  42870.  CvtCComments
  42871.  DirActive
  42872.  Docs & Help Files:
  42873.  FindChange
  42874.  FindLurkers
  42875.  FLookup
  42876.  GetKeys
  42877.  GetLastChange
  42878.  GetMFSize
  42879.  InitProjector
  42880.  Justify
  42881.  KeyMenu
  42882.  Lookup
  42883.  LookupMenu
  42884.  MarkC
  42885.  MarkPascal
  42886.  MountProjector
  42887.  MountServer
  42888.  MyBuildMenu
  42889.  OpenCheckedOut
  42890.  OpenMultFiles
  42891.  OSErr
  42892.  PasMatIt
  42893.  Print2
  42894.  ProjectFolders
  42895.  ProjectMenu
  42896.  ProjListMenu
  42897.  Quit
  42898.  RelString
  42899.  SetMarkers
  42900.  SetMFSize
  42901.  SetProject
  42902.  SetProjector
  42903.  SourceMenu
  42904.  Srcs:
  42905.  StripUnits
  42906.  Trim
  42907.  UnmountProjector
  42908.  UnwrapCommentText
  42909.  UserStartup
  42910. Goodies
  42911.  Wild
  42912.  WrapCommentText
  42913. MPW Goodies Info
  42914. Vol IIIL
  42915. Vol VII2:Sample Code:Sound:AIFF writer sdev:PCDev.CD Nov 00 TC Disk 2
  42916.  - Sample Code
  42917.  - Sound
  42918.  - AIFF writer sdevV
  42919. 64990X
  42920. Nov 00e    No Change
  42921. JU Readme - Translation Mgr SDK
  42922. (Obsolete)
  42923. Document Converter
  42924. Documentation
  42925. Sample CodeK
  42926. Aug 98M
  42927. Code Warrior Pro 2 -or- ETO
  42928. 23N+easy open, translation manager, translationO?Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Translation Manager:PGDev.CD Oct 00 SDK1
  42929.  - Development Kits
  42930.  - Mac OS
  42931.  - Translation ManagerV
  42932. 69744X
  42933. Oct 00^
  42934. --set theItem to choose file -- uncomment to test in an AS editor
  42935.     tell application "Finder"
  42936.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Translation Manager:"
  42937.         activate
  42938.     end tell
  42939. on error errMsg number errNum
  42940.     --enter statements to perform when no records are found such as...
  42941.     display dialog "Sorry, the item you selected could not be found."
  42942.     return
  42943. end try
  42944. e    No Changef)easy open
  42945. translation manager
  42946. translationq
  42947. Dev.CD Oct 00 SDK1
  42948. All Packages
  42949. New & RevisedF
  42950. TubeTest
  42951. QTStreamSplicer is sample code that shows how to splice a still picture onto the front of a live streaming movie. Also allows you to splice a still picture over an audio-only streaming movie.
  42952. The source code is extremely straightforward; it illustrates how to create a movie that contains a track from another movie. It also shows how to save the new movie as self-contained (without any references to the media in the source movie).
  42953. Application Files
  42954. Building QT Samples
  42955. Common Files
  42956. QTStreamSplicer 68k
  42957. QTStreamSplicer 68k.mcp
  42958. QTStreamSplicer PPC
  42959. QTStreamSplicer PPC.mcp
  42960. QTStreamSplicer Win.mcp
  42961. QTStreamSplicer.c
  42962. QTStreamSplicer.exe
  42963. QTStreamSplicer.h
  42964. READMEM
  42965. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N,QuickTime, Picture, Streaming, Splice, ImageOHDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTStreamSplicer:ystems
  42966. QT3DTween is a sample application that creates a QuickTime movie 
  42967. containing both a 3D track and a tween track. The 3D track is created 
  42968. by reading data from any 3DMF file. The tween track contains 
  42969. QuickDraw3D camera data. The camera data in the tween track 
  42970. specifies both an initial position for the camera and a final 
  42971. position for the camera. The result of the tween track can be 
  42972. seen as the movie is played: the objects in the scene will appear 
  42973. to move. 
  42974. The code is based on
  42975.  the QuickTime 3.0 APIs. Please note that 
  42976. all QuickTime atom data must be in big-endian format. The code 
  42977. makes use of the QuickTime 3.0 endian format conversion routines 
  42978. contained in the interface file Endian.h to do any required 
  42979. translations.
  42980. Note also the code contains very limited error checking. 
  42981. It's up to you to add the appropriate error-handling routines.
  42982. QT3DTween can be compiled and run under the MacOS and under Windows. 
  42983. The main tweening code is found in the file
  42984. fOQDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:Load PCI Driver:P\Dev.CD Nov 00 TC Disk 1
  42985.  - Sample Code
  42986.  - Devices and Hardware
  42987.  - Drivers
  42988.  - Load PCI DriverV
  42989. 68685X
  42990. Nov 00^    TC Disk 1
  42991. --set theItem to choose file -- uncomment to test in an AS editor
  42992.     tell application "Finder"
  42993.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:Load PCI Driver:"
  42994.         activate
  42995.     end tell
  42996. on error errMsg number errNum
  42997.     --enter statements to perform when no records are found such as...
  42998.     display dialog "Sorry, the item you selected could not be found."
  42999.     return
  43000. end try
  43001. e    No Changef'PCI ndrv driver loader
  43002. Load PCI Driver
  43003. Dev.CD Nov 00 TC Disk 1
  43004. gD!All Packages
  43005. Tool Chest Edition
  43006. Localization for Japan
  43007.      GL, Game Sprockets and more.
  43008. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  43009. 65442X
  43010. All Packages
  43011. System 7.5 Update 1.0O
  43012. Dev.CD Jul 95P
  43013. Dev.CD Jul 9V
  43014. 69440X
  43015. Jul 95
  43016. b--set theItem to choose file -- uncomment to test in an AS editor
  43017.     tell application "Finder"
  43018.         open item "Dev.CD Jul 95"
  43019.         activate
  43020.     end tell
  43021. on error errMsg number errNum
  43022.     --enter statements to perform when no records are found such as...
  43023.     display dialog "Sorry, the item you selected could not be found."
  43024.     return
  43025. end try
  43026. All Packages
  43027. System 7.5 Update 2.0O"Dev.CD May 96 TC
  43028. Dev.CD Jul 96 SSWP!Dev.CD May 96 TC
  43029. Dev.CD Jul 96 SSV
  43030. 69441X
  43031. May 96
  43032. w--set theItem to choose file -- uncomment to test in an AS editor
  43033.     tell application "Finder"
  43034.         open item "Dev.CD May 96 TC
  43035. Dev.CD Jul 96 SSW"
  43036.         activate
  43037.     end tell
  43038. on error errMsg number errNum
  43039.     --enter statements to perform when no records are found such as...
  43040.     display dialog "Sorry, the item you selected could not be found."
  43041.     return
  43042. end try
  43043. shows
  43044. affect
  43045. background
  43046. color
  43047. control
  43048. shows
  43049. sound
  43050. multiple
  43051. times
  43052. shrink
  43053. shrink-wrapped
  43054. shrinking
  43055. shrunken
  43056. shutdownB
  43057. shuts
  43058. sicns
  43059. sidecompressorsettin
  43060. siegel
  43061. sierra
  43062. sierra/iso
  43063. signal
  43064. signaling
  43065. signals
  43066. signature
  43067. signatures
  43068. signaturetoapp
  43069. signed
  43070. significant
  43071. significantly
  43072. signing
  43073. simone
  43074. simpleb
  43075. e    No Changef
  43076. CopyBits
  43077. Screen Copy
  43078. Carbonq
  43079. Dev.CD Nov 00 TC Disk 1
  43080. All Packages
  43081. SnapshotSample
  43082. Snapshot Sample is a tiny application that shows how to grab the icon positions for all the files on the desktop and later restore those icon positions.  This is useful for programs, like games, that switch resolutions on the fly, thereby causing havoc for the user
  43083. s desktop icons.
  43084. JURead Me About Snapshot Sample
  43085. SnapshotSample(PPC)
  43086. SnapshotSample.c
  43087. SnapshotSample.mcpK
  43088. Feb 97L
  43089. Dec 97M
  43090. Scriptable FinderN
  43091. grab icon desktopOIDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:SnapshotSample:PQDev.CD Nov 00 TC Disk 1
  43092.  - Sample Code
  43093.  - Interapplication Comm
  43094.  - SnapshotSampleV
  43095. 69317X
  43096. Nov 00^    TC Disk 1
  43097. e    No Change
  43098. 0 TC:Language Kits:Japanese Language Kit 1.2:P>Dev.CD May 00 TC
  43099.  - Language Kits
  43100.  - Japanese Language Kit 1.2V
  43101. 63767X
  43102. May 00^
  43103. #ese features and how to use them, see Using HyperCard 2.4.
  43104. Sep 97L
  43105. Jul 98
  43106. -NAcomponent, compression, decompression, sdec, scom, ALaw sdec scom uncomment to test in an AS editor
  43107.     tell application "Finder"
  43108.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng Wavelet:"
  43109.         activate
  43110.     end tell
  43111. on error errMsg number errNum
  43112.     --enter statements to perform when no records are found such as...
  43113.     display dialog "Sorry, the item you selected could not be found."
  43114.     return
  43115. end try
  43116. f*Velocity Engine
  43117. AlitVec
  43118. Wavelet
  43119. Daubechiesq
  43120. Dev.CD Nov 00 TC Disk 1
  43121. All Packages
  43122. Verifier 1.0
  43123. 68141X
  43124.  types are more robust.
  43125. Issues:  Please contact Apple Licensing for redistribution information.
  43126. Claris XTND Files:
  43127. Document Converter
  43128. Documentation:
  43129. Macintosh Easy Open
  43130. Macintosh Easy Open Reference
  43131. Open Me
  43132. Read Me First
  43133. Translation Extensions:K
  43134. Jul 93L
  43135. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:
  43136. volumemount
  43137. volumes`
  43138. vrbackbuffer
  43139. vrbackbuffer
  43140. quicktime
  43141. panorama
  43142. movie
  43143. vrcursors
  43144. vrcursors
  43145. illustrates
  43146. change
  43147. vrefnum
  43148. vrmakeobject
  43149. vrmakeobject
  43150. simple
  43151. application
  43152. converts
  43153. linear
  43154. vrmakepano
  43155. vrmakepano
  43156. simple
  43157. application
  43158. converts
  43159. panoramic
  43160. vrmovies
  43161. vrmovies
  43162. quicktime
  43163. provide
  43164. support
  43165. vrscript
  43166. vrscript
  43167. supports
  43168. embedding
  43169. sounds
  43170. quicktime
  43171. movies
  43172. pictures
  43173. vrspeech
  43174. vucollect
  43175. vumark
  43176. w/mathlib
  43177. w/sound
  43178. w/sys
  43179. waiting
  43180. waitnextevent
  43181. waits
  43182. wake100
  43183. wakes
  43184. waving
  43185. 68835X
  43186. Nov 00^    TC Disk 1
  43187. --set theItem to choose file -- uncomment to test in an AS editor
  43188.     tell application "Finder"
  43189.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:OpenGL DrawSprocket:"
  43190.         activate
  43191.     end tell
  43192. on error errMsg number errNum
  43193.     --enter statements to perform when no records are found such as...
  43194.     display dialog "Sorry, the item you selected could not be found."
  43195.     return
  43196. end try
  43197. e    No Changef6OpenGL
  43198. DrawSprocket
  43199. multiple monitor
  43200. renderer
  43201. agl fontq
  43202. Dev.CD Nov 00 TC Disk 1
  43203. D!All Packages
  43204. Mac OS SDK Edition
  43205. OpenGL Install
  43206.     DeepMask(PPC)
  43207. CopyDeepMask.c
  43208. CopyDeepMask.mcp
  43209. CopyDeepMask.rsrc
  43210. ReadMeL
  43211. Nov 00M
  43212. Color QuickDraw, CarbonLibN.CopyDeepMask, GWorld, offscreen GWorld, CarbonO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CopyDeepMask:PEDev.CD Nov 00 TC Disk 1
  43213.  - Sample Code
  43214.  - Graphics 2D
  43215.  - CopyDeepMaskV
  43216. 66773X
  43217. Nov 00tp://developer.apple.com/samplecode/
  43218. Dev.CD Jun 97 SSV
  43219. 69026X
  43220. Jun 97
  43221. f--set theItem to choose file -- uncomment to test in an AS editor
  43222.     tell application "Finder"
  43223.         open item "Dev.CD Jun 97 SSW"
  43224.         activate
  43225.     end tell
  43226. on error errMsg number errNum
  43227.     --enter statements to perform when no records are found such as...
  43228.     display dialog "Sorry, the item you selected could not be found."
  43229.     return
  43230. end try
  43231. All Packages
  43232. QuickDraw 3DO
  43233. Dev.CD Jun 97 SSWP
  43234. Dev.CD Jun 97 SSV
  43235. 69027X
  43236. Jun 97
  43237. f--set theItem to choose file -- uncomment to test in an AS editor
  43238.     tell application "Finder"
  43239.         open item "Dev.CD Jun 97 SSW"
  43240.         activate
  43241.     end tell
  43242. on error errMsg number errNum
  43243.     --enter statements to perform when no records are found such as...
  43244.     display dialog "Sorry, the item you selected could not be found."
  43245.     return
  43246. end try
  43247. All Packages
  43248. QuickDraw 3DO
  43249. Dev.CD Jun 97 SSWP
  43250. Dev.CD Jun 97 SSV
  43251. 69028X
  43252. Jun 97
  43253. protocol
  43254. JvByrne's XCMDs & XFCNs
  43255. ColorScreen.c
  43256. CreateCopy.c
  43257. FilterDirectory.c
  43258. GetEOF.c
  43259. RemoveFile.c
  43260. Source
  43261. SystemFolder.c
  43262. XThingsK
  43263. Vol VL
  43264. Vol VIIMHHyperCard 2.0 or later, though most run under HyperCard 1.2.2 and 1.2.5.OhDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:PvDev.CD Nov 00 TC Disk 1
  43265.  - Tool Chest
  43266.  - Development Kits
  43267.  - HyperCard Related
  43268.  - XCMDs & XFCNs
  43269.  - Byrne's XCMDs&XFCNsV
  43270. 68334X
  43271. Nov 00^    TC Disk 1
  43272. --set theItem to choose file -- uncomment to test in an AS editor
  43273.     tell application "Finder"
  43274.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:"
  43275.         activate
  43276.     end tell
  43277. on error errMsg number errNum
  43278.     --enter statements to perform when no records are found such as...
  43279.     display dialog "Sorry, the item you selected could not be found."
  43280.     return
  43281. end try
  43282. e    No Changeq
  43283. Dev.CD Nov 00 TC Disk 1
  43284. D!All Packages
  43285. Tool Chest Edition
  43286. Nov 94L
  43287. Nov 96O
  43288. Dev.CD Nov 99 TC:Sample Code:P
  43289. Dev.CD Nov 99 TC
  43290.  - Sample Code
  43291. window's
  43292. windowcolors
  43293. windowcompare
  43294. windowed
  43295. windowpicker
  43296. ture2disk
  43297. products
  43298. shadingwinds
  43299. shadingwinds
  43300. shadingwinds
  43301. shadingwinds
  43302. shadingwinds
  43303. shadingwinds
  43304. shapes
  43305. shapes
  43306. sharedmemory
  43307. sharedmemory
  43308. sharedmemory
  43309. sharedmemory
  43310. sharedmemory
  43311. pbproj
  43312. shareware
  43313. sheet
  43314. sheet
  43315. equeueele
  43316. showallmountedvolume
  43317. showallmountedvolume
  43318. showhidefolder
  43319. showhidefolder
  43320. showicon7
  43321. showicon7
  43322. looks
  43323. lookup
  43324. lookupmenu
  43325. lookups
  43326. looming
  43327. looney
  43328. looping
  43329. loops
  43330. loose
  43331. loosely
  43332. lossiness
  43333. low-disk-space
  43334. low-level
  43335. lower
  43336. lower-case
  43337. lower-left
  43338. loyal{
  43339. graphical
  43340. editor
  43341. which
  43342. create
  43343. adaptU
  43344. adaptation
  43345. additionalY
  43346. additions{
  43347. addresmenu[
  43348. addressy
  43349. address
  43350. resolution
  43351. protocol
  43352. protocol
  43353. mapping
  43354. addresses
  43355. addressing
  43356. addsZ
  43357. addvractions\
  43358. I:Summary: This document explains the Sad Mac Error codes.  J
  43359. Hardware tools.imgK
  43360. Vol IIIL
  43361. Jan 93OFDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Hardware tools:PNDev.CD Nov 00 TC Disk 1
  43362.  - Tool Chest
  43363.  - Testing & Debugging
  43364.  - Hardware toolsV
  43365. 69244X
  43366. Nov 00^    TC Disk 1
  43367. --set theItem to choose file -- uncomment to test in an AS editor
  43368.     tell application "Finder"
  43369.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Hardware tools:"
  43370.         activate
  43371.     end tell
  43372. on error errMsg number errNum
  43373.     --enter statements to perform when no records are found such as...
  43374.     display dialog "Sorry, the item you selected could not be found."
  43375.     return
  43376. end try
  43377. e    No Changeq
  43378. Dev.CD Nov 00 TC Disk 1
  43379. D!All Packages
  43380. Tool Chest Edition
  43381. Sample Code
  43382.     .2N4pre-mixer component, vu-meter, Sound PreMixer effectO@Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Sound PreMixer effect:V
  43383. 64465X
  43384. 1e    No Change
  43385. probably
  43386. don't
  43387. Apple System Profiler (ASP) lets you gather information about the configuration of your computer. The information that ASP reports may be useful if you place a call to the Apple User Assistance Center or for recording system configurations during testing.
  43388. If you have one of the computers listed below, we recommend that you install Apple System Profiler now. Note that you MUST be running Mac OS version 7.5.2 or 7.5.3 or later to successfully install Apple System Profiler.
  43389. * Power Macintos
  43390. h 9500, 8500, 8100, 7600, 7500, 7200, 7100, 6100, 5400, 5300 and 5200 series.
  43391. * PowerBook 5300, 2300 and 190 series. 
  43392. * Macintosh Performa 6300, 6200, 6100, 5300 and 5200 series.
  43393. Apple System Profiler will only install on the computers listed above. Do NOT attempt to install iton any other computers.
  43394. Installation instructions:
  43395. 1. Locate the Apple System Profiler Installer. It is in the same folder as this document.
  43396. 2. Double-click on the Apple System Profiler Installer application. 
  43397. New Packagef
  43398. Carbon
  43399. List Managero&http://developer.apple.com/samplecode/q
  43400. Dev.CD Nov 00 TC Disk 1
  43401. D!All Packages
  43402. Mac OS SDK Edition
  43403.  SDK provides all the files needed to begin Carbon development. CarbonLib 1.0.4 supports Mac OS 8.1 and greater.J
  43404. CarbonLib_1.0.4_SDK.smiK
  43405. Apr 00L
  43406. Jul 00M
  43407. Mac OS 8.1 and greater
  43408. Carbon, CarbonLibO?Dev.CD Oct 00 SDK1:Development Kits:Mac OS:CarbonLib 1.0.4 SDK:PGDev.CD Oct 00 SDK1
  43409.  - Development Kits
  43410.  - Mac OS
  43411.  - CarbonLib 1.0.4 SDKV
  43412. 68345X
  43413. Oct 00^
  43414. --set theItem to choose file -- uncomment to test in an AS editor
  43415.     tell application "Finder"
  43416.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:CarbonLib 1.0.4 SDK:"
  43417.         activate
  43418.     end tell
  43419. on error errMsg number errNum
  43420.     --enter statements to perform when no records are found such as...
  43421.     display dialog "Sorry, the item you selected could not be found."
  43422.     return
  43423. end try
  43424. e    No Changef
  43425. Carbon
  43426. CarbonLibo
  43427. http://developer.apple.com/sdkper.apple.com/sdk
  43428. engine
  43429. engineering
  43430. engines
  43431. english
  43432. englishmiscellaneousd
  43433. englishmiscellaneous
  43434. englishmiscellaneous
  43435. rsrcd
  43436. englishterminologyd
  43437. englishterminology
  43438. englishterminology
  43439. rsrcd
  43440. enhanced
  43441. enhanced
  43442. survival
  43443. guide
  43444. enterbutton
  43445. enterbutton
  43446. enterbutton
  43447. environment
  43448. eomodeler
  43449. eomodeler
  43450. erasefile
  43451. erasefile
  43452. errata~
  43453. error
  43454. error
  43455. handler
  43456. error
  43457. handler
  43458. errormsg
  43459. errormsg
  43460. errormsg
  43461. errors
  43462. ethernet
  43463. event~
  43464. eventloop
  43465. eventloop
  43466. events
  43467. events
  43468. apple
  43469. ethernet
  43470. apple
  43471. video
  43472. cN3Open Transport, OTLIFO, OTFIFO, OTLink, linked list Code:Human Interface Toolbox:LabelMenu:PNDev.CD Nov 00 TC Disk 1
  43473.  - Sample Code
  43474.  - Human Interface Toolbox
  43475.  - LabelMenuV
  43476. 67042X
  43477. Nov 00^    TC Disk 1
  43478. --set theItem to choose file -- uncomment to test in an AS editor
  43479.     tell application "Finder"
  43480.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:LabelMenu:"
  43481.         activate
  43482.     end tell
  43483. on error errMsg number errNum
  43484.     --enter statements to perform when no records are found such as...
  43485.     display dialog "Sorry, the item you selected could not be found."
  43486.     return
  43487. end try
  43488. e    No Changef
  43489. label
  43490. labels
  43491. menuq
  43492. Dev.CD Nov 00 TC Disk 1
  43493. WD!All Packages
  43494. Mac OS SDK Edition
  43495. Language Analysis SDK
  43496.     StationsK
  43497. Nov 00MRMRJ 2.1 or later, Mac OS 8.1 or later, PowerPC-based Macintosh with 64 megs of Ram00 TC Disk 1:Sample Code:Java:JavaRadioStation:V
  43498. 63769X
  43499. New Packageo&http://developer.apple.com/samplecode/
  43500. version 1.0.3 or later is required.
  43501. OsDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:P
  43502. Dev.CD Jan 00 SDK1
  43503.  - What's New
  43504.  - Technical Documentation
  43505.  - Technical Publications
  43506.  - DeveloperDocumentation
  43507.  - corefoundationcords are found such as...
  43508.     display dialog "Sorry, the item you selected could not be found."
  43509.     return
  43510. end try
  43511. subroutines
  43512. suite
  43513. summaryj
  43514. suspend/resume
  43515. switch
  43516. switcher
  43517. switching
  43518. symantec
  43519. symbiotic
  43520. synccmd
  43521. synchronization
  43522. synthesis
  43523. systemn
  43524. systems
  43525. table
  43526. tablet
  43527. tanzania
  43528. tanzania
  43529. zanzibar
  43530. starmax
  43531. firmware
  43532. target
  43533. tasking
  43534. tasks
  43535. tcp/ip
  43536. tcp/ip
  43537. appletalk
  43538. reconfiguration
  43539. network
  43540. setup
  43541. ottcpwilldial
  43542. All Packages
  43543. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  43544. Dev.CD Jan 94
  43545. Dev.CD Oct 93P(Dev.CD Apr 94
  43546. Dev.CD Jan 94
  43547. Dev.CD Oct 9V
  43548. 69608X
  43549. Apr 94
  43550. ~--set theItem to choose file -- uncomment to test in an AS editor
  43551.     tell application "Finder"
  43552.         open item "Dev.CD Apr 94
  43553. Dev.CD Jan 94
  43554. Dev.CD Oct 93"
  43555.         activate
  43556.     end tell
  43557. on error errMsg number errNum
  43558.     --enter statements to perform when no records are found such as...
  43559.     display dialog "Sorry, the item you selected could not be found."
  43560.     return
  43561. end try
  43562. All Packages
  43563. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  43564. Dev.CD Jan 94
  43565. Dev.CD Oct 93P(Dev.CD Apr 94
  43566. Dev.CD Jan 94
  43567. Dev.CD Oct 9V
  43568. 69609X
  43569. Apr 94
  43570. Deletedf*WebObjects
  43571. Performance
  43572. Tuning
  43573. Optimizationq
  43574. Dev.CD Mar OO RLDisk 1
  43575. All Packages
  43576. WebObjects Tools and Techniques
  43577. WebObjects Tools and Techniques by Theresa Ray of Tensor Information Systems, Inc.
  43578. Whether you are creating a new WebObjects application or maintaining an existing one, proficiency in using the ProjectBuilder, EOModeler and WebObjects Builder tools is essential. This survival guide enumerates tips and techniques which will allow you to enhance and tailor these tools to suit your programming needs and personal style.
  43579. WebObjectsToolsAndTech.pdfK
  43580. Jul 99M
  43581. Acrobat Reader 3.0NWWebObjects, EOModeler, Project Builder,  WebObjects Builder, Tools, Tips and TechniquesOSDev.CD Mar OO RLDisk 1:Interactive Media Resources:WebObjects Tools and Techniques:PXDev.CD Mar OO RLDisk 1
  43582.  - Interactive Media Resources
  43583.  - WebObjects Tools and TechniquesV
  43584. 69798X
  43585. Mar OO^
  43586. RLDisk 1
  43587. Deleted
  43588. All Packages
  43589. System Enabler 003 (LC III)OEDev.CD Apr 94
  43590. Dev.CD Jan 94
  43591. Dev.CD Oct 93
  43592. Dev.CD Jul 93
  43593. Dev.CD Apr 93PDDev.CD Apr 94
  43594. Dev.CD Jan 94
  43595. Dev.CD Oct 93
  43596. Dev.CD Jul 93
  43597. Dev.CD Apr 9V
  43598. 69483X
  43599. Apr 94
  43600. --set theItem to choose file -- uncomment to test in an AS editor
  43601.     tell application "Finder"
  43602.         open item "Dev.CD Apr 94
  43603. Dev.CD Jan 94
  43604. Dev.CD Oct 93
  43605. Dev.CD Jul 93
  43606. Dev.CD Apr 93"
  43607.         activate
  43608.     end tell
  43609. on error errMsg number errNum
  43610.     --enter statements to perform when no records are found such as...
  43611.     display dialog "Sorry, the item you selected could not be found."
  43612.     return
  43613. end try
  43614. All Packages
  43615. System Enabler 003 (LC III)OEDev.CD Apr 94
  43616. Dev.CD Jan 94
  43617. Dev.CD Oct 93
  43618. Dev.CD Jul 93
  43619. Dev.CD Apr 93PDDev.CD Apr 94
  43620. Dev.CD Jan 94
  43621. Dev.CD Oct 93
  43622. Dev.CD Jul 93
  43623. Dev.CD Apr 9V
  43624. 69484X
  43625. Apr 94
  43626. parent
  43627. parse
  43628. parserW
  43629. parsing
  43630. parsons
  43631. part{
  43632. All Packages
  43633. PPC EnablerO
  43634. Dev.CD Jul 95P
  43635. Dev.CD Jul 9V
  43636. 68953X
  43637. Jul 95
  43638. b--set theItem to choose file -- uncomment to test in an AS editor
  43639.     tell application "Finder"
  43640.         open item "Dev.CD Jul 95"
  43641.         activate
  43642.     end tell
  43643. on error errMsg number errNum
  43644.     --enter statements to perform when no records are found such as...
  43645.     display dialog "Sorry, the item you selected could not be found."
  43646.     return
  43647. end try
  43648. All Packages
  43649. New & RevisedF
  43650. PPCToolboxKeychain
  43651. This sample demonstrates the subtleties needed to create a PPC Toolbox keychain item.  PPC Toolbox uses generic password keychain items, however it stores the address of the remote machine in an non-obvious fashion.  This sample shows how to 
  43652. bless
  43653.  a generic password keychain item so that it can be used by the PPC Toolbox.  The ultimate goal of this sample is to allow you to programmatically send Apple events to a remote machine without any user interaction.
  43654. New Package
  43655. applet
  43656. demonstrates
  43657. stream
  43658. movie
  43659. application
  43660. creates
  43661. dialog
  43662. window
  43663. installs
  43664. tion Communication:AE Tools:AETracker 3.0:PdDev.CD Nov 00 TC Disk 1
  43665.  - Tool Chest
  43666.  - Interapplication Communication
  43667.  - AE Tools
  43668.  - AETracker 3.0V
  43669. 64987X
  43670. Nov 00^    TC Disk 1
  43671. --set theItem to choose file -- uncomment to test in an AS editor
  43672.     tell application "Finder"
  43673.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:"
  43674.         activate
  43675.     end tell
  43676. on error errMsg number errNum
  43677.     --enter statements to perform when no records are found such as...
  43678.     display dialog "Sorry, the item you selected could not be found."
  43679.     return
  43680. end try
  43681. e    No Changef
  43682. Apple Events
  43683. AppleEventsq
  43684. Dev.CD Nov 00 TC Disk 1
  43685. All Packages
  43686. F    aevt dcmd
  43687. 64988X
  43688. This tool is required on VU targets using Controls.lib 3.0.14 
  43689.     with System 6.0.x.  This tool is not needed for VU and System 7.x.
  43690. Summary:  AppleTalk's Printer Access Protocol (PAP) is a session level protocol that enables communication between workstations and printers or print servers. The Macintosh PAP Client Interface implements the workstation side of PAP for the Macintosh.
  43691. PAPWorkStation.o version 8.3.4 fixes a problem which affected some PowerPC Macintosh computers with PCI expansion slots printing to fast printers/print servers.   Note: there are no changes to PAP.h and PAP.p.
  43692. JTPAP Client - Read Me First
  43693. PAP Client Interface
  43694. PAP.a.o
  43695. PAP.h
  43696. PAP.p
  43697. PAPWorkStation.oK
  43698. Apr 96L
  43699. Oct 96N
  43700. Print, AppleTalk, PAPOLDev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:PQDev.CD Apr 98 SDK1
  43701.  - Development Kits (Disc 1)
  43702.  - Macintosh PAP Client InterfaceProfile in Pict
  43703. Embedding ICC Profiles in JFIF
  43704. Embedding ICC Profiles in TIFFK
  43705. Apr 98M
  43706. ColorSync 2.xK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:V
  43707. 66976X
  43708. 1e    No Change
  43709. a look at a simple te
  43710. providesO
  43711. providing
  43712. provision
  43713. psetselfsend
  43714. pseudo
  43715. pseudo-item
  43716. pthread
  43717. pthread
  43718. sorts
  43719. sample
  43720. based
  43721. older
  43722. sample
  43723. called
  43724. purdue
  43725. purevoice
  43726. purgeable
  43727. purged
  43728. purposeu
  43729. purposeful
  43730. purposes
  43731. 67378X
  43732. 1e    No Change
  43733. /tilt
  43734. pan/tilt
  43735. movies
  43736. PutAwayVolumes
  43737. This code sample demonstrates several ways to unmount a volume.
  43738. o Call MoreFiles and have it take its best shot.
  43739. o Augment MoreFiles with a little Finder-style interface and some strategic trash-emptying.
  43740. o Send an AppleEvent to Finder and have it do the whole thing.
  43741. A real strategy might use all of the above depending on its context.  The sample discusses which contexts might require which techniques.
  43742. J}MoreFiles
  43743. PutAwayOneVolume.c
  43744. PutAwayOneVolume.h
  43745. PutAwayOneVolume.rsrc
  43746. PutAwayVolumes(PPC)
  43747. PutAwayVolumes.c
  43748. PutAwayVolumes.mcpM
  43749. System 7.0N1unmount, put away, Finder Apple Events, MoreFilesO9Dev.CD Nov 00 TC Disk 1:Sample Code:Files:PutAwayVolumes:PADev.CD Nov 00 TC Disk 1
  43750.  - Sample Code
  43751.  - Files
  43752.  - PutAwayVolumesns
  43753. 66606X
  43754. s, we've included two new files for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  43755. recordretrievepictin
  43756. recordretrievepictin
  43757. chair
  43758. redants
  43759. redants
  43760. redants
  43761. redistribution
  43762. reference
  43763. references
  43764. region
  43765. registratiS
  43766. registration
  43767. registry~
  43768. reinstaller
  43769. rekey
  43770. rekey
  43771. rekey
  43772. rekeytrans
  43773. relase
  43774. related
  43775. related
  43776. paper
  43777. release
  43778. release
  43779. extensions
  43780. release
  43781. installer
  43782. release
  43783. notes
  43784. release
  43785. notes
  43786. 8/31/93
  43787. relstring
  43788. remoteT
  43789. remote
  43790. control
  43791. remote
  43792. control
  43793. remote
  43794. control
  43795. removefile
  43796. removefile
  43797. removefolder
  43798. removefolder
  43799. removevmsversionnumb
  43800. stress
  43801. testing
  43802. tools
  43803. stringutils
  43804. stringutils
  43805. stringutils
  43806. dJ@Live Control Scroll
  43807. Live Control Scroll.
  43808. Live Controls Scroll.cK
  43809. Nov 99M*Appearance Manager and System 8.1 or laterN<live scrolling, control, proportional scroll bar, appearanceOPDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Live Control Scroll:PXDev.CD Nov 00 TC Disk 1
  43810.  - Sample Code
  43811.  - Human Interface Toolbox
  43812.  - Live Control ScrollV
  43813. 68683X
  43814. Nov 00^    TC Disk 1
  43815. --set theItem to choose file -- uncomment to test in an AS editor
  43816.     tell application "Finder"
  43817.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Live Control Scroll:"
  43818.         activate
  43819.     end tell
  43820. on error errMsg number errNum
  43821.     --enter statements to perform when no records are found such as...
  43822.     display dialog "Sorry, the item you selected could not be found."
  43823.     return
  43824. end try
  43825. e    No Changef9live scrolling
  43826. control
  43827. proportional scroll bar
  43828. appearanceq
  43829. Dev.CD Nov 00 TC Disk 1
  43830. All Packages
  43831. Live Scroll
  43832. 68684X
  43833. NEW Mac platform NEW Mac platform 
  43834. develop
  43835. issue
  43836. develop
  43837. issue
  43838. develop
  43839. issue
  43840. developerS
  43841. developer
  43842. documentation
  43843. developer
  43844. documentation
  43845. carbon
  43846. developer
  43847. documentation
  43848. corefoundation
  43849. developer
  43850. forms
  43851. developer's
  43852. developerdocumentati
  43853. developerdocumentati
  43854. hardware
  43855. developerdocumentati
  43856. developernotes
  43857. developers
  43858. development
  43859. devices
  43860. diagnostic
  43861. diagnostic
  43862. sound
  43863. sampler
  43864. dialog
  43865. dialog
  43866. popups
  43867. dialogbits
  43868. dictation
  43869. plication "Finder"
  43870.         open item "Dev.CD Jan 94
  43871. Dev.CD Oct 93"
  43872.         activate
  43873.     end tell
  43874. on error errMsg number errNum
  43875.     --enter statements to perform when no records are found such as...
  43876.     display dialog "Sorry, the item you selected could not be found."
  43877.     return
  43878. end try
  43879. All Packages
  43880. F    QuickTimeO
  43881. Dev.CD Jan 94
  43882. Dev.CD Oct 93V
  43883. 67513X
  43884. listindialog
  43885. listindialog
  43886. listlogic
  43887. listlogic
  43888. listmania
  43889. listmania
  43890. listmania
  43891. listmania
  43892. listoid
  43893. listoid
  43894. lists
  43895. lists
  43896. listselect
  43897. listselect
  43898. control
  43899. scroll
  43900. controls
  43901. scroll
  43902. scroll
  43903. livescroll
  43904. livescroll
  43905. livescroll
  43906. install
  43907. install
  43908. lmspeech
  43909. lmspeech
  43910. lmspeech
  43911. driver
  43912. driver
  43913. classes
  43914. development
  43915. toolkit
  43916. encodings
  43917. macapp
  43918. macapp
  43919. cdent
  43920. stuff
  43921. macapplication
  43922. macapplication
  43923. macapplication
  43924. macapplication
  43925. macbinary
  43926. maccalendar
  43927. macdebugprefixl
  43928. macdebugprefix
  43929. macframework
  43930. macframework
  43931. macframework
  43932. macframework
  43933. machack
  43934.     E\ld exercise appropriate caution in making use of this code. More detailed warnings enclosed.
  43935. MoreFinderEvents.cp
  43936. MoreFinderEvents.h
  43937. TestFinderEvents
  43938. TestFinderEvents.c
  43939. TestFinderEvents.rsrc
  43940. TestFinderEvents.
  43941. Why was this archived?K
  43942. Sep 96M    System 7.N&Finder AppleEvents FinderEvents eventsOZDev.CD Nov 00 TC Disk 1:Sample Code:Archive:Interapplication Comm:Finder:MoreFinderEvents:PhDev.CD Nov 00 TC Disk 1
  43943.  - Sample Code
  43944.  - Archive
  43945.  - Interapplication Comm
  43946.  - Finder
  43947.  - MoreFinderEventse Registry. This sample searches for these strings to displayB% the names of the available printers.
  43948. SDropPrint USB
  43949. DropPrint USB Read Me
  43950. DropPrint USB.make
  43951. DropPrint USB.proj
  43952. DropShell.c
  43953. DropShell.h
  43954. dropshell.r
  43955. DSAppleEvents.c
  43956. DSAppleEvents.h
  43957. DSGlobals.h
  43958. DSUserProcs.c
  43959. DSUserProcs.h
  43960. DSUtils.c
  43961. DSUtils.h
  43962. ListInDialog.c
  43963. ListInDialog.h
  43964. ListInDialog.r
  43965. Objects
  43966. Prefix.h
  43967. SafeNameRegistry.c
  43968. SafeNameRegistry.h
  43969. TestPrinterClass.c
  43970. TestPrinterClass.h
  43971. print, USBNo Change
  43972. e QDrawMHd
  43973. JoApplication.c
  43974. DrawCode.c
  43975. GetDragHilite.c
  43976. GetDragHiliteColor(PPC)
  43977. GetDragHiliteColor.mcp
  43978. GetDragHiliteColor.rsrcN
  43979. ShowDragHilite, Drag ManagerOODev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:GetDragHiliteColor:PWDev.CD Nov 00 TC Disk 1
  43980.  - Sample Code
  43981.  - Human Interface Toolbox
  43982.  - GetDragHiliteColorV
  43983. 68559X
  43984. Nov 00^    TC Disk 1
  43985. --set theItem to choose file -- uncomment to test in an AS editor
  43986.     tell application "Finder"
  43987.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:GetDragHiliteColor:"
  43988.         activate
  43989.     end tell
  43990. on error errMsg number errNum
  43991.     --enter statements to perform when no records are found such as...
  43992.     display dialog "Sorry, the item you selected could not be found."
  43993.     return
  43994. end try
  43995. e    No Changef
  43996. ShowDragHilite
  43997. Drag Managerq
  43998. Dev.CD Nov 00 TC Disk 1
  43999. All Packages
  44000. GetEnetAddrDirect.ppc
  44001. 68560X
  44002. ortions
  44003. portlist
  44004. chinese
  44005. dictation
  44006. speech
  44007. input
  44008. keyboard
  44009. chinese
  44010. handwriting
  44011. input
  44012. keyboard
  44013. tablet
  44014. chinese
  44015. language
  44016. traditional
  44017. simplified
  44018. choose
  44019. chooser
  44020. chooser
  44021. chooser
  44022. package
  44023. printer
  44024. driver
  44025. packman
  44026. choosing
  44027. ciconhandle
  44028. class
  44029.  error errMsg number errNum
  44030.     --enter statements to perform when no records are found such as...
  44031.     display dialog "Sorry, the item you selected could not be found."
  44032.     return
  44033. end try
  44034. All Packages
  44035. System 7 Tune-UpO
  44036. Dev.CD Sept 92
  44037. Dev.CD Aug 92P
  44038. Dev.CD Sept 92
  44039. Dev.CD Aug 9V
  44040. 67758X
  44041. Sept 9
  44042. q--set theItem to choose file -- uncomment to test in an AS editor
  44043.     tell application "Finder"
  44044.         open item "Dev.CD Sept 92
  44045. Dev.CD Aug 92"
  44046.         activate
  44047.     end tell
  44048. on error errMsg number errNum
  44049.     --enter statements to perform when no records are found such as...
  44050.     display dialog "Sorry, the item you selected could not be found."
  44051.     return
  44052. end try
  44053. 69740X
  44054. Nov 00^    TC Disk 1
  44055. --set theItem to choose file -- uncomment to test in an AS editor
  44056.     tell application "Finder"
  44057.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:TradDriverLoaderLib:"
  44058.         activate
  44059.     end tell
  44060. on error errMsg number errNum
  44061.     --enter statements to perform when no records are found such as...
  44062.     display dialog "Sorry, the item you selected could not be found."
  44063.     return
  44064. end try
  44065. e    No Changef;PCI ndrv driver loader
  44066. driver
  44067. device driver
  44068. Load PCI Driverq
  44069. Dev.CD Nov 00 TC Disk 1
  44070. All Packages
  44071. TransferProvider
  44072. 69741X
  44073. backlight
  44074. backs
  44075. backscrap
  44076. backscrap
  44077. system
  44078. extension
  44079. which
  44080. detects
  44081. draws
  44082. backward
  44083. backwards
  44084. bal's
  44085. balance
  44086. balloon
  44087. system
  44088. revisions
  44089. revisited
  44090. revolution
  44091. reworked
  44092. rewrite
  44093. rewritten
  44094. rezwack
  44095. rgbforecolor
  44096. rhapsody
  44097. rhapsody
  44098. developer
  44099. documentation
  44100. rhapsody
  44101. pages
  44102. ricardo
  44103. richard
  44104. richer
  44105. right_
  44106. rules
  44107. run-timeu
  44108. runningR
  44109. runnning
  44110. runsu
  44111. runtimeu
  44112. safely
  44113. sakes{
  44114. sales
  44115. same[
  44116. fix the problem.
  44117. Clipping Extension
  44118. Clippings
  44119. Demo Applications
  44120. Documentation
  44121. Dragging Enabler
  44122. DragLib
  44123. Finder 7.1.3
  44124. Interfaces&Libraries
  44125. Macintosh Drag and Drop
  44126. Read Me FirstK
  44127. Nov 93L
  44128. Aug 94
  44129. Macintosh Drag and Drop 1.1 requires System 7.0 or later to operate.  On System 7.0 or 7.0.1 you may drag within your application windows or between them.
  44130. The inter-application dragging features of Macintosh Drag and Drop require System 7 Pro or use of the Dragging Enabler file with System 7.1.  Support for clipping files requires the Clipping Extension file with Finder version 7.1.3 or later.  Finder version 7.1.3 is included in System 7 Pro and with this Developer
  44131. s Kit.  Note that Finde
  44132. r version 7.1.1 was released in the PowerBook File Assistant product, and with Macintosh Drag and Drop it allows you to receive and promise files, but does not create or support clipping files.  For implicit data type translation, Macintosh Easy Open version 1.0.3 or later is required.
  44133. Updatedf2Network Setup
  44134. network preferences
  44135. DumpNetworkSetupo&http://developer.apple.com/samplecode/q
  44136. Dev.CD Nov 00 TC Disk 1
  44137. All Packages
  44138. DVD Primer
  44139. Publishing in the Age of DVD, Second Edition
  44140. A Primer for Creating Content for DVD
  44141. by Mark Ely and Dave Block
  44142. After several years of intense development and cross-industry cooperation
  44143. among consumer electronics companies, computer manufacturers, and the entertainment industry, the DVD format has arrived 
  44144.  and with it a new era of consumer entertainment. For the first time, high-quality digital video as well as surround sound audio can be delivered to the consumer on a single interactive c
  44145. 68524X
  44146.         activate
  44147.     end tell
  44148. on error errMsg number errNum
  44149.     --enter statements to perform when no records are found such as...
  44150.     display dialog "Sorry, the item you selected could not be found."
  44151.     return
  44152. end try
  44153. All Packages
  44154. PPC EnablerO
  44155. Dev.CD Jul 95P
  44156. Dev.CD Jul 9V
  44157. 67316X
  44158. Jul 95
  44159. tosh Strate
  44160. hands
  44161. handwriting
  44162. handy
  44163. hanging
  44164. n AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems with Convert
  44165. Projects, please contact the authors by one of the following means:
  44166.   Internet: bbedit@world.std.com
  44167.   CIS: 73051,3255
  44168.   AppleLink: BARE.BONES
  44169.   Fax: (508) 651-7584
  44170.   Phone: (508) 651-3561
  44171.   Mail:  Bare Bones Software
  44172.       c/o R. Siegel
  44173.       1 Larkspur WC
  44174. ay #4
  44175.       Natick, MA 01760
  44176. J?!NOT AN APPLE PRODUCT!:
  44177. About Convert
  44178. Projects
  44179. Convert
  44180. ProjectsK
  44181. May 94L
  44182. Aug 94OVDev.CD Nov 99 TC:Tool Chest:Development Kits:
  44183.  Other Platforms:Convert
  44184. Projects 1.0b5:PaDev.CD Nov 99 TC
  44185.  - Tool Chest
  44186.  - Development Kits
  44187.  Other Platforms
  44188.  - Convert
  44189. Projects 1.0b599 TC
  44190.  - Sample Coded
  44191. wouldn't
  44192. wprocasm
  44193. wrapcommenttext
  44194. wrapper
  44195. wraps
  44196. OTSimpleDownloadHTTP(PPC)
  44197. OTSimpleDownloadHTTP.c
  44198. OTSimpleDownloadHTTP.h
  44199. OTSimpleDownloadHTTP.mcp
  44200. OTSimpleDownloadHTTPTest.c
  44201. Read Me 
  44202.  OTSimpleDownloadHTTP
  44203. SimpleDownload#247226
  44204. SimpleDownload#248426K
  44205. Nov 97L
  44206. Sep 98M
  44207. Open Transport 1.1.1 or higherNOOpen Transport, TCP, endpoint, download, fetch, get, HTTP, OTSimpleDownloadHTTPODDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTSimpleDownloadHTTP:PLDev.CD Nov 00 TC Disk 1
  44208.  - Sample Code
  44209.  - Networking
  44210.  - OTSimpleDownloadHTTPV
  44211. 68854X
  44212. Nov 00^    TC Disk 1
  44213. --set theItem to choose file -- uncomment to test in an AS editor
  44214.     tell application "Finder"
  44215.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTSimpleDownloadHTTP:"
  44216.         activate
  44217.     end tell
  44218. on error errMsg number errNum
  44219.     --enter statements to perform when no records are found such as...
  44220.     display dialog "Sorry, the item you selected could not be found."
  44221.     return
  44222. end try
  44223. e    No Change
  44224. - Common
  44225.     - Sun Compliant Java Runtime Environment 1.1
  44226.     - QuickTime 3 
  44227.     - QTJava.zip
  44228.     - QTJava media samples
  44229. - Mac OS:
  44230.     - System 8 or later
  44231.     - Macintosh Runtime for Java (MRJ) 2.1
  44232. - Windows 95, 98, or NT::
  44233.     - JRE/JDK from Sun Microsystems, Inc. recommended
  44234. QuickTime, Java, MRJ
  44235. filters
  44236. content
  44237. extractor
  44238. finder
  44239. finderdragpro
  44240. finderevents
  44241. finderevents
  44242. finderheaps
  44243. finderlaunch
  44244. findfamilies
  44245. findprinter
  44246. findserialports
  44247. findsysfolder
  44248. floatingpoint
  44249. floatingwindow
  44250. editor
  44251. folder
  44252. folder
  44253. watching
  44254. fonts
  44255. fonts
  44256. 6.0.4
  44257. summary
  44258. apple's
  44259. korean
  44260. language
  44261. affordable
  44262. summary
  44263. appleglot
  44264. translation
  44265. summary
  44266. appleglot
  44267. 2.4b6
  44268. translation
  44269. summary
  44270. applescript
  44271. easy-to-use
  44272. scripting
  44273. language
  44274. --set theItem to choose file -- uncomment to test in an AS editor
  44275.     tell application "Finder"
  44276.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:NoSound:"
  44277.         activate
  44278.     end tell
  44279. on error errMsg number errNum
  44280.     --enter statements to perform when no records are found such as...
  44281.     display dialog "Sorry, the item you selected could not be found."
  44282.     return
  44283. end try
  44284. ck Heap on Exit - validate heap data strutures on exit from Memory Manager c
  44285. alls.
  44286. Fill Free Blocks - fill disposed, emptied, or purged blocks with garbage.
  44287. Check Blocks - More robust check on validity of a handle or pointer passed into the Memory Manager
  44288. Issues:
  44289. When full robust checking is enabled, and VM is also enabled, your machine will slow to a crawl.
  44290. DMM may report errors when using Chooser.
  44291. System Heap doesn't have as robust error checking as other heaps
  44292. Memory Management.imgK
  44293. Apr 95L
  44294. Jan 96M
  44295. Any Power Macintosh.s
  44296. 69224X
  44297. Nov 00^    TC Disk 1
  44298. --set theItem to choose file -- uncomment to test in an AS editor
  44299.     tell application "Finder"
  44300.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Record RetrievePictInfo:"
  44301.         activate
  44302.     end tell
  44303. on error errMsg number errNum
  44304.     --enter statements to perform when no records are found such as...
  44305.     display dialog "Sorry, the item you selected could not be found."
  44306.     return
  44307. end try
  44308. e    No Changef'RecordRetrievePictInfo
  44309. RetrievePictInfoq
  44310. Dev.CD Nov 00 TC Disk 1
  44311. All Packages
  44312. Record sound specific rate
  44313. This sample shows how to use SPBRecord to record to memory, convert the
  44314. sampling rate to some arbitrary rate, and then write the recorded, rate
  44315. converted samples to disk, asynchronously, using PBWriteAsync.
  44316. This sample is useful for those developers who wish more flexibility
  44317. than what is offered with SPBRecordToFile, or for those wishing to record
  44318. at a rate not supported by the sound input driver.
  44319. rfc1332
  44320. rfc1332
  44321. rfc1334
  44322. accessoriee
  44323. sample
  44324. illustrates
  44325. sethideonswitch
  44326. gethideo
  44327. sample
  44328. illustrates
  44329. color
  44330. icons
  44331. different
  44332. sample
  44333. illustrates
  44334. create
  44335. application
  44336. sample
  44337. illustrates
  44338. install
  44339. system
  44340. level
  44341. apple
  44342. sample
  44343. illustrates
  44344. install
  44345. application
  44346. level
  44347. sample
  44348. illustrates
  44349. document
  44350. sample
  44351. illustrates
  44352. suspend
  44353. resume
  44354. applee
  44355. sample
  44356. includes
  44357. library
  44358. utility
  44359. routines
  44360. sample
  44361. includes
  44362. applications
  44363. illustrate
  44364. sample
  44365. quick
  44366. demonstration
  44367. implement
  44368. sample
  44369. simple
  44370. server
  44371. demonstrat
  44372. sample
  44373. designed
  44374. create
  44375. requir
  44376. sample
  44377. program
  44378. demonstrates
  44379. determine
  44380. sample
  44381. provides
  44382. interractive
  44383. demonstration
  44384. Vol IIIL
  44385. Vol VIIOPDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:P[Dev.CD Nov 00 TC Disk 1
  44386.  - Tool Chest
  44387.  - Development Kits
  44388.  - MPW Related
  44389.  - DTS MPW GoodiesOverview
  44390. Platforms and Tools
  44391. Printing
  44392. Processes
  44393. QuickTime
  44394. Runtime Architecture
  44395. Sound
  44396. hen no records are found such as...
  44397.     display dialog "Sorry, the item you selected could not be found."
  44398.     return
  44399. end try
  44400. 1.6.2
  44401. 160/165c/180/180c
  44402. PQDev.CD Nov 00 TC Disk 1
  44403.  - Sample Code
  44404.  - Human Interface Toolbox
  44405.  - SetIndStringV
  44406. 69281X
  44407. Nov 00^    TC Disk 1
  44408. --set theItem to choose file -- uncomment to test in an AS editor
  44409.     tell application "Finder"
  44410.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:SetIndString:"
  44411.         activate
  44412.     end tell
  44413. on error errMsg number errNum
  44414.     --enter statements to perform when no records are found such as...
  44415.     display dialog "Sorry, the item you selected could not be found."
  44416.     return
  44417. end try
  44418. e    No Changeq
  44419. Dev.CD Nov 00 TC Disk 1
  44420. All Packages
  44421. SetLED
  44422. _SetLED is a sample program to demonstrate the use of the ADBOp call, including use of the completion routine under 68K, CFM68K, and PPC.  It demonstrates a workaround for a bug with the CFM68K InterfaceLib glue code such that a call to ADBOp under CFM68K results in a bus error. This bug was identified with Mac OS 8.1 running on different 68040 CPUs.
  44423. Jun 98V
  44424. 69282X
  44425. 1e    No Change
  44426. 68382X
  44427. Oct 00^
  44428. --set theItem to choose file -- uncomment to test in an AS editor
  44429.     tell application "Finder"
  44430.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:"
  44431.         activate
  44432.     end tell
  44433. on error errMsg number errNum
  44434.     --enter statements to perform when no records are found such as...
  44435.     display dialog "Sorry, the item you selected could not be found."
  44436.     return
  44437. end try
  44438. e    No Changef:ColorSync
  44439. calibrator
  44440. scripting
  44441. profile
  44442. gamma
  44443. tag colorq
  44444. Dev.CD Oct 00 SDK1
  44445. 8D!All Packages
  44446. Mac OS SDK Edition
  44447. ColorSync Photoshop Plugins 2.1
  44448.     sound input level on the microphone using a display much like a VCR peak-hold bar meter.J;SoundLevel(PPC)
  44449. SoundLevel.c
  44450. SoundLevel.mcp
  44451. SoundLevel.rsrcM
  44452. Sound Manager 3.0 or laterN
  44453. sound, input, microphoneO5Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SoundLevel:P=Dev.CD Nov 00 TC Disk 2
  44454.  - Sample Code
  44455.  - Sound
  44456.  - SoundLevelV
  44457. 67721X
  44458. Nov 00^    TC Disk 2
  44459. e    No Change
  44460. audio
  44461. 68313X
  44462. Nov 00^    TC Disk 1
  44463. --set theItem to choose file -- uncomment to test in an AS editor
  44464.     tell application "Finder"
  44465.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:"
  44466.         activate
  44467.     end tell
  44468. on error errMsg number errNum
  44469.     --enter statements to perform when no records are found such as...
  44470.     display dialog "Sorry, the item you selected could not be found."
  44471.     return
  44472. end try
  44473. e    No ChangefsVU
  44474. Virtual User
  44475. VirtualUser
  44476. SPEC S&L
  44477. FileTool
  44478. Memory Monitor
  44479. Testing
  44480. Automation
  44481. Automated Testing
  44482. Clouseauq
  44483. Dev.CD Nov 00 TC Disk 1
  44484. sD!All Packages
  44485. Tool Chest Edition
  44486. AV EmulatorI
  44487. This package contains the G4 processor emulator extensions for Mac OS 8.1 and 8.5.  It also contains a Readme file and a ResEdit debug resource.
  44488. These extensions allow code written using the AltiVec instruction set to be run on a G3-class machine.
  44489. Deleted
  44490. orry, the item you selected could not be found."
  44491.     return
  44492. end try
  44493. All Packages
  44494. System 7.5 Update 1.0O
  44495. Dev.CD Jan 96 SSWP
  44496. Dev.CD Jan 96 SSV
  44497. 69415X
  44498. Jan 96
  44499. f--set theItem to choose file -- uncomment to test in an AS editor
  44500.     tell application "Finder"
  44501.         open item "Dev.CD Jan 96 SSW"
  44502.         activate
  44503.     end tell
  44504. on error errMsg number errNum
  44505.     --enter statements to perform when no records are found such as...
  44506.     display dialog "Sorry, the item you selected could not be found."
  44507.     return
  44508. end try
  44509. All Packages
  44510. System 7.5 Update 1.0O
  44511. Dev.CD Jan 96 SSWP
  44512. Dev.CD Jan 96 SSV
  44513. 69416X
  44514. Jan 96
  44515. f--set theItem to choose file -- uncomment to test in an AS editor
  44516.     tell application "Finder"
  44517.         open item "Dev.CD Jan 96 SSW"
  44518.         activate
  44519.     end tell
  44520. on error errMsg number errNum
  44521.     --enter statements to perform when no records are found such as...
  44522.     display dialog "Sorry, the item you selected could not be found."
  44523.     return
  44524. end try
  44525. All Packages
  44526. System 7.5 Update 1.0V
  44527. 69417X
  44528. O7Dev.CD Sep 00 RL Disk 1:Utilities:Acrobat Reader 4.0.1:P<Dev.CD Sep 00 RL Disk 1
  44529.  - Utilities
  44530.  - Acrobat Reader 4.0.1erfaces
  44531. WASTELibK
  44532. Dec 95L
  44533. Feb 98M
  44534. System 7.0 or newer.N"WASTE, TextEdit, WorldScript, TextO6Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:WASTE:P>Dev.CD Nov 00 TC Disk 1
  44535.  - Sample Code
  44536.  - Contributed
  44537.  - WASTEV
  44538. 68164X
  44539. Nov 00^    TC Disk 1
  44540. --set theItem to choose file -- uncomment to test in an AS editor
  44541.     tell application "Finder"
  44542.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:WASTE:"
  44543.         activate
  44544.     end tell
  44545. on error errMsg number errNum
  44546.     --enter statements to perform when no records are found such as...
  44547.     display dialog "Sorry, the item you selected could not be found."
  44548.     return
  44549. end try
  44550. e    No Changef
  44551. WASTE
  44552. TextEdit
  44553. WorldScript
  44554. Textq
  44555. Dev.CD Nov 00 TC Disk 1
  44556. All Packages
  44557. WatchMe
  44558. 68165X
  44559. newsz
  44560. notesT
  44561. onescannerx
  44562. opp's
  44563. 0 TC Disk 1
  44564. squarewave
  44565. squarewave
  44566. squarewave
  44567. squarewavesynthplay
  44568. squarewavesynthplay
  44569. interfaces
  44570. files
  44571. sample
  44572. start
  44573. start
  44574. started
  44575. starter
  44576. startup
  44577. stations
  44578. stdafx
  44579. stdafx
  44580. stdafx
  44581. stdwin
  44582. stdwin
  44583. stdwin
  44584. stoppinf
  44585. stoppinf
  44586. icons
  44587. storer
  44588. storyboard
  44589. stream
  44590. streaming
  44591. streamlogresources
  44592. streamlogresources
  44593. streams
  44594. streams
  44595. streams
  44596. stress
  44597. stress
  44598. testing
  44599. tools
  44600. stringutils
  44601. stringutils
  44602. stringutils
  44603. --set theItem to choose file -- uncomment to test in an AS editor
  44604.     tell application "Finder"
  44605.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MPing 1.1:"
  44606.         activate
  44607.     end tell
  44608. on error errMsg number errNum
  44609.     --enter statements to perform when no records are found such as...
  44610.     display dialog "Sorry, the item you selected could not be found."
  44611.     return
  44612. end try
  44613. TC Disk 2
  44614.  - Sample Code
  44615.  - QuickTime
  44616.  - Capturing
  44617.  - DigitizerShell4X
  44618. Jun 97
  44619. f--set theItem to choose file -- uncomment to test in an AS editor
  44620.     tell application "Finder"
  44621.         open item "Dev.CD Jun 97 SSW"
  44622.         activate
  44623.     end tell
  44624. on error errMsg number errNum
  44625.     --enter statements to perform when no records are found such as...
  44626.     display dialog "Sorry, the item you selected could not be found."
  44627.     return
  44628. end try
  44629. All Packages
  44630. QuickDraw 3DO
  44631. Dev.CD Jun 97 SSWP
  44632. Dev.CD Jun 97 SSV
  44633. 65775X
  44634. Jun 97
  44635. older
  44636. foreground
  44637. 68784X
  44638. Nov 00^    TC Disk 1b
  44639. Revised
  44640. --set theItem to choose file -- uncomment to test in an AS editor
  44641.     tell application "Finder"
  44642.         open item "Dev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ2.2.3 Redistribution SDK:"
  44643.         activate
  44644.     end tell
  44645. on error errMsg number errNum
  44646.     --enter statements to perform when no records are found such as...
  44647.     display dialog "Sorry, the item you selected could not be found."
  44648.     return
  44649. end try
  44650. Updatedf'MRJ
  44651. MRJ SDK
  44652. MRJ Redistributiono
  44653. http://developer.apple.com/sdkq
  44654. Dev.CD Nov 00 TC Disk 1
  44655. All Packages
  44656. MrPlus 1.0I
  44657. MrPlus is a performance analysis tool for PowerPC applications. It generates data relating to performance analysis and will also rearrange code blocks for optimum performance.J
  44658. MPW etc.img.binK
  44659. Nov 97M
  44660. Power Macintosh systemN
  44661. performance analysisO=Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:V
  44662. 68785X
  44663. 1e    No Change
  44664. veloper note has been updated to inclu
  44665. 68724X
  44666. Nov 00^    TC Disk 1
  44667. --set theItem to choose file -- uncomment to test in an AS editor
  44668.     tell application "Finder"
  44669.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Java:Magic Oracle:"
  44670.         activate
  44671.     end tell
  44672. on error errMsg number errNum
  44673.     --enter statements to perform when no records are found such as...
  44674.     display dialog "Sorry, the item you selected could not be found."
  44675.     return
  44676. end try
  44677. e    No ChangefDJava
  44678. AppleScript
  44679. Scripting
  44680. AppleScript for Java
  44681. Magic Oracle
  44682. fortuneq
  44683. Dev.CD Nov 00 TC Disk 1
  44684. All Packages
  44685. Mail Suite 1.0
  44686. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  44687. Nov 96V
  44688. 68725X
  44689. 1e    No Change
  44690. logyd
  44691. englishterminology
  44692. englishterminology
  44693. rsrcd
  44694. enhanced
  44695. - Common
  44696.     - Sun Compliant Java Runtime Environment 1.1
  44697.     - QuickTime 3 
  44698.     - QTJava.zip
  44699.     - QTJava media samples
  44700. - Mac OS:
  44701.     - System 8 or later
  44702.     - Macintosh Runtime for Java (MRJ) 2.1
  44703. - Windows 95, 98, or NT::
  44704.     - JRE/JDK from Sun Microsystems, Inc. recommended
  44705. QuickTime, Java, MRJengl
  44706. dspcontext
  44707. dspuserselectcontext
  44708. dstspec
  44709. utilities
  44710. collection
  44711. utilities
  44712. sample
  44713. dtscpluslibrary
  44714. dtscpluslibrary
  44715. mini-framework
  44716. small
  44717. simple
  44718. dudes
  44719. dummy
  44720. dumped
  44721. dumpnetworksetup
  44722. dumpnetworksetup
  44723. dumps
  44724. entire
  44725. contents
  44726. network
  44727. dumps
  44728. duplicate
  44729. during_
  44730. dutch
  44731. dykstra-erickson
  44732. dylan
  44733. dynamic
  44734. s controller 
  44735. *Ethernet and USB ports 
  44736. *FireWire ports (on DV models only) 
  44737. *AirPort Card wireless LAN module (optional)
  44738. The developer note includes information about
  44739. *software and compatibility issues 
  44740. *the internal logic of the computer 
  44741. *the I/O ports and built-in I/O devices 
  44742. *the RAM expansion DIMMs
  44743. Please note: This developer note was originally posted on 7/19/2000; it was updated to correct an error in the keyboard section on 7/25/2000. 
  44744. J%iBook
  44745. images
  44746. PowerMac_G4
  44747. updates.htmlK
  44748. Jan 00L
  44749. Nov 00M
  44750. web browser
  44751. A^iMac Developer Note, Power Mac G4 Developer Note, iBook Developer Note, Hardware documentation
  44752. O\Dev.CD Nov 00 TC Disk 1:What's New?:Technical Documentation:Technical Publications:Hardware:PgDev.CD Nov 00 TC Disk 1
  44753.  - What's New?
  44754.  - Technical Documentation
  44755.  - Technical Publications
  44756.  - Hardwarences
  44757. distaste
  44758. distinguished
  44759. distinguishes
  44760. distinguishing
  44761. cO9Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:ListMania:PADev.CD Nov 00 TC Disk 1
  44762.  - Sample Code
  44763.  - Networking
  44764.  - ListManiaV
  44765. 68682X
  44766. Nov 00^    TC Disk 1
  44767. --set theItem to choose file -- uncomment to test in an AS editor
  44768.     tell application "Finder"
  44769.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:ListMania:"
  44770.         activate
  44771.     end tell
  44772. on error errMsg number errNum
  44773.     --enter statements to perform when no records are found such as...
  44774.     display dialog "Sorry, the item you selected could not be found."
  44775.     return
  44776. end try
  44777. e    No Changef/Open Transport
  44778. OTLIFO
  44779. OTFIFO
  44780. OTLink
  44781. linked listq
  44782. Dev.CD Nov 00 TC Disk 1
  44783. All Packages
  44784. Live Control ScrollI
  44785. Sample code illustrating scrolling of controls via an off screen GWorld.  
  44786. This code shows how to correctly set and maintain proportional scroll bars, do live scrolling and handle controls with a live scrolling window.K
  44787. Nov 99V
  44788. 68683X
  44789. 1e    No Change
  44790.  order. It uses LAA to convert a given text of Kanj
  44791. 69369X
  44792. Nov 00^    TC Disk 1
  44793. --set theItem to choose file -- uncomment to test in an AS editor
  44794.     tell application "Finder"
  44795.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:stdFilterHacking:"
  44796.         activate
  44797.     end tell
  44798. on error errMsg number errNum
  44799.     --enter statements to perform when no records are found such as...
  44800.     display dialog "Sorry, the item you selected could not be found."
  44801.     return
  44802. end try
  44803. e    No Changeq
  44804. Dev.CD Nov 00 TC Disk 1
  44805. All Packages
  44806. StopXPP dcmdI
  44807. Summary: The StopXPP dcmd attempts to close all open ASP (and thus AFP) sessions with an asyncronous closeAll call to the .XPP driver.J
  44808. Networks.imgK
  44809. May 93O@Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:PHDev.CD Nov 00 TC Disk 1
  44810.  - Tool Chest
  44811.  - Testing & Debugging
  44812.  - NetworksV
  44813. 69370X
  44814. Nov 00^    TC Disk 1
  44815. e    No Change
  44816. All Packages
  44817. System Enabler 003 (LC III)OEDev.CD Apr 94
  44818. Dev.CD Jan 94
  44819. Dev.CD Oct 93
  44820. Dev.CD Jul 93
  44821. Dev.CD Apr 93PDDev.CD Apr 94
  44822. Dev.CD Jan 94
  44823. Dev.CD Oct 93
  44824. Dev.CD Jul 93
  44825. Dev.CD Apr 9V
  44826. 69497X
  44827. Apr 94
  44828. --set theItem to choose file -- uncomment to test in an AS editor
  44829.     tell application "Finder"
  44830.         open item "Dev.CD Apr 94
  44831. Dev.CD Jan 94
  44832. Dev.CD Oct 93
  44833. Dev.CD Jul 93
  44834. Dev.CD Apr 93"
  44835.         activate
  44836.     end tell
  44837. on error errMsg number errNum
  44838.     --enter statements to perform when no records are found such as...
  44839.     display dialog "Sorry, the item you selected could not be found."
  44840.     return
  44841. end try
  44842. All Packages
  44843. System Enabler 003 (LC III)O7Dev.CD Apr 94
  44844. Dev.CD Jan 94
  44845. Dev.CD Oct 93
  44846. Dev.CD Jul 93P6Dev.CD Apr 94
  44847. Dev.CD Jan 94
  44848. Dev.CD Oct 93
  44849. Dev.CD Jul 9V
  44850. 69498X
  44851. Apr 94
  44852. middleware
  44853. music
  44854. movie
  44855. converter
  44856. missA
  44857. mixed
  44858. mixerl
  44859. modal
  44860. modal
  44861. dialog
  44862. inserted
  44863. events
  44864. modaldialog
  44865. modaldialog
  44866. model
  44867. modes
  44868. modifymouseaccl
  44869. moduleN
  44870. monitor
  44871. moofwars
  44872. morefiles
  44873. moreisbetter
  44874. morpheme
  44875. mouse
  44876. mouseevent
  44877. mouseinfo
  44878. moved
  44879. movewindow
  44880. movieY
  44881. movies
  44882. multiprocessing
  44883. thread
  44884. thread
  44885. pthread
  44886. posix
  44887. multiprocessing
  44888. sorting
  44889. tasks
  44890. thread
  44891. quicktime
  44892. audio
  44893. soundconverter
  44894. multisync
  44895. multithreaded
  44896. music
  44897. mutable
  44898. native
  44899. needs
  44900. netsprocket
  44901. networkR
  44902. J@MacTCP+ Tool
  44903. README for MacTCP+ Tool
  44904. README for MacTCP+ Tool.txtK
  44905. Mar 92M
  44906. MacTCP 1.1, System 7, Mac+OBDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP+ Tool:PMDev.CD Nov 00 TC Disk 1
  44907.  - Tool Chest
  44908.  - Networking
  44909.  - MacTCP
  44910.  - MacTCP+ ToolV
  44911. 68723X
  44912. Nov 00^    TC Disk 1
  44913. --set theItem to choose file -- uncomment to test in an AS editor
  44914.     tell application "Finder"
  44915.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP+ Tool:"
  44916.         activate
  44917.     end tell
  44918. on error errMsg number errNum
  44919.     --enter statements to perform when no records are found such as...
  44920.     display dialog "Sorry, the item you selected could not be found."
  44921.     return
  44922. end try
  44923. e    No Changeq
  44924. Dev.CD Nov 00 TC Disk 1
  44925. All Packages
  44926. Magic Oracle
  44927. 68724X
  44928. erCard 2.1 is required when running locked stacks and stacks on a CD-ROM.OPDev.CD Nov 00 TC Disk 1:Tool Chest:Localization:HC Stack Localization Navigator:V
  44929. 66955X
  44930. 1e    No Change
  44931. o Change
  44932. byrne's
  44933. byrne's
  44934. xcmds
  44935. xfcns
  44936. byrne's
  44937. xcmds&xfcns
  44938. All Packages
  44939. PowerTalk (PPC)O
  44940. Dev.CD Oct 94P
  44941. Dev.CD Oct 9V
  44942. 68938X
  44943. Oct 94
  44944. b--set theItem to choose file -- uncomment to test in an AS editor
  44945.     tell application "Finder"
  44946.         open item "Dev.CD Oct 94"
  44947.         activate
  44948.     end tell
  44949. on error errMsg number errNum
  44950.     --enter statements to perform when no records are found such as...
  44951.     display dialog "Sorry, the item you selected could not be found."
  44952.     return
  44953. end try
  44954. All Packages
  44955. PPC EnablerO
  44956. Dev.CD Jul 95P
  44957. Dev.CD Jul 9V
  44958. 68939X
  44959. Jul 95
  44960. b--set theItem to choose file -- uncomment to test in an AS editor
  44961.     tell application "Finder"
  44962.         open item "Dev.CD Jul 95"
  44963.         activate
  44964.     end tell
  44965. on error errMsg number errNum
  44966.     --enter statements to perform when no records are found such as...
  44967.     display dialog "Sorry, the item you selected could not be found."
  44968.     return
  44969. end try
  44970. All Packages
  44971. PPC EnablerO
  44972. Dev.CD Jul 95P
  44973. Dev.CD Jul 9V
  44974. 68940X
  44975. Jul 95
  44976. e    No Change
  44977. optimized
  44978. optimizer
  44979. optimizing{
  44980. optimum
  44981. option
  44982. optional
  44983. optionally
  44984. options
  44985. Summary: This is the electronic version of develop magazine.
  44986.  Issue 3 highlights:
  44987. CD-ROM: The Cutting Edge  by Mark B. Johnson.  How you can take best advantage of CD-ROM technology and what the trade-offs are.
  44988. The Ins and Outs of ISO 9660 and High Sierra  by Brian Bechtel.  The two standard file formats for CD-ROM discs, how they relate to the Macintosh
  44989. s native file format, and how to implement them.
  44990. How to Create a Mixed-Partition CD-ROM  by Llew Roberts.   Step-by-step instruction
  44991. s on how to mix ProDOS and HFS partitions on a hard disk for pressing as a CD-ROM, plus why you might want to do so.
  44992. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  44993. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  44994. --set theItem to choose file -- uncomment to test in an AS editor
  44995.     tell application "Finder"
  44996.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw GX:GXifier 1.1:"
  44997.         activate
  44998.     end tell
  44999. on error errMsg number errNum
  45000.     --enter statements to perform when no records are found such as...
  45001.     display dialog "Sorry, the item you selected could not be found."
  45002.     return
  45003. end try
  45004.         activate
  45005.     end tell
  45006. on error errMsg number errNum
  45007.     --enter statements to perform when no records are found such as...
  45008.     display dialog "Sorry, the item you selected could not be found."
  45009.     return
  45010. end try
  45011. Deletedq
  45012. Dev.CD Jan 97 SDK2
  45013. All Packages
  45014. OpenFWBridgeFixJul97
  45015. 67207X
  45016. per.apple.com/samplecode/
  45017. taining the file you select.
  45018. IPCLister:  A small example of how to use IPCListPorts. This sample collects and displays all the PPC/AppleEvent capable machines in your current zone and puts them in a nice list.
  45019. ODOC:  This sample send
  45020. Oct 98N
  45021. Contextual, Menu, ManagerOJDev.CD Oct 00 SDK1:Development Kits:Mac OS:ContextualMenuManagerSDK 1.0.3:PRDev.CD Oct 00 SDK1
  45022.  - Development Kits
  45023.  - Mac OS
  45024.  - ContextualMenuManagerSDK 1.0.3
  45025.     end tell
  45026. on error errMsg number errNum
  45027.     --enter statements to perform when no records are found such as...
  45028.     display dialog "Sorry, the item you selected could not be found."
  45029.     return
  45030. end try
  45031. Deletedq
  45032. Dev.CD Nov 99 TC
  45033. D!All Packages
  45034. Tool Chest Edition
  45035. Snippets - Testing & Debugging
  45036. (** = new, * = revised)
  45037. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  45038. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  45039. BusErrorTest:  Show
  45040. Nov 00^    TC Disk 1
  45041. --set theItem to choose file -- uncomment to test in an AS editor
  45042.     tell application "Finder"
  45043.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:DriverGestalt Demo:"
  45044.         activate
  45045.     end tell
  45046. on error errMsg number errNum
  45047.     --enter statements to perform when no records are found such as...
  45048.     display dialog "Sorry, the item you selected could not be found."
  45049.     return
  45050. end try
  45051. e    No ChangefiDriver Gestalt
  45052. disk drivers
  45053. device
  45054. driver
  45055. block
  45056. storage
  45057. CD ROM
  45058. CD-ROM
  45059. hard disk
  45060. DriverGestalt Demo 
  45061. Dev.CD Nov 00 TC Disk 1
  45062. All Packages
  45063. DriverGestaltExplorerI
  45064. DriverGestaltExplorer is both sample code showing how to call Driver Gestalt and a useful tool for testing your block device driver
  45065. s support of Driver Gestalt.J
  45066. DriverGestaltExplorer(PPC)
  45067. DriverGestaltExplorer.c
  45068. DriverGestaltExplorer.mcp
  45069. Read Me 
  45070.  DriverGestaltExplorer
  45071. TradDriverLoaderLibK
  45072. Jun 98V
  45073. 68511X
  45074. 1e    No Change
  45075. computer
  45076. designed
  45077. unted
  45078. unmountprojector
  45079. unobtrusive
  45080. unofficial
  45081. unpack
  45082. unsupported
  45083. untested
  45084. until
  45085. unwanted
  45086. unwrapcommenttext
  45087. g--set theItem to choose file -- uncomment to test in an AS editor
  45088.     tell application "Finder"
  45089.         open item "Dev.CD Jan 96 SDK1"
  45090.         activate
  45091.     end tell
  45092. on error errMsg number errNum
  45093.     --enter statements to perform when no records are found such as...
  45094.     display dialog "Sorry, the item you selected could not be found."
  45095.     return
  45096. end try
  45097. fishtanks
  45098. fishtank
  45099. picts
  45100. fkeys
  45101. fkeys
  45102. clipboard
  45103. magican
  45104. flash
  45105. floatingwindow
  45106. floatingwindow
  45107. floatingwindow
  45108. floatingwindow
  45109. pbproj
  45110. floattolong
  45111. webobjects
  45112. webobjects
  45113. webobjects
  45114. webobjects
  45115. builder
  45116. win2maccountersample
  45117. windoid
  45118. window
  45119. ted:QuickDraw GX:"
  45120.         activate
  45121.     end tell
  45122. on error errMsg number errNum
  45123.     --enter statements to perform when no records are found such as...
  45124.     display dialog "Sorry, the item you selected could not be found."
  45125.     return
  45126. end try
  45127. e    No Changef
  45128. QuickDraw GX
  45129. Graphicsq
  45130. Dev.CD Oct 00 SDK1
  45131. All Packages
  45132. QuickDraw GXO Dev.CD Jan 96 SDK1
  45133. Dev.CD Jul 95P
  45134. Dev.CD Jan 96 SDK1
  45135. Dev.CD Jul 9V
  45136. 67412X
  45137. Jan 96
  45138. u--set theItem to choose file -- uncomment to test in an AS editor
  45139.     tell application "Finder"
  45140.         open item "Dev.CD Jan 96 SDK1
  45141. Dev.CD Jul 95"
  45142.         activate
  45143.     end tell
  45144. on error errMsg number errNum
  45145.     --enter statements to perform when no records are found such as...
  45146.     display dialog "Sorry, the item you selected could not be found."
  45147.     return
  45148. end try
  45149. descriptions
  45150. descriptive
  45151. descriptor
  45152. descriptorsg
  45153. design
  45154. design
  45155. robustness
  45156. theresa
  45157. tensor
  45158. information
  45159. designate
  45160. designed
  45161. designer
  45162. designers
  45163. developb
  45164. developed
  45165. developerS
  45166. developer's
  45167. developersT
  45168. developingW
  45169. developmentw
  45170. developments{
  45171. devicel
  45172. deviceloop
  45173. devicesW
  45174. devsupport
  45175. IMPORTANT INFORMATION ABOUT THIS SDK
  45176. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  45177. http://www.apple.com/quicktime/.
  45178. QuickTime IC is an extension to the QuickTime system extension that abstracts applications from image capture devices such as the QuickTake 200. It is a modular architecture that provides opportunities for developers, as well as Apple, to provide additional benefit 
  45179. for users. 
  45180. For example, the QuickTake 200 comes with three components: 
  45181.  Camera Access application 
  45182.  QuickTime IC system extension 
  45183.  QuickTake 200 camera component 
  45184. Camera Access is an application that leverages the QuickTime IC system extension, as well as QuickTime and or other system services. It is what a person uses to communicate with the QuickTake 200, view images, and transfer them to the desktop. It also provides several image enhancement functions such as cropping, image li
  45185. New Packagef"MP3
  45186. QuickTime Audio
  45187. SoundConvertero&http://developer.apple.com/samplecode/q
  45188. Dev.CD Nov 00 TC Disk 2
  45189. All Packages
  45190. MPDelayUntilTestI?This is an application to test/demo the MT/MP MPDelayUntil API.J:MPDelayUntilTest
  45191. MPDelayUntilTest.c
  45192. MPDelayUntilTest.
  45193. Pro2K
  45194. May 00M
  45195. Mac OS 8.6+, MP 2.0N
  45196. MultiTasking, MultiProcessingO?Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MPDelayUntilTest:PGDev.CD Nov 00 TC Disk 2
  45197.  - Sample Code
  45198.  - Processes
  45199.  - MPDelayUntilTestV
  45200. 68773X
  45201. Nov 00^    TC Disk 2
  45202. --set theItem to choose file -- uncomment to test in an AS editor
  45203.     tell application "Finder"
  45204.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MPDelayUntilTest:"
  45205.         activate
  45206.     end tell
  45207. on error errMsg number errNum
  45208.     --enter statements to perform when no records are found such as...
  45209.     display dialog "Sorry, the item you selected could not be found."
  45210.     return
  45211. end try
  45212. e    No Changeo0http://developer.apple.com/samplecode/index.html
  45213. All Packages
  45214. F    QuickTimeO
  45215. Dev.CD Jan 94
  45216. Dev.CD Oct 93P
  45217. Dev.CD Jan 94
  45218. Dev.CD Oct 9V
  45219. 69146X
  45220. Jan 94
  45221. p--set theItem to choose file -- uncomment to test in an AS editor
  45222.     tell application "Finder"
  45223.         open item "Dev.CD Jan 94
  45224. Dev.CD Oct 93"
  45225.         activate
  45226.     end tell
  45227. on error errMsg number errNum
  45228.     --enter statements to perform when no records are found such as...
  45229.     display dialog "Sorry, the item you selected could not be found."
  45230.     return
  45231. end try
  45232. All Packages
  45233. F    QuickTimeO
  45234. Dev.CD Jan 94
  45235. Dev.CD Oct 93P
  45236. Dev.CD Jan 94
  45237. Dev.CD Oct 9V
  45238. 69147X
  45239. Jan 94
  45240. p--set theItem to choose file -- uncomment to test in an AS editor
  45241.     tell application "Finder"
  45242.         open item "Dev.CD Jan 94
  45243. Dev.CD Oct 93"
  45244.         activate
  45245.     end tell
  45246. on error errMsg number errNum
  45247.     --enter statements to perform when no records are found such as...
  45248.     display dialog "Sorry, the item you selected could not be found."
  45249.     return
  45250. end try
  45251. All Packages
  45252. D!All Packages
  45253. Mac OS SDK Edition
  45254. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  45255. OpenTptPPP.h
  45256. OT/PPP Client Dev Note 1.0K
  45257. Apr 98M
  45258. Open TransportN
  45259. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:PJDev.CD Jul 99 SDK1
  45260.  - Development Kits
  45261.  - Mac OS
  45262.  - Open Transport/PPP SDKV
  45263. 68830X
  45264. Jul 99isplay dialog "Sorry, the item you selected could not be found."
  45265.     return
  45266. end try
  45267. e    No Changef,Standard File
  45268. CustomGetFile
  45269. choosing aliaseso&http://developer.apple.com/samplecode/q
  45270. Dev.CD Nov 00 TC Disk 1
  45271. All Packages
  45272. CustomIcon
  45273. 66792X
  45274. o can be set up to introduce random and selective snarfing of packets.
  45275. Files can be saved to hold the user-defined critieria and actions that users create.
  45276. The Snarfer can run on Internet Routers and handle multiple ports.
  45277. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  45278.  riority patent.
  45279. Summary: This is the electronic version of develop magazine.
  45280.  Issue 23 highlights:
  45281. Music the Easy Way: The QuickTime Music Architecture by David Van Brink.  The QuickTime Music Architecture lets you easily add music to your application, without having to learn the intricacies of MIDI or sound production. Unleash the orchestra!
  45282. The Basics of QuickDraw 3D Geometries by Nick Thompson and Pablo Fernicola. Geometries are the backbone of any 3D graphics system. This article shows how the geo
  45283. metries in QuickDraw 3D fit in with the rest of the system, and how to make good use of them.
  45284. Implementing Shared Internet Preferences With Internet Config by Quinn 
  45285. The Eskimo!
  45286.   This article examines a shared preferences solution for Internet applications: how to use it in your applications, and also how it works, using the Component Manager as a robust shared library mechanism.
  45287. Multipane Dialogs by Norman Franke.  Dialog boxes with multiple panes are becoming more and more common. Thi
  45288. .JHAlias XFCN RN 1.3
  45289. aliasLab
  45290. buildXCMD
  45291. makefileAlias
  45292. makeout
  45293. object
  45294. sourcePC Velocity-Engine (G4) vector instructions. 
  45295. We first define essential digit size of a multiprecision integer to be 128 bits, in view of the Velocity Engine architecture. By designing a general purpose vector library comprised of multiplication, square, bit shift and bitwise comparison, we have achieved significant speedups over PowerPC G3 scalar (base-2^16 ) implementation, or even hand-tuned assembly (base-2^32 ) packag
  45296. es. In particular, vector multiplications enjoy performance improvements ranging from 3:1 to 10:1 over their scalar counterpart, depending on operand bit size. 
  45297. An application for general purpose integer factoring was written and is able to factor large integers with speedups factors roughly in the aforementioned range. A second, large convolution application was written to settle a certain research problem; in this instance a length-2 15 convolution of 512-bit elements is performed.
  45298. --set theItem to choose file -- uncomment to test in an AS editor
  45299.     tell application "Finder"
  45300.         open item "Dev.CD Apr 94
  45301. Dev.CD Jan 94
  45302. Dev.CD Oct 93
  45303. Dev.CD Jul 93
  45304. Dev.CD Apr 93"
  45305.         activate
  45306.     end tell
  45307. on error errMsg number errNum
  45308.     --enter statements to perform when no records are found such as...
  45309.     display dialog "Sorry, the item you selected could not be found."
  45310.     return
  45311. end try
  45312. player
  45313. players
  45314. playing
  45315. playsound
  45316. playthrough
  45317. playvideo
  45318. playvideo
  45319. sample
  45320. which
  45321. makes
  45322. requestvideo
  45323. please_
  45324. pleased
  45325. plethora
  45326. plug-and-play
  45327. michael
  45328. microphone
  45329. microphones
  45330. microprocessor
  45331. microprocessorsA
  45332. microsoft
  45333. microsystems
  45334. microtrends{
  45335. middle
  45336. middleware
  45337. midiconverter
  45338. mighty
  45339. mileage
  45340. millennium
  45341. miller
  45342. million{
  45343. millions
  45344. mimics
  45345. mini-framework
  45346. minilauncher
  45347. minimal
  45348. minimising
  45349. motorola{
  45350. mount
  45351. mounted
  45352. mounting
  45353. mounts
  45354. mouse
  45355. move{
  45356. movieY
  45357. movieplayer
  45358. movies\
  45359. moving
  45360. mpc106A
  45361. mrjtoolkit
  45362. msdev
  45363. muchi
  45364. mulitple
  45365. MultiTasking
  45366. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  45367. Dev.CD Nov 00 TC Disk 2
  45368. All Packages
  45369. MPFileCopy
  45370. &This sample demonstrates a) how to copy a folder and its contents using the HFS Plus APIs, and b) how to call the File Manager from MP tasks on Mac OS 9.0 and above. The copy engine preserves long Unicode names, larger than 2 GB forks, and forks beyond the resource and data forks (if present).
  45371. JHMoreIsBetterParts
  45372. MPFileCopy-PPC
  45373. MPFileCopy.c
  45374. MPFileCopy.mcp
  45375. ReadMe.htmlM
  45376. Mac OS 9.0NMfile copy, folder copy, HFS Plus APIs, MP, multiprocessor File Manager accessO5Dev.CD Nov 00 TC Disk 1:Sample Code:Files:MPFileCopy:P=Dev.CD Nov 00 TC Disk 1
  45377.  - Sample Code
  45378.  - Files
  45379.  - MPFileCopyV
  45380. 68774X
  45381. Nov 00^    TC Disk 1
  45382. e    No Change
  45383. "Sorry, the item you selected could not be found."
  45384.     return
  45385. end try
  45386. UpdatedfDPixMap
  45387. Direct Pixel Access
  45388. GetCPixel
  45389. GetPixBaseAddr
  45390. CopyBits
  45391. Carbon
  45392. o&http://developer.apple.com/samplecode/q
  45393. Dev.CD Nov 00 TC Disk 1
  45394. mdefproc
  45395. mdefproc
  45396. mdemotext
  45397. mdemotext
  45398. mdiplayer
  45399. mdiplayer
  45400. mdiplayer
  45401. mdiplayer
  45402. mdiplayer
  45403. mdiplayer
  45404. mdiplayer
  45405. printer-specific
  45406. printers{
  45407. printers/print
  45408. printing
  45409. printing-related
  45410. prints
  45411. prior
  45412. priorities
  45413. priority
  45414. private
  45415.  Nov 00 TC Disk 1:Tool Chest:Hardware:AV Tools:VUMeters:"
  45416.         activate
  45417.     end tell
  45418. on error errMsg number errNum
  45419.     --enter statements to perform when no records are found such as...
  45420.     display dialog "Sorry, the item you selected could not be found."
  45421.     return
  45422. end try
  45423. e    No Changef7VUMeter
  45424. sound level meters
  45425. ARTA sample code
  45426. volume unitq
  45427. Dev.CD Nov 00 TC Disk 1
  45428. All Packages
  45429. Wake100V
  45430. 66537X
  45431. business
  45432. business
  45433. opp's
  45434. germany
  45435. byrne's
  45436. ulator
  45437. ZN*cursor component, color cursor, big cursorent to test in an AS editor
  45438.     tell application "Finder"
  45439.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SndForEver:"
  45440.         activate
  45441.     end tell
  45442. on error errMsg number errNum
  45443.     --enter statements to perform when no records are found such as...
  45444.     display dialog "Sorry, the item you selected could not be found."
  45445.     return
  45446. end try
  45447. csmp-digest-v3-132
  45448. csmp-digest-v3-133
  45449. csmp-digest-v3-134
  45450. csmp-digest-v3-135
  45451. csmp-digest-v3-136
  45452. csmp-digest-v3-138
  45453. csmp-digest-v3-139
  45454. csmp-digest-v3-140
  45455. csmp-digest-v3-141
  45456. csmp-digest-v3-142
  45457. csmp-digest-v3-143
  45458. csmp-digest-v3-144
  45459. csmp-digest-v3-145
  45460. csmp-digest-v3-146
  45461. csmp-digest-v3-147
  45462. csmp-digest-v3-148
  45463. ct-009-4433
  45464. ct-009-4433
  45465. install
  45466. ct-009-4434
  45467. ct-009-4434
  45468. install
  45469. ct-009-4435
  45470. ct-009-4435
  45471. install
  45472. ct-009-4436
  45473. ct-009-4436
  45474. ct-009-4437
  45475. ct-009-4437
  45476. JGGridWindowGrow(PPC)
  45477. GridWindowGrow.mcp
  45478. GridWindowGrow.rsrc
  45479. GrowToGrid.cN
  45480. hwindowide, grid, DragHookOKDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:GridWindowGrow:PSDev.CD Nov 00 TC Disk 1
  45481.  - Sample Code
  45482.  - Human Interface Toolbox
  45483.  - Gr